Shades of Pink Flamingo #FC5EFF
Tints of Pink Flamingo #FC5EFF
RGB
CMYK
RGB Variations
Color information
#FC5EFF (or 0xFC5EFF) is known color: Pink Flamingo. HEX triplet: FC, 5E and FF. RGB value is (252,94,255). Sum of RGB (Red+Green+Blue) = 252+94+255=601 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.93% from 601); Green value is 94 (37.11% from 255 or 15.64% from 601); Blue value is 255 (100% from 255 or 42.43% from 601); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC5EFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5EFF is #03A100. Grayscale: #9F9F9F. Windows color (decimal): -237825 or 16735996. OLE color: 16735996.
HSL color Cylindrical-coordinate representation of color #FC5EFF: hue angle of 298.88º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5EFF is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 94 | 255 | - |
| CMYK | 0.01 | 0.63 | 0 | 0 |
| HSL | 298.88º | 1% | 0.68% | - |
| HSV(B) | 298.88º | 0.63% | 1% | - |
| XYZ | 62.2 | 35.92 | 98.26 | - |
| YUV | 159.6 | 181.85 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 94 | 255 | 0.01 | 0.63 | 0 | 0 | 298.88 | 1 | 0.68 |
| Hex | FC | 5E | FF | 1 | 3F | 0 | 0 | 12B | 64 | 44 |
| Octal | 374 | 136 | 377 | 1 | 77 | 0 | 0 | 453 | 144 | 104 |
| Binary | 11111100 | 1011110 | 11111111 | 1 | 111111 | 0 | 0 | 100101011 | 1100100 | 1000100 |
Color Harmonies of #FC5EFF
Complementary color
Monochromatic Colors of #FC5EFF
Black with #FC5EFF
Text Example
Text Example
White with #FC5EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5EFF; }
p { color: rgb(252,94,255); }
H1.HeaderClassName
{
color: #FC5EFF;
}
.AnyTagClassName
{
color: #FC5EFF;
}
</style>
background-color css
<style>
a { background-color: #FC5EFF; }
a { background-color: rgb(252,94,255); }
div.DivClassName
{
background-color: #FC5EFF;
}
.BgClassName
{
background-color: #FC5EFF;
}
</style>
border-color css
<style>
span { border-color: #FC5EFF; }
span { border-color: rgb(252,94,255); }
td.TdClassName
{
border-color: #FC5EFF;
}
.TagClassName
{
border-color: #FC5EFF;
}
</style>