Shades of Pink Flamingo #F24EF1
Tints of Pink Flamingo #F24EF1
RGB
CMYK
RGB Variations
Color information
#F24EF1 (or 0xF24EF1) is known color: Pink Flamingo. HEX triplet: F2, 4E and F1. RGB value is (242,78,241). Sum of RGB (Red+Green+Blue) = 242+78+241=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 78 (30.86% from 255 or 13.90% from 561); Blue value is 241 (94.53% from 255 or 42.96% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F24EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F24EF1 is #0DB10E. Grayscale: #919191. Windows color (decimal): -897295 or 15814386. OLE color: 15814386.
HSL color Cylindrical-coordinate representation of color #F24EF1: hue angle of 300.37º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F24EF1 is Cyan = 0, Magento = 0.68, Yellow = 0.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 78 | 241 | - |
| CMYK | 0 | 0.68 | 0.00 | 0.05 |
| HSL | 300.37º | 0.86% | 0.63% | - |
| HSV(B) | 300.37º | 0.68% | 0.95% | - |
| XYZ | 55.22 | 30.68 | 86.23 | - |
| YUV | 145.62 | 181.83 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 78 | 241 | 0 | 0.68 | 0.00 | 0.05 | 300.37 | 0.86 | 0.63 |
| Hex | F2 | 4E | F1 | 0 | 44 | 0 | 5 | 12C | 56 | 3F |
| Octal | 362 | 116 | 361 | 0 | 104 | 0 | 5 | 454 | 126 | 77 |
| Binary | 11110010 | 1001110 | 11110001 | 0 | 1000100 | 0 | 101 | 100101100 | 1010110 | 111111 |
Color Harmonies of #F24EF1
Complementary color
Monochromatic Colors of #F24EF1
Black with #F24EF1
Text Example
Text Example
White with #F24EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F24EF1; }
p { color: rgb(242,78,241); }
H1.HeaderClassName
{
color: #F24EF1;
}
.AnyTagClassName
{
color: #F24EF1;
}
</style>
background-color css
<style>
a { background-color: #F24EF1; }
a { background-color: rgb(242,78,241); }
div.DivClassName
{
background-color: #F24EF1;
}
.BgClassName
{
background-color: #F24EF1;
}
</style>
border-color css
<style>
span { border-color: #F24EF1; }
span { border-color: rgb(242,78,241); }
td.TdClassName
{
border-color: #F24EF1;
}
.TagClassName
{
border-color: #F24EF1;
}
</style>