Shades of Pink Flamingo #FE5FEA
Tints of Pink Flamingo #FE5FEA
RGB
CMYK
RGB Variations
Color information
#FE5FEA (or 0xFE5FEA) is known color: Pink Flamingo. HEX triplet: FE, 5F and EA. RGB value is (254,95,234). Sum of RGB (Red+Green+Blue) = 254+95+234=583 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.57% from 583); Green value is 95 (37.5% from 255 or 16.30% from 583); Blue value is 234 (91.80% from 255 or 40.14% from 583); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5FEA is #01A015. Grayscale: #9D9D9D. Windows color (decimal): -106518 or 15359998. OLE color: 15359998.
HSL color Cylindrical-coordinate representation of color #FE5FEA: hue angle of 307.55º 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 #FE5FEA is Cyan = 0, Magento = 0.63, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 95 | 234 | - |
| CMYK | 0 | 0.63 | 0.08 | 0.00 |
| HSL | 307.55º | 0.99% | 0.68% | - |
| HSV(B) | 307.55º | 0.63% | 1% | - |
| XYZ | 59.82 | 35.2 | 81.48 | - |
| YUV | 158.39 | 170.68 | 196.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 95 | 234 | 0 | 0.63 | 0.08 | 0.00 | 307.55 | 0.99 | 0.68 |
| Hex | FE | 5F | EA | 0 | 3F | 8 | 0 | 134 | 63 | 44 |
| Octal | 376 | 137 | 352 | 0 | 77 | 10 | 0 | 464 | 143 | 104 |
| Binary | 11111110 | 1011111 | 11101010 | 0 | 111111 | 1000 | 0 | 100110100 | 1100011 | 1000100 |
Color Harmonies of #FE5FEA
Complementary color
Monochromatic Colors of #FE5FEA
Black with #FE5FEA
Text Example
Text Example
White with #FE5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5FEA; }
p { color: rgb(254,95,234); }
H1.HeaderClassName
{
color: #FE5FEA;
}
.AnyTagClassName
{
color: #FE5FEA;
}
</style>
background-color css
<style>
a { background-color: #FE5FEA; }
a { background-color: rgb(254,95,234); }
div.DivClassName
{
background-color: #FE5FEA;
}
.BgClassName
{
background-color: #FE5FEA;
}
</style>
border-color css
<style>
span { border-color: #FE5FEA; }
span { border-color: rgb(254,95,234); }
td.TdClassName
{
border-color: #FE5FEA;
}
.TagClassName
{
border-color: #FE5FEA;
}
</style>