Shades of Pink Flamingo #FC53FF
Tints of Pink Flamingo #FC53FF
RGB
CMYK
RGB Variations
Color information
#FC53FF (or 0xFC53FF) is known color: Pink Flamingo. HEX triplet: FC, 53 and FF. RGB value is (252,83,255). Sum of RGB (Red+Green+Blue) = 252+83+255=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 83 (32.81% from 255 or 14.07% from 590); Blue value is 255 (100% from 255 or 43.22% from 590); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC53FF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC53FF is #03AC00. Grayscale: #989898. Windows color (decimal): -240641 or 16733180. OLE color: 16733180.
HSL color Cylindrical-coordinate representation of color #FC53FF: hue angle of 298.95º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC53FF is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 83 | 255 | - |
| CMYK | 0.01 | 0.67 | 0 | 0 |
| HSL | 298.95º | 1% | 0.66% | - |
| HSV(B) | 298.95º | 0.67% | 1% | - |
| XYZ | 61.29 | 34.1 | 97.96 | - |
| YUV | 153.14 | 185.49 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 255 | 0.01 | 0.67 | 0 | 0 | 298.95 | 1 | 0.66 |
| Hex | FC | 53 | FF | 1 | 43 | 0 | 0 | 12B | 64 | 42 |
| Octal | 374 | 123 | 377 | 1 | 103 | 0 | 0 | 453 | 144 | 102 |
| Binary | 11111100 | 1010011 | 11111111 | 1 | 1000011 | 0 | 0 | 100101011 | 1100100 | 1000010 |
Color Harmonies of #FC53FF
Complementary color
Monochromatic Colors of #FC53FF
Black with #FC53FF
Text Example
Text Example
White with #FC53FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53FF; }
p { color: rgb(252,83,255); }
H1.HeaderClassName
{
color: #FC53FF;
}
.AnyTagClassName
{
color: #FC53FF;
}
</style>
background-color css
<style>
a { background-color: #FC53FF; }
a { background-color: rgb(252,83,255); }
div.DivClassName
{
background-color: #FC53FF;
}
.BgClassName
{
background-color: #FC53FF;
}
</style>
border-color css
<style>
span { border-color: #FC53FF; }
span { border-color: rgb(252,83,255); }
td.TdClassName
{
border-color: #FC53FF;
}
.TagClassName
{
border-color: #FC53FF;
}
</style>