#f067f4

Color #F067F4 Pink Flamingo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Flamingo #F067F4

Tints of Pink Flamingo #F067F4

Color information

#F067F4 (or 0xF067F4) is unknown color: approx Pink Flamingo. HEX triplet: F0, 67 and F4. RGB value is (240,103,244). Sum of RGB (Red+Green+Blue) = 240+103+244=587 (77% of max value = 765). Red value is 240 (94.14% from 255 or 40.89% from 587); Green value is 103 (40.62% from 255 or 17.55% from 587); Blue value is 244 (95.70% from 255 or 41.57% from 587); Max value from RGB is 244 - color contains mainly: blue. Hex color #F067F4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F067F4 is #0F980B. Grayscale: #9F9F9F. Windows color (decimal): -1021964 or 16017392. OLE color: 16017392.

HSL color Cylindrical-coordinate representation of color #F067F4: hue angle of 298.3º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F067F4 is Cyan = 0.02, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB240103244-
CMYK0.020.5800.04
HSL298.3º86.5%68.04%-
HSV(B)298.3º57.79%95.69%-
XYZ57.1134.7689.29-
YUV160.04175.39185.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 40.89%
GREEN value IS 103 (40.62% from 255) = 17.55%
BLUE value IS 244 (95.70% from 255) = 41.57%
R=40.89%
G=17.55%
B=41.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2401032440.020.5800.04298.386.568.04
HexF067F423A0412a5744
Octal36014736427204452127104
Binary1111000011001111111010010111010010010010101010101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f067f4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f067f4; }

 p { color: rgb(240,103,244); }

 H1.HeaderClassName
 {
   color: #f067f4;
 }
 .AnyTagClassName
 {
   color: #f067f4;
 }
</style>
background-color css

<style>
 a { background-color: #f067f4; }

 a { background-color: rgb(240,103,244); }

 div.DivClassName
 {
   background-color: #f067f4;
 }
 .BgClassName
 {
   background-color: #f067f4;
 }
</style>
border-color css

<style>
 span { border-color: #f067f4; }

 span { border-color: rgb(240,103,244); }

 td.TdClassName
 {
   border-color: #f067f4;
 }
 .TagClassName
 {
   border-color: #f067f4;
 }
</style>