Shades of Pink Flamingo #FC51FA
Tints of Pink Flamingo #FC51FA
RGB
CMYK
RGB Variations
Color information
#FC51FA (or 0xFC51FA) is known color: Pink Flamingo. HEX triplet: FC, 51 and FA. RGB value is (252,81,250). Sum of RGB (Red+Green+Blue) = 252+81+250=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 81 (32.03% from 255 or 13.89% from 583); Blue value is 250 (98.05% from 255 or 42.88% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FC51FA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC51FA is #03AE05. Grayscale: #969696. Windows color (decimal): -241158 or 16404988. OLE color: 16404988.
HSL color Cylindrical-coordinate representation of color #FC51FA: hue angle of 300.7º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FC51FA is Cyan = 0, Magento = 0.68, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 81 | 250 | - |
| CMYK | 0 | 0.68 | 0.01 | 0.01 |
| HSL | 300.7º | 0.97% | 0.65% | - |
| HSV(B) | 300.7º | 0.68% | 0.99% | - |
| XYZ | 60.34 | 33.48 | 93.72 | - |
| YUV | 151.4 | 183.65 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 81 | 250 | 0 | 0.68 | 0.01 | 0.01 | 300.7 | 0.97 | 0.65 |
| Hex | FC | 51 | FA | 0 | 44 | 1 | 1 | 12D | 61 | 41 |
| Octal | 374 | 121 | 372 | 0 | 104 | 1 | 1 | 455 | 141 | 101 |
| Binary | 11111100 | 1010001 | 11111010 | 0 | 1000100 | 1 | 1 | 100101101 | 1100001 | 1000001 |
Color Harmonies of #FC51FA
Complementary color
Monochromatic Colors of #FC51FA
Black with #FC51FA
Text Example
Text Example
White with #FC51FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC51FA; }
p { color: rgb(252,81,250); }
H1.HeaderClassName
{
color: #FC51FA;
}
.AnyTagClassName
{
color: #FC51FA;
}
</style>
background-color css
<style>
a { background-color: #FC51FA; }
a { background-color: rgb(252,81,250); }
div.DivClassName
{
background-color: #FC51FA;
}
.BgClassName
{
background-color: #FC51FA;
}
</style>
border-color css
<style>
span { border-color: #FC51FA; }
span { border-color: rgb(252,81,250); }
td.TdClassName
{
border-color: #FC51FA;
}
.TagClassName
{
border-color: #FC51FA;
}
</style>