#F24DFF

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

Shades of Pink Flamingo #F24DFF

Tints of Pink Flamingo #F24DFF

Color information

#F24DFF (or 0xF24DFF) is unknown color: approx Pink Flamingo. HEX triplet: F2, 4D and FF. RGB value is (242,77,255). Sum of RGB (Red+Green+Blue) = 242+77+255=574 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.16% from 574); Green value is 77 (30.47% from 255 or 13.41% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #F24DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24DFF is #0DB200. Grayscale: #929292. Windows color (decimal): -897537 or 16731634. OLE color: 16731634.

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

Color convert

RGB24277255-
CMYK0.050.7000
HSL295.62º100%65.1%-
HSV(B)295.62º69.8%100%-
XYZ57.3231.497.65-
YUV146.63189.16196.03-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.16%
GREEN value IS 77 (30.47% from 255) = 13.41%
BLUE value IS 255 (100% from 255) = 44.43%
R=42.16%
G=13.41%
B=44.43%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal242772550.050.7000295.6210065.1
HexF24DFF546001286441
Octal362115377510600450144101
Binary1111001010011011111111110110001100010010100011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24DFF; }

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

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

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

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

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

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

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

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