Shades of Pink Flamingo #FE5CFA
Tints of Pink Flamingo #FE5CFA
RGB
CMYK
RGB Variations
Color information
#FE5CFA (or 0xFE5CFA) is known color: Pink Flamingo. HEX triplet: FE, 5C and FA. RGB value is (254,92,250). Sum of RGB (Red+Green+Blue) = 254+92+250=596 (78% of max value = 765). Red value is 254 (99.61% from 255 or 42.62% from 596); Green value is 92 (36.33% from 255 or 15.44% from 596); Blue value is 250 (98.05% from 255 or 41.95% from 596); Max value from RGB is 254 - color contains mainly: red. Hex color #FE5CFA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FE5CFA is #01A305. Grayscale: #9D9D9D. Windows color (decimal): -107270 or 16407806. OLE color: 16407806.
HSL color Cylindrical-coordinate representation of color #FE5CFA: hue angle of 301.48º 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 #FE5CFA is Cyan = 0, Magento = 0.64, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 92 | 250 | - |
| CMYK | 0 | 0.64 | 0.02 | 0.00 |
| HSL | 301.48º | 0.99% | 0.68% | - |
| HSV(B) | 301.48º | 0.64% | 1% | - |
| XYZ | 61.96 | 35.63 | 94.05 | - |
| YUV | 158.45 | 179.67 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 92 | 250 | 0 | 0.64 | 0.02 | 0.00 | 301.48 | 0.99 | 0.68 |
| Hex | FE | 5C | FA | 0 | 40 | 2 | 0 | 12D | 63 | 44 |
| Octal | 376 | 134 | 372 | 0 | 100 | 2 | 0 | 455 | 143 | 104 |
| Binary | 11111110 | 1011100 | 11111010 | 0 | 1000000 | 10 | 0 | 100101101 | 1100011 | 1000100 |
Color Harmonies of #FE5CFA
Complementary color
Monochromatic Colors of #FE5CFA
Black with #FE5CFA
Text Example
Text Example
White with #FE5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE5CFA; }
p { color: rgb(254,92,250); }
H1.HeaderClassName
{
color: #FE5CFA;
}
.AnyTagClassName
{
color: #FE5CFA;
}
</style>
background-color css
<style>
a { background-color: #FE5CFA; }
a { background-color: rgb(254,92,250); }
div.DivClassName
{
background-color: #FE5CFA;
}
.BgClassName
{
background-color: #FE5CFA;
}
</style>
border-color css
<style>
span { border-color: #FE5CFA; }
span { border-color: rgb(254,92,250); }
td.TdClassName
{
border-color: #FE5CFA;
}
.TagClassName
{
border-color: #FE5CFA;
}
</style>