Shades of Pink Flamingo #F24DFD
Tints of Pink Flamingo #F24DFD
RGB
CMYK
RGB Variations
Color information
#F24DFD (or 0xF24DFD) is known color: Pink Flamingo. HEX triplet: F2, 4D and FD. RGB value is (242,77,253). Sum of RGB (Red+Green+Blue) = 242+77+253=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 77 (30.47% from 255 or 13.46% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #F24DFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24DFD is #0DB202. Grayscale: #919191. Windows color (decimal): -897539 or 16600562. OLE color: 16600562.
HSL color Cylindrical-coordinate representation of color #F24DFD: hue angle of 296.25º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24DFD is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 77 | 253 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.01 |
| HSL | 296.25º | 0.98% | 0.65% | - |
| HSV(B) | 296.25º | 0.7% | 0.99% | - |
| XYZ | 57 | 31.28 | 95.96 | - |
| YUV | 146.4 | 188.16 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 77 | 253 | 0.04 | 0.70 | 0 | 0.01 | 296.25 | 0.98 | 0.65 |
| Hex | F2 | 4D | FD | 4 | 46 | 0 | 1 | 128 | 62 | 41 |
| Octal | 362 | 115 | 375 | 4 | 106 | 0 | 1 | 450 | 142 | 101 |
| Binary | 11110010 | 1001101 | 11111101 | 100 | 1000110 | 0 | 1 | 100101000 | 1100010 | 1000001 |
Color Harmonies of #F24DFD
Complementary color
Monochromatic Colors of #F24DFD
Black with #F24DFD
Text Example
Text Example
White with #F24DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24DFD; }
p { color: rgb(242,77,253); }
H1.HeaderClassName
{
color: #F24DFD;
}
.AnyTagClassName
{
color: #F24DFD;
}
</style>
background-color css
<style>
a { background-color: #F24DFD; }
a { background-color: rgb(242,77,253); }
div.DivClassName
{
background-color: #F24DFD;
}
.BgClassName
{
background-color: #F24DFD;
}
</style>
border-color css
<style>
span { border-color: #F24DFD; }
span { border-color: rgb(242,77,253); }
td.TdClassName
{
border-color: #F24DFD;
}
.TagClassName
{
border-color: #F24DFD;
}
</style>