Shades of Pink Flamingo #FC5CEA
Tints of Pink Flamingo #FC5CEA
RGB
CMYK
RGB Variations
Color information
#FC5CEA (or 0xFC5CEA) is known color: Pink Flamingo. HEX triplet: FC, 5C and EA. RGB value is (252,92,234). Sum of RGB (Red+Green+Blue) = 252+92+234=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 92 (36.33% from 255 or 15.92% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5CEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5CEA is #03A315. Grayscale: #9B9B9B. Windows color (decimal): -238358 or 15359228. OLE color: 15359228.
HSL color Cylindrical-coordinate representation of color #FC5CEA: hue angle of 306.75º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5CEA is Cyan = 0, Magento = 0.63, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 92 | 234 | - |
| CMYK | 0 | 0.63 | 0.07 | 0.01 |
| HSL | 306.75º | 0.96% | 0.67% | - |
| HSV(B) | 306.75º | 0.63% | 0.99% | - |
| XYZ | 58.82 | 34.29 | 81.36 | - |
| YUV | 156.03 | 172.01 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 92 | 234 | 0 | 0.63 | 0.07 | 0.01 | 306.75 | 0.96 | 0.67 |
| Hex | FC | 5C | EA | 0 | 3F | 7 | 1 | 133 | 60 | 43 |
| Octal | 374 | 134 | 352 | 0 | 77 | 7 | 1 | 463 | 140 | 103 |
| Binary | 11111100 | 1011100 | 11101010 | 0 | 111111 | 111 | 1 | 100110011 | 1100000 | 1000011 |
Color Harmonies of #FC5CEA
Complementary color
Monochromatic Colors of #FC5CEA
Black with #FC5CEA
Text Example
Text Example
White with #FC5CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5CEA; }
p { color: rgb(252,92,234); }
H1.HeaderClassName
{
color: #FC5CEA;
}
.AnyTagClassName
{
color: #FC5CEA;
}
</style>
background-color css
<style>
a { background-color: #FC5CEA; }
a { background-color: rgb(252,92,234); }
div.DivClassName
{
background-color: #FC5CEA;
}
.BgClassName
{
background-color: #FC5CEA;
}
</style>
border-color css
<style>
span { border-color: #FC5CEA; }
span { border-color: rgb(252,92,234); }
td.TdClassName
{
border-color: #FC5CEA;
}
.TagClassName
{
border-color: #FC5CEA;
}
</style>