Shades of Pink Flamingo #FC5FEA
Tints of Pink Flamingo #FC5FEA
RGB
CMYK
RGB Variations
Color information
#FC5FEA (or 0xFC5FEA) is known color: Pink Flamingo. HEX triplet: FC, 5F and EA. RGB value is (252,95,234). Sum of RGB (Red+Green+Blue) = 252+95+234=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 95 (37.5% from 255 or 16.35% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5FEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5FEA is #03A015. Grayscale: #9D9D9D. Windows color (decimal): -237590 or 15359996. OLE color: 15359996.
HSL color Cylindrical-coordinate representation of color #FC5FEA: hue angle of 306.88º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FC5FEA is Cyan = 0, Magento = 0.62, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 95 | 234 | - |
| CMYK | 0 | 0.62 | 0.07 | 0.01 |
| HSL | 306.88º | 0.96% | 0.68% | - |
| HSV(B) | 306.88º | 0.62% | 0.99% | - |
| XYZ | 59.09 | 34.82 | 81.45 | - |
| YUV | 157.79 | 171.01 | 195.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 95 | 234 | 0 | 0.62 | 0.07 | 0.01 | 306.88 | 0.96 | 0.68 |
| Hex | FC | 5F | EA | 0 | 3E | 7 | 1 | 133 | 60 | 44 |
| Octal | 374 | 137 | 352 | 0 | 76 | 7 | 1 | 463 | 140 | 104 |
| Binary | 11111100 | 1011111 | 11101010 | 0 | 111110 | 111 | 1 | 100110011 | 1100000 | 1000100 |
Color Harmonies of #FC5FEA
Complementary color
Monochromatic Colors of #FC5FEA
Black with #FC5FEA
Text Example
Text Example
White with #FC5FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5FEA; }
p { color: rgb(252,95,234); }
H1.HeaderClassName
{
color: #FC5FEA;
}
.AnyTagClassName
{
color: #FC5FEA;
}
</style>
background-color css
<style>
a { background-color: #FC5FEA; }
a { background-color: rgb(252,95,234); }
div.DivClassName
{
background-color: #FC5FEA;
}
.BgClassName
{
background-color: #FC5FEA;
}
</style>
border-color css
<style>
span { border-color: #FC5FEA; }
span { border-color: rgb(252,95,234); }
td.TdClassName
{
border-color: #FC5FEA;
}
.TagClassName
{
border-color: #FC5FEA;
}
</style>