#F24DF0

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

Shades of Pink Flamingo #F24DF0

Tints of Pink Flamingo #F24DF0

Color information

#F24DF0 (or 0xF24DF0) is unknown color: approx Pink Flamingo. HEX triplet: F2, 4D and F0. RGB value is (242,77,240). Sum of RGB (Red+Green+Blue) = 242+77+240=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 77 (30.47% from 255 or 13.77% from 559); Blue value is 240 (94.14% from 255 or 42.93% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F24DF0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24DF0 is #0DB20F. Grayscale: #909090. Windows color (decimal): -897552 or 15748594. OLE color: 15748594.

HSL color Cylindrical-coordinate representation of color #F24DF0: hue angle of 300.73º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24DF0 is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB24277240-
CMYK00.680.010.05
HSL300.73º86.39%62.55%-
HSV(B)300.73º68.18%94.9%-
XYZ5530.4885.42-
YUV144.92181.66197.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 43.29%
GREEN value IS 77 (30.47% from 255) = 13.77%
BLUE value IS 240 (94.14% from 255) = 42.93%
R=43.29%
G=13.77%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2427724000.680.010.05300.7386.3962.55
HexF24DF00441512d563f
Octal36211536001041545512677
Binary111100101001101111100000100010011011001011011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F24DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F24DF0; }

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

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

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

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

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

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

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

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