Shades of Pink Flamingo #EF62F2
Tints of Pink Flamingo #EF62F2
RGB
CMYK
RGB Variations
Color information
#EF62F2 (or 0xEF62F2) is known color: Pink Flamingo. HEX triplet: EF, 62 and F2. RGB value is (239,98,242). Sum of RGB (Red+Green+Blue) = 239+98+242=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 98 (38.67% from 255 or 16.93% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #EF62F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF62F2 is #109D0D. Grayscale: #9C9C9C. Windows color (decimal): -1088782 or 15885039. OLE color: 15885039.
HSL color Cylindrical-coordinate representation of color #EF62F2: hue angle of 298.75º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF62F2 is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 239 | 98 | 242 | - |
| CMYK | 0.01 | 0.60 | 0 | 0.05 |
| HSL | 298.75º | 0.85% | 0.67% | - |
| HSV(B) | 298.75º | 0.6% | 0.95% | - |
| XYZ | 55.99 | 33.5 | 87.52 | - |
| YUV | 156.58 | 176.21 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 242 | 0.01 | 0.60 | 0 | 0.05 | 298.75 | 0.85 | 0.67 |
| Hex | EF | 62 | F2 | 1 | 3C | 0 | 5 | 12B | 55 | 43 |
| Octal | 357 | 142 | 362 | 1 | 74 | 0 | 5 | 453 | 125 | 103 |
| Binary | 11101111 | 1100010 | 11110010 | 1 | 111100 | 0 | 101 | 100101011 | 1010101 | 1000011 |
Color Harmonies of #EF62F2
Complementary color
Monochromatic Colors of #EF62F2
Black with #EF62F2
Text Example
Text Example
White with #EF62F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF62F2; }
p { color: rgb(239,98,242); }
H1.HeaderClassName
{
color: #EF62F2;
}
.AnyTagClassName
{
color: #EF62F2;
}
</style>
background-color css
<style>
a { background-color: #EF62F2; }
a { background-color: rgb(239,98,242); }
div.DivClassName
{
background-color: #EF62F2;
}
.BgClassName
{
background-color: #EF62F2;
}
</style>
border-color css
<style>
span { border-color: #EF62F2; }
span { border-color: rgb(239,98,242); }
td.TdClassName
{
border-color: #EF62F2;
}
.TagClassName
{
border-color: #EF62F2;
}
</style>