Shades of Pink Flamingo #F24AFB
Tints of Pink Flamingo #F24AFB
RGB
CMYK
RGB Variations
Color information
#F24AFB (or 0xF24AFB) is known color: Pink Flamingo. HEX triplet: F2, 4A and FB. RGB value is (242,74,251). Sum of RGB (Red+Green+Blue) = 242+74+251=567 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.68% from 567); Green value is 74 (29.30% from 255 or 13.05% from 567); Blue value is 251 (98.44% from 255 or 44.27% from 567); Max value from RGB is 251 - color contains mainly: blue. Hex color #F24AFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24AFB is #0DB504. Grayscale: #8F8F8F. Windows color (decimal): -898309 or 16468722. OLE color: 16468722.
HSL color Cylindrical-coordinate representation of color #F24AFB: hue angle of 296.95º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F24AFB is Cyan = 0.04, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 74 | 251 | - |
| CMYK | 0.04 | 0.71 | 0 | 0.02 |
| HSL | 296.95º | 0.96% | 0.64% | - |
| HSV(B) | 296.95º | 0.71% | 0.98% | - |
| XYZ | 56.48 | 30.74 | 94.22 | - |
| YUV | 144.41 | 188.16 | 197.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 74 | 251 | 0.04 | 0.71 | 0 | 0.02 | 296.95 | 0.96 | 0.64 |
| Hex | F2 | 4A | FB | 4 | 47 | 0 | 2 | 129 | 60 | 40 |
| Octal | 362 | 112 | 373 | 4 | 107 | 0 | 2 | 451 | 140 | 100 |
| Binary | 11110010 | 1001010 | 11111011 | 100 | 1000111 | 0 | 10 | 100101001 | 1100000 | 1000000 |
Color Harmonies of #F24AFB
Complementary color
Monochromatic Colors of #F24AFB
Black with #F24AFB
Text Example
Text Example
White with #F24AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24AFB; }
p { color: rgb(242,74,251); }
H1.HeaderClassName
{
color: #F24AFB;
}
.AnyTagClassName
{
color: #F24AFB;
}
</style>
background-color css
<style>
a { background-color: #F24AFB; }
a { background-color: rgb(242,74,251); }
div.DivClassName
{
background-color: #F24AFB;
}
.BgClassName
{
background-color: #F24AFB;
}
</style>
border-color css
<style>
span { border-color: #F24AFB; }
span { border-color: rgb(242,74,251); }
td.TdClassName
{
border-color: #F24AFB;
}
.TagClassName
{
border-color: #F24AFB;
}
</style>