Shades of Pink Flamingo #FC52FF
Tints of Pink Flamingo #FC52FF
RGB
CMYK
RGB Variations
Color information
#FC52FF (or 0xFC52FF) is known color: Pink Flamingo. HEX triplet: FC, 52 and FF. RGB value is (252,82,255). Sum of RGB (Red+Green+Blue) = 252+82+255=589 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.78% from 589); Green value is 82 (32.42% from 255 or 13.92% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC52FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC52FF is #03AD00. Grayscale: #989898. Windows color (decimal): -240897 or 16732924. OLE color: 16732924.
HSL color Cylindrical-coordinate representation of color #FC52FF: hue angle of 298.96º 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 #FC52FF is Cyan = 0.01, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 82 | 255 | - |
| CMYK | 0.01 | 0.68 | 0 | 0 |
| HSL | 298.96º | 1% | 0.66% | - |
| HSV(B) | 298.96º | 0.68% | 1% | - |
| XYZ | 61.21 | 33.95 | 97.93 | - |
| YUV | 152.55 | 185.82 | 198.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 82 | 255 | 0.01 | 0.68 | 0 | 0 | 298.96 | 1 | 0.66 |
| Hex | FC | 52 | FF | 1 | 44 | 0 | 0 | 12B | 64 | 42 |
| Octal | 374 | 122 | 377 | 1 | 104 | 0 | 0 | 453 | 144 | 102 |
| Binary | 11111100 | 1010010 | 11111111 | 1 | 1000100 | 0 | 0 | 100101011 | 1100100 | 1000010 |
Color Harmonies of #FC52FF
Complementary color
Monochromatic Colors of #FC52FF
Black with #FC52FF
Text Example
Text Example
White with #FC52FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC52FF; }
p { color: rgb(252,82,255); }
H1.HeaderClassName
{
color: #FC52FF;
}
.AnyTagClassName
{
color: #FC52FF;
}
</style>
background-color css
<style>
a { background-color: #FC52FF; }
a { background-color: rgb(252,82,255); }
div.DivClassName
{
background-color: #FC52FF;
}
.BgClassName
{
background-color: #FC52FF;
}
</style>
border-color css
<style>
span { border-color: #FC52FF; }
span { border-color: rgb(252,82,255); }
td.TdClassName
{
border-color: #FC52FF;
}
.TagClassName
{
border-color: #FC52FF;
}
</style>