Shades of Pink Flamingo #FC36FA
Tints of Pink Flamingo #FC36FA
RGB
CMYK
RGB Variations
Color information
#FC36FA (or 0xFC36FA) is known color: Pink Flamingo. HEX triplet: FC, 36 and FA. RGB value is (252,54,250). Sum of RGB (Red+Green+Blue) = 252+54+250=556 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.32% from 556); Green value is 54 (21.48% from 255 or 9.71% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 252 - color contains mainly: red. Hex color #FC36FA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #FC36FA is #03C905. Grayscale: #868686. Windows color (decimal): -248070 or 16398076. OLE color: 16398076.
HSL color Cylindrical-coordinate representation of color #FC36FA: hue angle of 300.61º degrees, saturation: 0.97, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FC36FA is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 54 | 250 | - |
| CMYK | 0 | 0.79 | 0.01 | 0.01 |
| HSL | 300.61º | 0.97% | 0.6% | - |
| HSV(B) | 300.61º | 0.79% | 0.99% | - |
| XYZ | 58.72 | 30.24 | 93.18 | - |
| YUV | 135.55 | 192.6 | 211.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 54 | 250 | 0 | 0.79 | 0.01 | 0.01 | 300.61 | 0.97 | 0.6 |
| Hex | FC | 36 | FA | 0 | 4F | 1 | 1 | 12D | 61 | 3C |
| Octal | 374 | 66 | 372 | 0 | 117 | 1 | 1 | 455 | 141 | 74 |
| Binary | 11111100 | 110110 | 11111010 | 0 | 1001111 | 1 | 1 | 100101101 | 1100001 | 111100 |
Color Harmonies of #FC36FA
Complementary color
Monochromatic Colors of #FC36FA
Black with #FC36FA
Text Example
Text Example
White with #FC36FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC36FA; }
p { color: rgb(252,54,250); }
H1.HeaderClassName
{
color: #FC36FA;
}
.AnyTagClassName
{
color: #FC36FA;
}
</style>
background-color css
<style>
a { background-color: #FC36FA; }
a { background-color: rgb(252,54,250); }
div.DivClassName
{
background-color: #FC36FA;
}
.BgClassName
{
background-color: #FC36FA;
}
</style>
border-color css
<style>
span { border-color: #FC36FA; }
span { border-color: rgb(252,54,250); }
td.TdClassName
{
border-color: #FC36FA;
}
.TagClassName
{
border-color: #FC36FA;
}
</style>