Shades of Pink Flamingo #FC51FF
Tints of Pink Flamingo #FC51FF
RGB
CMYK
RGB Variations
Color information
#FC51FF (or 0xFC51FF) is known color: Pink Flamingo. HEX triplet: FC, 51 and FF. RGB value is (252,81,255). Sum of RGB (Red+Green+Blue) = 252+81+255=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 81 (32.03% from 255 or 13.78% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC51FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC51FF is #03AE00. Grayscale: #979797. Windows color (decimal): -241153 or 16732668. OLE color: 16732668.
HSL color Cylindrical-coordinate representation of color #FC51FF: hue angle of 298.97º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC51FF is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 81 | 255 | - |
| CMYK | 0.01 | 0.68 | 0 | 0 |
| HSL | 298.97º | 1% | 0.66% | - |
| HSV(B) | 298.97º | 0.68% | 1% | - |
| XYZ | 61.14 | 33.8 | 97.91 | - |
| YUV | 151.97 | 186.15 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 255 | 0.01 | 0.68 | 0 | 0 | 298.97 | 1 | 0.66 |
| Hex | FC | 51 | FF | 1 | 44 | 0 | 0 | 12B | 64 | 42 |
| Octal | 374 | 121 | 377 | 1 | 104 | 0 | 0 | 453 | 144 | 102 |
| Binary | 11111100 | 1010001 | 11111111 | 1 | 1000100 | 0 | 0 | 100101011 | 1100100 | 1000010 |
Color Harmonies of #FC51FF
Complementary color
Monochromatic Colors of #FC51FF
Black with #FC51FF
Text Example
Text Example
White with #FC51FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51FF; }
p { color: rgb(252,81,255); }
H1.HeaderClassName
{
color: #FC51FF;
}
.AnyTagClassName
{
color: #FC51FF;
}
</style>
background-color css
<style>
a { background-color: #FC51FF; }
a { background-color: rgb(252,81,255); }
div.DivClassName
{
background-color: #FC51FF;
}
.BgClassName
{
background-color: #FC51FF;
}
</style>
border-color css
<style>
span { border-color: #FC51FF; }
span { border-color: rgb(252,81,255); }
td.TdClassName
{
border-color: #FC51FF;
}
.TagClassName
{
border-color: #FC51FF;
}
</style>