Shades of Pink Flamingo #FE5AF1
Tints of Pink Flamingo #FE5AF1
RGB
CMYK
RGB Variations
Color information
#FE5AF1 (or 0xFE5AF1) is known color: Pink Flamingo. HEX triplet: FE, 5A and F1. RGB value is (254,90,241). Sum of RGB (Red+Green+Blue) = 254+90+241=585 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.42% from 585); Green value is 90 (35.55% from 255 or 15.38% from 585); Blue value is 241 (94.53% from 255 or 41.20% from 585); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AF1 is #01A50E. Grayscale: #9B9B9B. Windows color (decimal): -107791 or 15817470. OLE color: 15817470.
HSL color Cylindrical-coordinate representation of color #FE5AF1: hue angle of 304.76º 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 #FE5AF1 is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 241 | - |
| CMYK | 0 | 0.65 | 0.05 | 0.00 |
| HSL | 304.76º | 0.99% | 0.67% | - |
| HSV(B) | 304.76º | 0.65% | 1% | - |
| XYZ | 60.41 | 34.73 | 86.74 | - |
| YUV | 156.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 241 | 0 | 0.65 | 0.05 | 0.00 | 304.76 | 0.99 | 0.67 |
| Hex | FE | 5A | F1 | 0 | 41 | 5 | 0 | 131 | 63 | 43 |
| Octal | 376 | 132 | 361 | 0 | 101 | 5 | 0 | 461 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11110001 | 0 | 1000001 | 101 | 0 | 100110001 | 1100011 | 1000011 |
Color Harmonies of #FE5AF1
Complementary color
Monochromatic Colors of #FE5AF1
Black with #FE5AF1
Text Example
Text Example
White with #FE5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AF1; }
p { color: rgb(254,90,241); }
H1.HeaderClassName
{
color: #FE5AF1;
}
.AnyTagClassName
{
color: #FE5AF1;
}
</style>
background-color css
<style>
a { background-color: #FE5AF1; }
a { background-color: rgb(254,90,241); }
div.DivClassName
{
background-color: #FE5AF1;
}
.BgClassName
{
background-color: #FE5AF1;
}
</style>
border-color css
<style>
span { border-color: #FE5AF1; }
span { border-color: rgb(254,90,241); }
td.TdClassName
{
border-color: #FE5AF1;
}
.TagClassName
{
border-color: #FE5AF1;
}
</style>