Shades of Pink Flamingo #FE5AF4
Tints of Pink Flamingo #FE5AF4
RGB
CMYK
RGB Variations
Color information
#FE5AF4 (or 0xFE5AF4) is known color: Pink Flamingo. HEX triplet: FE, 5A and F4. RGB value is (254,90,244). Sum of RGB (Red+Green+Blue) = 254+90+244=588 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.20% from 588); Green value is 90 (35.55% from 255 or 15.31% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AF4 is #01A50B. Grayscale: #9C9C9C. Windows color (decimal): -107788 or 16014078. OLE color: 16014078.
HSL color Cylindrical-coordinate representation of color #FE5AF4: hue angle of 303.66º 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 #FE5AF4 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 244 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.00 |
| HSL | 303.66º | 0.99% | 0.67% | - |
| HSV(B) | 303.66º | 0.65% | 1% | - |
| XYZ | 60.86 | 34.91 | 89.12 | - |
| YUV | 156.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 244 | 0 | 0.65 | 0.04 | 0.00 | 303.66 | 0.99 | 0.67 |
| Hex | FE | 5A | F4 | 0 | 41 | 4 | 0 | 130 | 63 | 43 |
| Octal | 376 | 132 | 364 | 0 | 101 | 4 | 0 | 460 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11110100 | 0 | 1000001 | 100 | 0 | 100110000 | 1100011 | 1000011 |
Color Harmonies of #FE5AF4
Complementary color
Monochromatic Colors of #FE5AF4
Black with #FE5AF4
Text Example
Text Example
White with #FE5AF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AF4; }
p { color: rgb(254,90,244); }
H1.HeaderClassName
{
color: #FE5AF4;
}
.AnyTagClassName
{
color: #FE5AF4;
}
</style>
background-color css
<style>
a { background-color: #FE5AF4; }
a { background-color: rgb(254,90,244); }
div.DivClassName
{
background-color: #FE5AF4;
}
.BgClassName
{
background-color: #FE5AF4;
}
</style>
border-color css
<style>
span { border-color: #FE5AF4; }
span { border-color: rgb(254,90,244); }
td.TdClassName
{
border-color: #FE5AF4;
}
.TagClassName
{
border-color: #FE5AF4;
}
</style>