Shades of Pink Flamingo #FC5DF6
Tints of Pink Flamingo #FC5DF6
RGB
CMYK
RGB Variations
Color information
#FC5DF6 (or 0xFC5DF6) is known color: Pink Flamingo. HEX triplet: FC, 5D and F6. RGB value is (252,93,246). Sum of RGB (Red+Green+Blue) = 252+93+246=591 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.64% from 591); Green value is 93 (36.72% from 255 or 15.74% from 591); Blue value is 246 (96.48% from 255 or 41.62% from 591); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC5DF6 is #03A209. Grayscale: #9D9D9D. Windows color (decimal): -238090 or 16145916. OLE color: 16145916.
HSL color Cylindrical-coordinate representation of color #FC5DF6: hue angle of 302.26º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FC5DF6 is Cyan = 0, Magento = 0.63, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 93 | 246 | - |
| CMYK | 0 | 0.63 | 0.02 | 0.01 |
| HSL | 302.26º | 0.96% | 0.68% | - |
| HSV(B) | 302.26º | 0.63% | 0.99% | - |
| XYZ | 60.69 | 35.18 | 90.78 | - |
| YUV | 157.98 | 177.68 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 93 | 246 | 0 | 0.63 | 0.02 | 0.01 | 302.26 | 0.96 | 0.68 |
| Hex | FC | 5D | F6 | 0 | 3F | 2 | 1 | 12E | 60 | 44 |
| Octal | 374 | 135 | 366 | 0 | 77 | 2 | 1 | 456 | 140 | 104 |
| Binary | 11111100 | 1011101 | 11110110 | 0 | 111111 | 10 | 1 | 100101110 | 1100000 | 1000100 |
Color Harmonies of #FC5DF6
Complementary color
Monochromatic Colors of #FC5DF6
Black with #FC5DF6
Text Example
Text Example
White with #FC5DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC5DF6; }
p { color: rgb(252,93,246); }
H1.HeaderClassName
{
color: #FC5DF6;
}
.AnyTagClassName
{
color: #FC5DF6;
}
</style>
background-color css
<style>
a { background-color: #FC5DF6; }
a { background-color: rgb(252,93,246); }
div.DivClassName
{
background-color: #FC5DF6;
}
.BgClassName
{
background-color: #FC5DF6;
}
</style>
border-color css
<style>
span { border-color: #FC5DF6; }
span { border-color: rgb(252,93,246); }
td.TdClassName
{
border-color: #FC5DF6;
}
.TagClassName
{
border-color: #FC5DF6;
}
</style>