Shades of Pink Flamingo #F24FFB
Tints of Pink Flamingo #F24FFB
RGB
CMYK
RGB Variations
Color information
#F24FFB (or 0xF24FFB) is known color: Pink Flamingo. HEX triplet: F2, 4F and FB. RGB value is (242,79,251). Sum of RGB (Red+Green+Blue) = 242+79+251=572 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.31% from 572); Green value is 79 (31.25% from 255 or 13.81% from 572); Blue value is 251 (98.44% from 255 or 43.88% from 572); Max value from RGB is 251 - color contains mainly: blue. Hex color #F24FFB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24FFB is #0DB004. Grayscale: #929292. Windows color (decimal): -897029 or 16470002. OLE color: 16470002.
HSL color Cylindrical-coordinate representation of color #F24FFB: hue angle of 296.86º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24FFB is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 79 | 251 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.02 |
| HSL | 296.86º | 0.96% | 0.65% | - |
| HSV(B) | 296.86º | 0.69% | 0.98% | - |
| XYZ | 56.83 | 31.43 | 94.34 | - |
| YUV | 147.35 | 186.5 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 79 | 251 | 0.04 | 0.69 | 0 | 0.02 | 296.86 | 0.96 | 0.65 |
| Hex | F2 | 4F | FB | 4 | 45 | 0 | 2 | 129 | 60 | 41 |
| Octal | 362 | 117 | 373 | 4 | 105 | 0 | 2 | 451 | 140 | 101 |
| Binary | 11110010 | 1001111 | 11111011 | 100 | 1000101 | 0 | 10 | 100101001 | 1100000 | 1000001 |
Color Harmonies of #F24FFB
Complementary color
Monochromatic Colors of #F24FFB
Black with #F24FFB
Text Example
Text Example
White with #F24FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24FFB; }
p { color: rgb(242,79,251); }
H1.HeaderClassName
{
color: #F24FFB;
}
.AnyTagClassName
{
color: #F24FFB;
}
</style>
background-color css
<style>
a { background-color: #F24FFB; }
a { background-color: rgb(242,79,251); }
div.DivClassName
{
background-color: #F24FFB;
}
.BgClassName
{
background-color: #F24FFB;
}
</style>
border-color css
<style>
span { border-color: #F24FFB; }
span { border-color: rgb(242,79,251); }
td.TdClassName
{
border-color: #F24FFB;
}
.TagClassName
{
border-color: #F24FFB;
}
</style>