Shades of Pink Flamingo #FE5FEC
Tints of Pink Flamingo #FE5FEC
RGB
CMYK
RGB Variations
Color information
#FE5FEC (or 0xFE5FEC) is known color: Pink Flamingo. HEX triplet: FE, 5F and EC. RGB value is (254,95,236). Sum of RGB (Red+Green+Blue) = 254+95+236=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 95 (37.5% from 255 or 16.24% from 585); Blue value is 236 (92.58% from 255 or 40.34% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FEC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5FEC is #01A013. Grayscale: #9E9E9E. Windows color (decimal): -106516 or 15491070. OLE color: 15491070.
HSL color Cylindrical-coordinate representation of color #FE5FEC: hue angle of 306.79º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FE5FEC is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 236 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.00 |
| HSL | 306.79º | 0.99% | 0.68% | - |
| HSV(B) | 306.79º | 0.63% | 1% | - |
| XYZ | 60.11 | 35.31 | 83 | - |
| YUV | 158.62 | 171.68 | 196.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 236 | 0 | 0.63 | 0.07 | 0.00 | 306.79 | 0.99 | 0.68 |
| Hex | FE | 5F | EC | 0 | 3F | 7 | 0 | 133 | 63 | 44 |
| Octal | 376 | 137 | 354 | 0 | 77 | 7 | 0 | 463 | 143 | 104 |
| Binary | 11111110 | 1011111 | 11101100 | 0 | 111111 | 111 | 0 | 100110011 | 1100011 | 1000100 |
Color Harmonies of #FE5FEC
Complementary color
Monochromatic Colors of #FE5FEC
Black with #FE5FEC
Text Example
Text Example
White with #FE5FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FEC; }
p { color: rgb(254,95,236); }
H1.HeaderClassName
{
color: #FE5FEC;
}
.AnyTagClassName
{
color: #FE5FEC;
}
</style>
background-color css
<style>
a { background-color: #FE5FEC; }
a { background-color: rgb(254,95,236); }
div.DivClassName
{
background-color: #FE5FEC;
}
.BgClassName
{
background-color: #FE5FEC;
}
</style>
border-color css
<style>
span { border-color: #FE5FEC; }
span { border-color: rgb(254,95,236); }
td.TdClassName
{
border-color: #FE5FEC;
}
.TagClassName
{
border-color: #FE5FEC;
}
</style>