Shades of Pink Flamingo #EF63F9
Tints of Pink Flamingo #EF63F9
RGB
CMYK
RGB Variations
Color information
#EF63F9 (or 0xEF63F9) is known color: Pink Flamingo. HEX triplet: EF, 63 and F9. RGB value is (239,99,249). Sum of RGB (Red+Green+Blue) = 239+99+249=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 99 (39.06% from 255 or 16.87% from 587); Blue value is 249 (97.66% from 255 or 42.42% from 587); Max value from RGB is 249 - color contains mainly: blue. Hex color #EF63F9 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF63F9 is #109C06. Grayscale: #9D9D9D. Windows color (decimal): -1088519 or 16344047. OLE color: 16344047.
HSL color Cylindrical-coordinate representation of color #EF63F9: hue angle of 296º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF63F9 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 239 | 99 | 249 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.02 |
| HSL | 296º | 0.93% | 0.68% | - |
| HSV(B) | 296º | 0.6% | 0.98% | - |
| XYZ | 57.16 | 34.11 | 93.19 | - |
| YUV | 157.96 | 179.38 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 99 | 249 | 0.04 | 0.60 | 0 | 0.02 | 296 | 0.93 | 0.68 |
| Hex | EF | 63 | F9 | 4 | 3C | 0 | 2 | 128 | 5D | 44 |
| Octal | 357 | 143 | 371 | 4 | 74 | 0 | 2 | 450 | 135 | 104 |
| Binary | 11101111 | 1100011 | 11111001 | 100 | 111100 | 0 | 10 | 100101000 | 1011101 | 1000100 |
Color Harmonies of #EF63F9
Complementary color
Monochromatic Colors of #EF63F9
Black with #EF63F9
Text Example
Text Example
White with #EF63F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF63F9; }
p { color: rgb(239,99,249); }
H1.HeaderClassName
{
color: #EF63F9;
}
.AnyTagClassName
{
color: #EF63F9;
}
</style>
background-color css
<style>
a { background-color: #EF63F9; }
a { background-color: rgb(239,99,249); }
div.DivClassName
{
background-color: #EF63F9;
}
.BgClassName
{
background-color: #EF63F9;
}
</style>
border-color css
<style>
span { border-color: #EF63F9; }
span { border-color: rgb(239,99,249); }
td.TdClassName
{
border-color: #EF63F9;
}
.TagClassName
{
border-color: #EF63F9;
}
</style>