Shades of Pink Flamingo #F24EFF
Tints of Pink Flamingo #F24EFF
RGB
CMYK
RGB Variations
Color information
#F24EFF (or 0xF24EFF) is known color: Pink Flamingo. HEX triplet: F2, 4E and FF. RGB value is (242,78,255). Sum of RGB (Red+Green+Blue) = 242+78+255=575 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.09% from 575); Green value is 78 (30.86% from 255 or 13.57% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #F24EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24EFF is #0DB100. Grayscale: #929292. Windows color (decimal): -897281 or 16731890. OLE color: 16731890.
HSL color Cylindrical-coordinate representation of color #F24EFF: hue angle of 295.59º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F24EFF is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 242 | 78 | 255 | - |
| CMYK | 0.05 | 0.69 | 0 | 0 |
| HSL | 295.59º | 1% | 0.65% | - |
| HSV(B) | 295.59º | 0.69% | 1% | - |
| XYZ | 57.39 | 31.55 | 97.67 | - |
| YUV | 147.21 | 188.83 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 78 | 255 | 0.05 | 0.69 | 0 | 0 | 295.59 | 1 | 0.65 |
| Hex | F2 | 4E | FF | 5 | 45 | 0 | 0 | 128 | 64 | 41 |
| Octal | 362 | 116 | 377 | 5 | 105 | 0 | 0 | 450 | 144 | 101 |
| Binary | 11110010 | 1001110 | 11111111 | 101 | 1000101 | 0 | 0 | 100101000 | 1100100 | 1000001 |
Color Harmonies of #F24EFF
Complementary color
Monochromatic Colors of #F24EFF
Black with #F24EFF
Text Example
Text Example
White with #F24EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24EFF; }
p { color: rgb(242,78,255); }
H1.HeaderClassName
{
color: #F24EFF;
}
.AnyTagClassName
{
color: #F24EFF;
}
</style>
background-color css
<style>
a { background-color: #F24EFF; }
a { background-color: rgb(242,78,255); }
div.DivClassName
{
background-color: #F24EFF;
}
.BgClassName
{
background-color: #F24EFF;
}
</style>
border-color css
<style>
span { border-color: #F24EFF; }
span { border-color: rgb(242,78,255); }
td.TdClassName
{
border-color: #F24EFF;
}
.TagClassName
{
border-color: #F24EFF;
}
</style>