Shades of Pink Flamingo #EF62F0
Tints of Pink Flamingo #EF62F0
RGB
CMYK
RGB Variations
Color information
#EF62F0 (or 0xEF62F0) is known color: Pink Flamingo. HEX triplet: EF, 62 and F0. RGB value is (239,98,240). Sum of RGB (Red+Green+Blue) = 239+98+240=577 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.42% from 577); Green value is 98 (38.67% from 255 or 16.98% from 577); Blue value is 240 (94.14% from 255 or 41.59% from 577); Max value from RGB is 240 - color contains mainly: blue. Hex color #EF62F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF62F0 is #109D0F. Grayscale: #9B9B9B. Windows color (decimal): -1088784 or 15753967. OLE color: 15753967.
HSL color Cylindrical-coordinate representation of color #EF62F0: hue angle of 299.58º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF62F0 is Cyan = 0.00, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 98 | 240 | - |
| CMYK | 0.00 | 0.59 | 0 | 0.06 |
| HSL | 299.58º | 0.83% | 0.66% | - |
| HSV(B) | 299.58º | 0.59% | 0.94% | - |
| XYZ | 55.69 | 33.38 | 85.95 | - |
| YUV | 156.35 | 175.21 | 186.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 240 | 0.00 | 0.59 | 0 | 0.06 | 299.58 | 0.83 | 0.66 |
| Hex | EF | 62 | F0 | 0 | 3B | 0 | 6 | 12C | 53 | 42 |
| Octal | 357 | 142 | 360 | 0 | 73 | 0 | 6 | 454 | 123 | 102 |
| Binary | 11101111 | 1100010 | 11110000 | 0 | 111011 | 0 | 110 | 100101100 | 1010011 | 1000010 |
Color Harmonies of #EF62F0
Complementary color
Monochromatic Colors of #EF62F0
Black with #EF62F0
Text Example
Text Example
White with #EF62F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF62F0; }
p { color: rgb(239,98,240); }
H1.HeaderClassName
{
color: #EF62F0;
}
.AnyTagClassName
{
color: #EF62F0;
}
</style>
background-color css
<style>
a { background-color: #EF62F0; }
a { background-color: rgb(239,98,240); }
div.DivClassName
{
background-color: #EF62F0;
}
.BgClassName
{
background-color: #EF62F0;
}
</style>
border-color css
<style>
span { border-color: #EF62F0; }
span { border-color: rgb(239,98,240); }
td.TdClassName
{
border-color: #EF62F0;
}
.TagClassName
{
border-color: #EF62F0;
}
</style>