Shades of Pink Flamingo #FE62EF
Tints of Pink Flamingo #FE62EF
RGB
CMYK
RGB Variations
Color information
#FE62EF (or 0xFE62EF) is known color: Pink Flamingo. HEX triplet: FE, 62 and EF. RGB value is (254,98,239). Sum of RGB (Red+Green+Blue) = 254+98+239=591 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.98% from 591); Green value is 98 (38.67% from 255 or 16.58% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 254 - color contains mainly: red. Hex color #FE62EF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE62EF is #019D10. Grayscale: #A0A0A0. Windows color (decimal): -105745 or 15688446. OLE color: 15688446.
HSL color Cylindrical-coordinate representation of color #FE62EF: hue angle of 305.77º 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 #FE62EF is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 98 | 239 | - |
| CMYK | 0 | 0.61 | 0.06 | 0.00 |
| HSL | 305.77º | 0.99% | 0.69% | - |
| HSV(B) | 305.77º | 0.61% | 1% | - |
| XYZ | 60.82 | 36.04 | 85.41 | - |
| YUV | 160.72 | 172.18 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 98 | 239 | 0 | 0.61 | 0.06 | 0.00 | 305.77 | 0.99 | 0.69 |
| Hex | FE | 62 | EF | 0 | 3D | 6 | 0 | 132 | 63 | 45 |
| Octal | 376 | 142 | 357 | 0 | 75 | 6 | 0 | 462 | 143 | 105 |
| Binary | 11111110 | 1100010 | 11101111 | 0 | 111101 | 110 | 0 | 100110010 | 1100011 | 1000101 |
Color Harmonies of #FE62EF
Complementary color
Monochromatic Colors of #FE62EF
Black with #FE62EF
Text Example
Text Example
White with #FE62EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE62EF; }
p { color: rgb(254,98,239); }
H1.HeaderClassName
{
color: #FE62EF;
}
.AnyTagClassName
{
color: #FE62EF;
}
</style>
background-color css
<style>
a { background-color: #FE62EF; }
a { background-color: rgb(254,98,239); }
div.DivClassName
{
background-color: #FE62EF;
}
.BgClassName
{
background-color: #FE62EF;
}
</style>
border-color css
<style>
span { border-color: #FE62EF; }
span { border-color: rgb(254,98,239); }
td.TdClassName
{
border-color: #FE62EF;
}
.TagClassName
{
border-color: #FE62EF;
}
</style>