Shades of Pink Flamingo #F24CFF
Tints of Pink Flamingo #F24CFF
RGB
CMYK
RGB Variations
Color information
#F24CFF (or 0xF24CFF) is known color: Pink Flamingo. HEX triplet: F2, 4C and FF. RGB value is (242,76,255). Sum of RGB (Red+Green+Blue) = 242+76+255=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 76 (30.08% from 255 or 13.26% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #F24CFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F24CFF is #0DB300. Grayscale: #919191. Windows color (decimal): -897793 or 16731378. OLE color: 16731378.
HSL color Cylindrical-coordinate representation of color #F24CFF: hue angle of 295.64º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F24CFF is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 76 | 255 | - |
| CMYK | 0.05 | 0.70 | 0 | 0 |
| HSL | 295.64º | 1% | 0.65% | - |
| HSV(B) | 295.64º | 0.7% | 1% | - |
| XYZ | 57.25 | 31.27 | 97.63 | - |
| YUV | 146.04 | 189.5 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 76 | 255 | 0.05 | 0.70 | 0 | 0 | 295.64 | 1 | 0.65 |
| Hex | F2 | 4C | FF | 5 | 46 | 0 | 0 | 128 | 64 | 41 |
| Octal | 362 | 114 | 377 | 5 | 106 | 0 | 0 | 450 | 144 | 101 |
| Binary | 11110010 | 1001100 | 11111111 | 101 | 1000110 | 0 | 0 | 100101000 | 1100100 | 1000001 |
Color Harmonies of #F24CFF
Complementary color
Monochromatic Colors of #F24CFF
Black with #F24CFF
Text Example
Text Example
White with #F24CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24CFF; }
p { color: rgb(242,76,255); }
H1.HeaderClassName
{
color: #F24CFF;
}
.AnyTagClassName
{
color: #F24CFF;
}
</style>
background-color css
<style>
a { background-color: #F24CFF; }
a { background-color: rgb(242,76,255); }
div.DivClassName
{
background-color: #F24CFF;
}
.BgClassName
{
background-color: #F24CFF;
}
</style>
border-color css
<style>
span { border-color: #F24CFF; }
span { border-color: rgb(242,76,255); }
td.TdClassName
{
border-color: #F24CFF;
}
.TagClassName
{
border-color: #F24CFF;
}
</style>