Shades of Pink Flamingo #FF62EC
Tints of Pink Flamingo #FF62EC
RGB
CMYK
RGB Variations
Color information
#FF62EC (or 0xFF62EC) is known color: Pink Flamingo. HEX triplet: FF, 62 and EC. RGB value is (255,98,236). Sum of RGB (Red+Green+Blue) = 255+98+236=589 (78% of max value = 765). Red value is 255 (100% from 255 or 43.29% from 589); Green value is 98 (38.67% from 255 or 16.64% from 589); Blue value is 236 (92.58% from 255 or 40.07% from 589); Max value from RGB is 255 - color contains mainly: red. Hex color #FF62EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FF62EC is #009D13. Grayscale: #A0A0A0. Windows color (decimal): -40212 or 15491839. OLE color: 15491839.
HSL color Cylindrical-coordinate representation of color #FF62EC: hue angle of 307.26º 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 #FF62EC is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 98 | 236 | - |
| CMYK | 0 | 0.62 | 0.07 | 0 |
| HSL | 307.26º | 1% | 0.69% | - |
| HSV(B) | 307.26º | 0.62% | 1% | - |
| XYZ | 60.75 | 36.05 | 83.11 | - |
| YUV | 160.68 | 170.51 | 195.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 98 | 236 | 0 | 0.62 | 0.07 | 0 | 307.26 | 1 | 0.69 |
| Hex | FF | 62 | EC | 0 | 3E | 7 | 0 | 133 | 64 | 45 |
| Octal | 377 | 142 | 354 | 0 | 76 | 7 | 0 | 463 | 144 | 105 |
| Binary | 11111111 | 1100010 | 11101100 | 0 | 111110 | 111 | 0 | 100110011 | 1100100 | 1000101 |
Color Harmonies of #FF62EC
Complementary color
Monochromatic Colors of #FF62EC
Black with #FF62EC
Text Example
Text Example
White with #FF62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF62EC; }
p { color: rgb(255,98,236); }
H1.HeaderClassName
{
color: #FF62EC;
}
.AnyTagClassName
{
color: #FF62EC;
}
</style>
background-color css
<style>
a { background-color: #FF62EC; }
a { background-color: rgb(255,98,236); }
div.DivClassName
{
background-color: #FF62EC;
}
.BgClassName
{
background-color: #FF62EC;
}
</style>
border-color css
<style>
span { border-color: #FF62EC; }
span { border-color: rgb(255,98,236); }
td.TdClassName
{
border-color: #FF62EC;
}
.TagClassName
{
border-color: #FF62EC;
}
</style>