Shades of Pink Flamingo #FE5BFA
Tints of Pink Flamingo #FE5BFA
RGB
CMYK
RGB Variations
Color information
#FE5BFA (or 0xFE5BFA) is known color: Pink Flamingo. HEX triplet: FE, 5B and FA. RGB value is (254,91,250). Sum of RGB (Red+Green+Blue) = 254+91+250=595 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.69% from 595); Green value is 91 (35.94% from 255 or 15.29% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5BFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5BFA is #01A405. Grayscale: #9D9D9D. Windows color (decimal): -107526 or 16407550. OLE color: 16407550.
HSL color Cylindrical-coordinate representation of color #FE5BFA: hue angle of 301.47º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FE5BFA is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 91 | 250 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.00 |
| HSL | 301.47º | 0.99% | 0.68% | - |
| HSV(B) | 301.47º | 0.64% | 1% | - |
| XYZ | 61.87 | 35.46 | 94.03 | - |
| YUV | 157.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 91 | 250 | 0 | 0.64 | 0.02 | 0.00 | 301.47 | 0.99 | 0.68 |
| Hex | FE | 5B | FA | 0 | 40 | 2 | 0 | 12D | 63 | 44 |
| Octal | 376 | 133 | 372 | 0 | 100 | 2 | 0 | 455 | 143 | 104 |
| Binary | 11111110 | 1011011 | 11111010 | 0 | 1000000 | 10 | 0 | 100101101 | 1100011 | 1000100 |
Color Harmonies of #FE5BFA
Complementary color
Monochromatic Colors of #FE5BFA
Black with #FE5BFA
Text Example
Text Example
White with #FE5BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5BFA; }
p { color: rgb(254,91,250); }
H1.HeaderClassName
{
color: #FE5BFA;
}
.AnyTagClassName
{
color: #FE5BFA;
}
</style>
background-color css
<style>
a { background-color: #FE5BFA; }
a { background-color: rgb(254,91,250); }
div.DivClassName
{
background-color: #FE5BFA;
}
.BgClassName
{
background-color: #FE5BFA;
}
</style>
border-color css
<style>
span { border-color: #FE5BFA; }
span { border-color: rgb(254,91,250); }
td.TdClassName
{
border-color: #FE5BFA;
}
.TagClassName
{
border-color: #FE5BFA;
}
</style>