#F24EFF

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

Shades of Pink Flamingo #F24EFF

Tints of Pink Flamingo #F24EFF

Color information

#F24EFF (or 0xF24EFF) is unknown color: approx Pink Flamingo. HEX triplet: F2, 4E and FF. RGB value is (242,78,255). Sum of RGB (Red+Green+Blue) = 242+78+255=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 78 (30.86% from 255 or 13.57% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #F24EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24EFF is #0DB100. Grayscale: #929292. Windows color (decimal): -897281 or 16731890. OLE color: 16731890.

HSL color Cylindrical-coordinate representation of color #F24EFF: hue angle of 295.59º 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 #F24EFF is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB24278255-
CMYK0.050.6900
HSL295.59º100%65.29%-
HSV(B)295.59º69.41%100%-
XYZ57.3931.5597.67-
YUV147.21188.83195.61-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.09%
GREEN value IS 78 (30.86% from 255) = 13.57%
BLUE value IS 255 (100% from 255) = 44.35%
R=42.09%
G=13.57%
B=44.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal242782550.050.6900295.5910065.29
HexF24EFF545001286441
Octal362116377510500450144101
Binary1111001010011101111111110110001010010010100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24EFF; }

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

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

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

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

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

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

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

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