Shades of Pink Flamingo #FE5AEA
Tints of Pink Flamingo #FE5AEA
RGB
CMYK
RGB Variations
Color information
#FE5AEA (or 0xFE5AEA) is known color: Pink Flamingo. HEX triplet: FE, 5A and EA. RGB value is (254,90,234). Sum of RGB (Red+Green+Blue) = 254+90+234=578 (76% of max value = 765). Red value is 254 (99.61% from 255 or 43.94% from 578); Green value is 90 (35.55% from 255 or 15.57% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AEA is #01A515. Grayscale: #9B9B9B. Windows color (decimal): -107798 or 15358718. OLE color: 15358718.
HSL color Cylindrical-coordinate representation of color #FE5AEA: hue angle of 307.32º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FE5AEA is Cyan = 0, Magento = 0.65, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 234 | - |
| CMYK | 0 | 0.65 | 0.08 | 0.00 |
| HSL | 307.32º | 0.99% | 0.67% | - |
| HSV(B) | 307.32º | 0.65% | 1% | - |
| XYZ | 59.38 | 34.32 | 81.34 | - |
| YUV | 155.45 | 172.33 | 198.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 234 | 0 | 0.65 | 0.08 | 0.00 | 307.32 | 0.99 | 0.67 |
| Hex | FE | 5A | EA | 0 | 41 | 8 | 0 | 133 | 63 | 43 |
| Octal | 376 | 132 | 352 | 0 | 101 | 10 | 0 | 463 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11101010 | 0 | 1000001 | 1000 | 0 | 100110011 | 1100011 | 1000011 |
Color Harmonies of #FE5AEA
Complementary color
Monochromatic Colors of #FE5AEA
Black with #FE5AEA
Text Example
Text Example
White with #FE5AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AEA; }
p { color: rgb(254,90,234); }
H1.HeaderClassName
{
color: #FE5AEA;
}
.AnyTagClassName
{
color: #FE5AEA;
}
</style>
background-color css
<style>
a { background-color: #FE5AEA; }
a { background-color: rgb(254,90,234); }
div.DivClassName
{
background-color: #FE5AEA;
}
.BgClassName
{
background-color: #FE5AEA;
}
</style>
border-color css
<style>
span { border-color: #FE5AEA; }
span { border-color: rgb(254,90,234); }
td.TdClassName
{
border-color: #FE5AEA;
}
.TagClassName
{
border-color: #FE5AEA;
}
</style>