Shades of Pink Flamingo #FF62EF
Tints of Pink Flamingo #FF62EF
RGB
CMYK
RGB Variations
Color information
#FF62EF (or 0xFF62EF) is known color: Pink Flamingo. HEX triplet: FF, 62 and EF. RGB value is (255,98,239). Sum of RGB (Red+Green+Blue) = 255+98+239=592 (78% of max value = 765). Red value is 255 (100% from 255 or 43.07% from 592); Green value is 98 (38.67% from 255 or 16.55% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF62EF is #009D10. Grayscale: #A0A0A0. Windows color (decimal): -40209 or 15688447. OLE color: 15688447.
HSL color Cylindrical-coordinate representation of color #FF62EF: hue angle of 306.11º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF62EF is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 239 | - |
| CMYK | 0 | 0.62 | 0.06 | 0 |
| HSL | 306.11º | 1% | 0.69% | - |
| HSV(B) | 306.11º | 0.62% | 1% | - |
| XYZ | 61.19 | 36.23 | 85.43 | - |
| YUV | 161.02 | 172.01 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 239 | 0 | 0.62 | 0.06 | 0 | 306.11 | 1 | 0.69 |
| Hex | FF | 62 | EF | 0 | 3E | 6 | 0 | 132 | 64 | 45 |
| Octal | 377 | 142 | 357 | 0 | 76 | 6 | 0 | 462 | 144 | 105 |
| Binary | 11111111 | 1100010 | 11101111 | 0 | 111110 | 110 | 0 | 100110010 | 1100100 | 1000101 |
Color Harmonies of #FF62EF
Complementary color
Monochromatic Colors of #FF62EF
Black with #FF62EF
Text Example
Text Example
White with #FF62EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF62EF; }
p { color: rgb(255,98,239); }
H1.HeaderClassName
{
color: #FF62EF;
}
.AnyTagClassName
{
color: #FF62EF;
}
</style>
background-color css
<style>
a { background-color: #FF62EF; }
a { background-color: rgb(255,98,239); }
div.DivClassName
{
background-color: #FF62EF;
}
.BgClassName
{
background-color: #FF62EF;
}
</style>
border-color css
<style>
span { border-color: #FF62EF; }
span { border-color: rgb(255,98,239); }
td.TdClassName
{
border-color: #FF62EF;
}
.TagClassName
{
border-color: #FF62EF;
}
</style>