Shades of Pink Flamingo #FE5AF8
Tints of Pink Flamingo #FE5AF8
RGB
CMYK
RGB Variations
Color information
#FE5AF8 (or 0xFE5AF8) is known color: Pink Flamingo. HEX triplet: FE, 5A and F8. RGB value is (254,90,248). Sum of RGB (Red+Green+Blue) = 254+90+248=592 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.91% from 592); Green value is 90 (35.55% from 255 or 15.20% from 592); Blue value is 248 (97.27% from 255 or 41.89% from 592); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AF8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AF8 is #01A507. Grayscale: #9C9C9C. Windows color (decimal): -107784 or 16276222. OLE color: 16276222.
HSL color Cylindrical-coordinate representation of color #FE5AF8: hue angle of 302.2º 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 #FE5AF8 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 248 | - |
| CMYK | 0 | 0.65 | 0.02 | 0.00 |
| HSL | 302.2º | 0.99% | 0.67% | - |
| HSV(B) | 302.2º | 0.65% | 1% | - |
| XYZ | 61.47 | 35.16 | 92.35 | - |
| YUV | 157.05 | 179.33 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 248 | 0 | 0.65 | 0.02 | 0.00 | 302.2 | 0.99 | 0.67 |
| Hex | FE | 5A | F8 | 0 | 41 | 2 | 0 | 12E | 63 | 43 |
| Octal | 376 | 132 | 370 | 0 | 101 | 2 | 0 | 456 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11111000 | 0 | 1000001 | 10 | 0 | 100101110 | 1100011 | 1000011 |
Color Harmonies of #FE5AF8
Complementary color
Monochromatic Colors of #FE5AF8
Black with #FE5AF8
Text Example
Text Example
White with #FE5AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AF8; }
p { color: rgb(254,90,248); }
H1.HeaderClassName
{
color: #FE5AF8;
}
.AnyTagClassName
{
color: #FE5AF8;
}
</style>
background-color css
<style>
a { background-color: #FE5AF8; }
a { background-color: rgb(254,90,248); }
div.DivClassName
{
background-color: #FE5AF8;
}
.BgClassName
{
background-color: #FE5AF8;
}
</style>
border-color css
<style>
span { border-color: #FE5AF8; }
span { border-color: rgb(254,90,248); }
td.TdClassName
{
border-color: #FE5AF8;
}
.TagClassName
{
border-color: #FE5AF8;
}
</style>