Shades of Pink Flamingo #FE5CEA
Tints of Pink Flamingo #FE5CEA
RGB
CMYK
RGB Variations
Color information
#FE5CEA (or 0xFE5CEA) is known color: Pink Flamingo. HEX triplet: FE, 5C and EA. RGB value is (254,92,234). Sum of RGB (Red+Green+Blue) = 254+92+234=580 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.79% from 580); Green value is 92 (36.33% from 255 or 15.86% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5CEA is #01A315. Grayscale: #9C9C9C. Windows color (decimal): -107286 or 15359230. OLE color: 15359230.
HSL color Cylindrical-coordinate representation of color #FE5CEA: hue angle of 307.41º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5CEA is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 234 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.00 |
| HSL | 307.41º | 0.99% | 0.68% | - |
| HSV(B) | 307.41º | 0.64% | 1% | - |
| XYZ | 59.55 | 34.67 | 81.39 | - |
| YUV | 156.63 | 171.67 | 197.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 234 | 0 | 0.64 | 0.08 | 0.00 | 307.41 | 0.99 | 0.68 |
| Hex | FE | 5C | EA | 0 | 40 | 8 | 0 | 133 | 63 | 44 |
| Octal | 376 | 134 | 352 | 0 | 100 | 10 | 0 | 463 | 143 | 104 |
| Binary | 11111110 | 1011100 | 11101010 | 0 | 1000000 | 1000 | 0 | 100110011 | 1100011 | 1000100 |
Color Harmonies of #FE5CEA
Complementary color
Monochromatic Colors of #FE5CEA
Black with #FE5CEA
Text Example
Text Example
White with #FE5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CEA; }
p { color: rgb(254,92,234); }
H1.HeaderClassName
{
color: #FE5CEA;
}
.AnyTagClassName
{
color: #FE5CEA;
}
</style>
background-color css
<style>
a { background-color: #FE5CEA; }
a { background-color: rgb(254,92,234); }
div.DivClassName
{
background-color: #FE5CEA;
}
.BgClassName
{
background-color: #FE5CEA;
}
</style>
border-color css
<style>
span { border-color: #FE5CEA; }
span { border-color: rgb(254,92,234); }
td.TdClassName
{
border-color: #FE5CEA;
}
.TagClassName
{
border-color: #FE5CEA;
}
</style>