Shades of Pink Flamingo #EF62F5
Tints of Pink Flamingo #EF62F5
RGB
CMYK
RGB Variations
Color information
#EF62F5 (or 0xEF62F5) is known color: Pink Flamingo. HEX triplet: EF, 62 and F5. RGB value is (239,98,245). Sum of RGB (Red+Green+Blue) = 239+98+245=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 98 (38.67% from 255 or 16.84% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #EF62F5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF62F5 is #109D0A. Grayscale: #9C9C9C. Windows color (decimal): -1088779 or 16081647. OLE color: 16081647.
HSL color Cylindrical-coordinate representation of color #EF62F5: hue angle of 297.55º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF62F5 is Cyan = 0.02, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 239 | 98 | 245 | - |
| CMYK | 0.02 | 0.6 | 0 | 0.04 |
| HSL | 297.55º | 0.88% | 0.67% | - |
| HSV(B) | 297.55º | 0.6% | 0.96% | - |
| XYZ | 56.45 | 33.68 | 89.91 | - |
| YUV | 156.92 | 177.71 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 98 | 245 | 0.02 | 0.6 | 0 | 0.04 | 297.55 | 0.88 | 0.67 |
| Hex | EF | 62 | F5 | 2 | 3C | 0 | 4 | 12A | 58 | 43 |
| Octal | 357 | 142 | 365 | 2 | 74 | 0 | 4 | 452 | 130 | 103 |
| Binary | 11101111 | 1100010 | 11110101 | 10 | 111100 | 0 | 100 | 100101010 | 1011000 | 1000011 |
Color Harmonies of #EF62F5
Complementary color
Monochromatic Colors of #EF62F5
Black with #EF62F5
Text Example
Text Example
White with #EF62F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF62F5; }
p { color: rgb(239,98,245); }
H1.HeaderClassName
{
color: #EF62F5;
}
.AnyTagClassName
{
color: #EF62F5;
}
</style>
background-color css
<style>
a { background-color: #EF62F5; }
a { background-color: rgb(239,98,245); }
div.DivClassName
{
background-color: #EF62F5;
}
.BgClassName
{
background-color: #EF62F5;
}
</style>
border-color css
<style>
span { border-color: #EF62F5; }
span { border-color: rgb(239,98,245); }
td.TdClassName
{
border-color: #EF62F5;
}
.TagClassName
{
border-color: #EF62F5;
}
</style>