Shades of Pink Flamingo #FE5AFD
Tints of Pink Flamingo #FE5AFD
RGB
CMYK
RGB Variations
Color information
#FE5AFD (or 0xFE5AFD) is known color: Pink Flamingo. HEX triplet: FE, 5A and FD. RGB value is (254,90,253). Sum of RGB (Red+Green+Blue) = 254+90+253=597 (79% of max value = 765). Red value is 254 (99.61% from 255 or 42.55% from 597); Green value is 90 (35.55% from 255 or 15.08% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5AFD is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5AFD is #01A502. Grayscale: #9D9D9D. Windows color (decimal): -107779 or 16603902. OLE color: 16603902.
HSL color Cylindrical-coordinate representation of color #FE5AFD: hue angle of 300.37º 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 #FE5AFD is Cyan = 0, Magento = 0.65, Yellow = 0.00 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 90 | 253 | - |
| CMYK | 0 | 0.65 | 0.00 | 0.00 |
| HSL | 300.37º | 0.99% | 0.67% | - |
| HSV(B) | 300.37º | 0.65% | 1% | - |
| XYZ | 62.26 | 35.48 | 96.49 | - |
| YUV | 157.62 | 181.83 | 196.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 90 | 253 | 0 | 0.65 | 0.00 | 0.00 | 300.37 | 0.99 | 0.67 |
| Hex | FE | 5A | FD | 0 | 41 | 0 | 0 | 12C | 63 | 43 |
| Octal | 376 | 132 | 375 | 0 | 101 | 0 | 0 | 454 | 143 | 103 |
| Binary | 11111110 | 1011010 | 11111101 | 0 | 1000001 | 0 | 0 | 100101100 | 1100011 | 1000011 |
Color Harmonies of #FE5AFD
Complementary color
Monochromatic Colors of #FE5AFD
Black with #FE5AFD
Text Example
Text Example
White with #FE5AFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5AFD; }
p { color: rgb(254,90,253); }
H1.HeaderClassName
{
color: #FE5AFD;
}
.AnyTagClassName
{
color: #FE5AFD;
}
</style>
background-color css
<style>
a { background-color: #FE5AFD; }
a { background-color: rgb(254,90,253); }
div.DivClassName
{
background-color: #FE5AFD;
}
.BgClassName
{
background-color: #FE5AFD;
}
</style>
border-color css
<style>
span { border-color: #FE5AFD; }
span { border-color: rgb(254,90,253); }
td.TdClassName
{
border-color: #FE5AFD;
}
.TagClassName
{
border-color: #FE5AFD;
}
</style>