Shades of Pink Flamingo #EF42F9
Tints of Pink Flamingo #EF42F9
RGB
CMYK
RGB Variations
Color information
#EF42F9 (or 0xEF42F9) is known color: Pink Flamingo. HEX triplet: EF, 42 and F9. RGB value is (239,66,249). Sum of RGB (Red+Green+Blue) = 239+66+249=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 66 (26.17% from 255 or 11.91% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF42F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF42F9 is #10BD06. Grayscale: #8A8A8A. Windows color (decimal): -1096967 or 16335599. OLE color: 16335599.
HSL color Cylindrical-coordinate representation of color #EF42F9: hue angle of 296.72º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF42F9 is Cyan = 0.04, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 66 | 249 | - |
| CMYK | 0.04 | 0.73 | 0 | 0.02 |
| HSL | 296.72º | 0.94% | 0.62% | - |
| HSV(B) | 296.72º | 0.73% | 0.98% | - |
| XYZ | 54.64 | 29.09 | 92.36 | - |
| YUV | 138.59 | 190.31 | 199.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 66 | 249 | 0.04 | 0.73 | 0 | 0.02 | 296.72 | 0.94 | 0.62 |
| Hex | EF | 42 | F9 | 4 | 49 | 0 | 2 | 129 | 5E | 3E |
| Octal | 357 | 102 | 371 | 4 | 111 | 0 | 2 | 451 | 136 | 76 |
| Binary | 11101111 | 1000010 | 11111001 | 100 | 1001001 | 0 | 10 | 100101001 | 1011110 | 111110 |
Color Harmonies of #EF42F9
Complementary color
Monochromatic Colors of #EF42F9
Black with #EF42F9
Text Example
Text Example
White with #EF42F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF42F9; }
p { color: rgb(239,66,249); }
H1.HeaderClassName
{
color: #EF42F9;
}
.AnyTagClassName
{
color: #EF42F9;
}
</style>
background-color css
<style>
a { background-color: #EF42F9; }
a { background-color: rgb(239,66,249); }
div.DivClassName
{
background-color: #EF42F9;
}
.BgClassName
{
background-color: #EF42F9;
}
</style>
border-color css
<style>
span { border-color: #EF42F9; }
span { border-color: rgb(239,66,249); }
td.TdClassName
{
border-color: #EF42F9;
}
.TagClassName
{
border-color: #EF42F9;
}
</style>