Shades of Pink Flamingo #FC5DFF
Tints of Pink Flamingo #FC5DFF
RGB
CMYK
RGB Variations
Color information
#FC5DFF (or 0xFC5DFF) is known color: Pink Flamingo. HEX triplet: FC, 5D and FF. RGB value is (252,93,255). Sum of RGB (Red+Green+Blue) = 252+93+255=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 93 (36.72% from 255 or 15.5% from 600); Blue value is 255 (100% from 255 or 42.5% from 600); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC5DFF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5DFF is #03A200. Grayscale: #9E9E9E. Windows color (decimal): -238081 or 16735740. OLE color: 16735740.
HSL color Cylindrical-coordinate representation of color #FC5DFF: hue angle of 298.89º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC5DFF is Cyan = 0.01, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 93 | 255 | - |
| CMYK | 0.01 | 0.64 | 0 | 0 |
| HSL | 298.89º | 1% | 0.68% | - |
| HSV(B) | 298.89º | 0.64% | 1% | - |
| XYZ | 62.11 | 35.74 | 98.23 | - |
| YUV | 159.01 | 182.18 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 255 | 0.01 | 0.64 | 0 | 0 | 298.89 | 1 | 0.68 |
| Hex | FC | 5D | FF | 1 | 40 | 0 | 0 | 12B | 64 | 44 |
| Octal | 374 | 135 | 377 | 1 | 100 | 0 | 0 | 453 | 144 | 104 |
| Binary | 11111100 | 1011101 | 11111111 | 1 | 1000000 | 0 | 0 | 100101011 | 1100100 | 1000100 |
Color Harmonies of #FC5DFF
Complementary color
Monochromatic Colors of #FC5DFF
Black with #FC5DFF
Text Example
Text Example
White with #FC5DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5DFF; }
p { color: rgb(252,93,255); }
H1.HeaderClassName
{
color: #FC5DFF;
}
.AnyTagClassName
{
color: #FC5DFF;
}
</style>
background-color css
<style>
a { background-color: #FC5DFF; }
a { background-color: rgb(252,93,255); }
div.DivClassName
{
background-color: #FC5DFF;
}
.BgClassName
{
background-color: #FC5DFF;
}
</style>
border-color css
<style>
span { border-color: #FC5DFF; }
span { border-color: rgb(252,93,255); }
td.TdClassName
{
border-color: #FC5DFF;
}
.TagClassName
{
border-color: #FC5DFF;
}
</style>