Shades of Pink Flamingo #FE5AF5
Tints of Pink Flamingo #FE5AF5
RGB
CMYK
RGB Variations
Color information
#FE5AF5 (or 0xFE5AF5) is known color: Pink Flamingo. HEX triplet: FE, 5A and F5. RGB value is (254,90,245). Sum of RGB (Red+Green+Blue) = 254+90+245=589 (78% of max value = 765). Red value is 254 (99.61% from 255 or 43.12% from 589); Green value is 90 (35.55% from 255 or 15.28% from 589); Blue value is 245 (96.09% from 255 or 41.60% from 589); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AF5 is #01A50A. Grayscale: #9C9C9C. Windows color (decimal): -107787 or 16079614. OLE color: 16079614.
HSL color Cylindrical-coordinate representation of color #FE5AF5: hue angle of 303.29º 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 #FE5AF5 is Cyan = 0, Magento = 0.65, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 245 | - |
| CMYK | 0 | 0.65 | 0.04 | 0.00 |
| HSL | 303.29º | 0.99% | 0.67% | - |
| HSV(B) | 303.29º | 0.65% | 1% | - |
| XYZ | 61.01 | 34.98 | 89.92 | - |
| YUV | 156.71 | 177.83 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 245 | 0 | 0.65 | 0.04 | 0.00 | 303.29 | 0.99 | 0.67 |
| Hex | FE | 5A | F5 | 0 | 41 | 4 | 0 | 12F | 63 | 43 |
| Octal | 376 | 132 | 365 | 0 | 101 | 4 | 0 | 457 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11110101 | 0 | 1000001 | 100 | 0 | 100101111 | 1100011 | 1000011 |
Color Harmonies of #FE5AF5
Complementary color
Monochromatic Colors of #FE5AF5
Black with #FE5AF5
Text Example
Text Example
White with #FE5AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AF5; }
p { color: rgb(254,90,245); }
H1.HeaderClassName
{
color: #FE5AF5;
}
.AnyTagClassName
{
color: #FE5AF5;
}
</style>
background-color css
<style>
a { background-color: #FE5AF5; }
a { background-color: rgb(254,90,245); }
div.DivClassName
{
background-color: #FE5AF5;
}
.BgClassName
{
background-color: #FE5AF5;
}
</style>
border-color css
<style>
span { border-color: #FE5AF5; }
span { border-color: rgb(254,90,245); }
td.TdClassName
{
border-color: #FE5AF5;
}
.TagClassName
{
border-color: #FE5AF5;
}
</style>