Shades of Pink Flamingo #FE62EC
Tints of Pink Flamingo #FE62EC
RGB
CMYK
RGB Variations
Color information
#FE62EC (or 0xFE62EC) is known color: Pink Flamingo. HEX triplet: FE, 62 and EC. RGB value is (254,98,236). Sum of RGB (Red+Green+Blue) = 254+98+236=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 98 (38.67% from 255 or 16.67% from 588); Blue value is 236 (92.58% from 255 or 40.14% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE62EC is #019D13. Grayscale: #9F9F9F. Windows color (decimal): -105748 or 15491838. OLE color: 15491838.
HSL color Cylindrical-coordinate representation of color #FE62EC: hue angle of 306.92º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FE62EC is Cyan = 0, Magento = 0.61, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 236 | - |
| CMYK | 0 | 0.61 | 0.07 | 0.00 |
| HSL | 306.92º | 0.99% | 0.69% | - |
| HSV(B) | 306.92º | 0.61% | 1% | - |
| XYZ | 60.38 | 35.86 | 83.1 | - |
| YUV | 160.38 | 170.68 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 236 | 0 | 0.61 | 0.07 | 0.00 | 306.92 | 0.99 | 0.69 |
| Hex | FE | 62 | EC | 0 | 3D | 7 | 0 | 133 | 63 | 45 |
| Octal | 376 | 142 | 354 | 0 | 75 | 7 | 0 | 463 | 143 | 105 |
| Binary | 11111110 | 1100010 | 11101100 | 0 | 111101 | 111 | 0 | 100110011 | 1100011 | 1000101 |
Color Harmonies of #FE62EC
Complementary color
Monochromatic Colors of #FE62EC
Black with #FE62EC
Text Example
Text Example
White with #FE62EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62EC; }
p { color: rgb(254,98,236); }
H1.HeaderClassName
{
color: #FE62EC;
}
.AnyTagClassName
{
color: #FE62EC;
}
</style>
background-color css
<style>
a { background-color: #FE62EC; }
a { background-color: rgb(254,98,236); }
div.DivClassName
{
background-color: #FE62EC;
}
.BgClassName
{
background-color: #FE62EC;
}
</style>
border-color css
<style>
span { border-color: #FE62EC; }
span { border-color: rgb(254,98,236); }
td.TdClassName
{
border-color: #FE62EC;
}
.TagClassName
{
border-color: #FE62EC;
}
</style>