Shades of Pink Flamingo #EF41F9
Tints of Pink Flamingo #EF41F9
RGB
CMYK
RGB Variations
Color information
#EF41F9 (or 0xEF41F9) is known color: Pink Flamingo. HEX triplet: EF, 41 and F9. RGB value is (239,65,249). Sum of RGB (Red+Green+Blue) = 239+65+249=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 65 (25.78% from 255 or 11.75% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF41F9 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EF41F9 is #10BE06. Grayscale: #898989. Windows color (decimal): -1097223 or 16335343. OLE color: 16335343.
HSL color Cylindrical-coordinate representation of color #EF41F9: hue angle of 296.74º degrees, saturation: 0.94, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EF41F9 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 65 | 249 | - |
| CMYK | 0.04 | 0.74 | 0 | 0.02 |
| HSL | 296.74º | 0.94% | 0.62% | - |
| HSV(B) | 296.74º | 0.74% | 0.98% | - |
| XYZ | 54.59 | 28.97 | 92.34 | - |
| YUV | 138 | 190.65 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 65 | 249 | 0.04 | 0.74 | 0 | 0.02 | 296.74 | 0.94 | 0.62 |
| Hex | EF | 41 | F9 | 4 | 4A | 0 | 2 | 129 | 5E | 3E |
| Octal | 357 | 101 | 371 | 4 | 112 | 0 | 2 | 451 | 136 | 76 |
| Binary | 11101111 | 1000001 | 11111001 | 100 | 1001010 | 0 | 10 | 100101001 | 1011110 | 111110 |
Color Harmonies of #EF41F9
Complementary color
Monochromatic Colors of #EF41F9
Black with #EF41F9
Text Example
Text Example
White with #EF41F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF41F9; }
p { color: rgb(239,65,249); }
H1.HeaderClassName
{
color: #EF41F9;
}
.AnyTagClassName
{
color: #EF41F9;
}
</style>
background-color css
<style>
a { background-color: #EF41F9; }
a { background-color: rgb(239,65,249); }
div.DivClassName
{
background-color: #EF41F9;
}
.BgClassName
{
background-color: #EF41F9;
}
</style>
border-color css
<style>
span { border-color: #EF41F9; }
span { border-color: rgb(239,65,249); }
td.TdClassName
{
border-color: #EF41F9;
}
.TagClassName
{
border-color: #EF41F9;
}
</style>