Shades of Pink Flamingo #F24DFE
Tints of Pink Flamingo #F24DFE
RGB
CMYK
RGB Variations
Color information
#F24DFE (or 0xF24DFE) is known color: Pink Flamingo. HEX triplet: F2, 4D and FE. RGB value is (242,77,254). Sum of RGB (Red+Green+Blue) = 242+77+254=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 77 (30.47% from 255 or 13.44% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #F24DFE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24DFE is #0DB201. Grayscale: #919191. Windows color (decimal): -897538 or 16666098. OLE color: 16666098.
HSL color Cylindrical-coordinate representation of color #F24DFE: hue angle of 295.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24DFE is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 77 | 254 | - |
| CMYK | 0.05 | 0.70 | 0 | 0.00 |
| HSL | 295.93º | 0.99% | 0.65% | - |
| HSV(B) | 295.93º | 0.7% | 1% | - |
| XYZ | 57.16 | 31.34 | 96.8 | - |
| YUV | 146.51 | 188.66 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 254 | 0.05 | 0.70 | 0 | 0.00 | 295.93 | 0.99 | 0.65 |
| Hex | F2 | 4D | FE | 5 | 46 | 0 | 0 | 128 | 63 | 41 |
| Octal | 362 | 115 | 376 | 5 | 106 | 0 | 0 | 450 | 143 | 101 |
| Binary | 11110010 | 1001101 | 11111110 | 101 | 1000110 | 0 | 0 | 100101000 | 1100011 | 1000001 |
Color Harmonies of #F24DFE
Complementary color
Monochromatic Colors of #F24DFE
Black with #F24DFE
Text Example
Text Example
White with #F24DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DFE; }
p { color: rgb(242,77,254); }
H1.HeaderClassName
{
color: #F24DFE;
}
.AnyTagClassName
{
color: #F24DFE;
}
</style>
background-color css
<style>
a { background-color: #F24DFE; }
a { background-color: rgb(242,77,254); }
div.DivClassName
{
background-color: #F24DFE;
}
.BgClassName
{
background-color: #F24DFE;
}
</style>
border-color css
<style>
span { border-color: #F24DFE; }
span { border-color: rgb(242,77,254); }
td.TdClassName
{
border-color: #F24DFE;
}
.TagClassName
{
border-color: #F24DFE;
}
</style>