#F04EF6

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

Shades of Pink Flamingo #F04EF6

Tints of Pink Flamingo #F04EF6

Color information

#F04EF6 (or 0xF04EF6) is unknown color: approx Pink Flamingo. HEX triplet: F0, 4E and F6. RGB value is (240,78,246). Sum of RGB (Red+Green+Blue) = 240+78+246=564 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.55% from 564); Green value is 78 (30.86% from 255 or 13.83% from 564); Blue value is 246 (96.48% from 255 or 43.62% from 564); Max value from RGB is 246 - color contains mainly: blue. Hex color #F04EF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04EF6 is #0FB109. Grayscale: #919191. Windows color (decimal): -1028362 or 16142064. OLE color: 16142064.

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

Color convert

RGB24078246-
CMYK0.020.6800.04
HSL297.86º90.32%63.53%-
HSV(B)297.86º68.29%96.47%-
XYZ55.2930.6390.19-
YUV145.59184.67195.34-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.55%
GREEN value IS 78 (30.86% from 255) = 13.83%
BLUE value IS 246 (96.48% from 255) = 43.62%
R=42.55%
G=13.83%
B=43.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal240782460.020.6800.04297.8690.3263.53
HexF04EF62440412a5a40
Octal360116366210404452132100
Binary11110000100111011110110101000100010010010101010110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04EF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04EF6; }

 p { color: rgb(240,78,246); }

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

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

 a { background-color: rgb(240,78,246); }

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

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

 span { border-color: rgb(240,78,246); }

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