#F04EFF

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

Shades of Pink Flamingo #F04EFF

Tints of Pink Flamingo #F04EFF

Color information

#F04EFF (or 0xF04EFF) is unknown color: approx Pink Flamingo. HEX triplet: F0, 4E and FF. RGB value is (240,78,255). Sum of RGB (Red+Green+Blue) = 240+78+255=573 (75% of max value = 765). Red value is 240 (94.14% from 255 or 41.88% from 573); Green value is 78 (30.86% from 255 or 13.61% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #F04EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F04EFF is #0FB100. Grayscale: #929292. Windows color (decimal): -1028353 or 16731888. OLE color: 16731888.

HSL color Cylindrical-coordinate representation of color #F04EFF: hue angle of 294.92º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F04EFF is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24078255-
CMYK0.060.6900
HSL294.92º100%65.29%-
HSV(B)294.92º69.41%100%-
XYZ56.7131.1997.64-
YUV146.62189.17194.61-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.88%
GREEN value IS 78 (30.86% from 255) = 13.61%
BLUE value IS 255 (100% from 255) = 44.50%
R=41.88%
G=13.61%
B=44.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal240782550.060.6900294.9210065.29
HexF04EFF645001276441
Octal360116377610500447144101
Binary1111000010011101111111111010001010010010011111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04EFF; }

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

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

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

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

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

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

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

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