Shades of Pink Flamingo #F24DF0
Tints of Pink Flamingo #F24DF0
RGB
CMYK
RGB Variations
Color information
#F24DF0 (or 0xF24DF0) is known color: 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
| RGB | 242 | 77 | 240 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.05 |
| HSL | 300.73º | 0.86% | 0.63% | - |
| HSV(B) | 300.73º | 0.68% | 0.95% | - |
| XYZ | 55 | 30.48 | 85.42 | - |
| YUV | 144.92 | 181.66 | 197.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 240 | 0 | 0.68 | 0.01 | 0.05 | 300.73 | 0.86 | 0.63 |
| Hex | F2 | 4D | F0 | 0 | 44 | 1 | 5 | 12D | 56 | 3F |
| Octal | 362 | 115 | 360 | 0 | 104 | 1 | 5 | 455 | 126 | 77 |
| Binary | 11110010 | 1001101 | 11110000 | 0 | 1000100 | 1 | 101 | 100101101 | 1010110 | 111111 |
Color Harmonies of #F24DF0
Complementary color
Monochromatic Colors of #F24DF0
Black with #F24DF0
Text Example
Text Example
White with #F24DF0
Text Example
Text Example
HTML Codes & Css Web 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>