Shades of Pink Flamingo #FC53F2
Tints of Pink Flamingo #FC53F2
RGB
CMYK
RGB Variations
Color information
#FC53F2 (or 0xFC53F2) is known color: Pink Flamingo. HEX triplet: FC, 53 and F2. RGB value is (252,83,242). Sum of RGB (Red+Green+Blue) = 252+83+242=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 83 (32.81% from 255 or 14.38% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FC53F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #FC53F2 is #03AC0D. Grayscale: #979797. Windows color (decimal): -240654 or 15881212. OLE color: 15881212.
HSL color Cylindrical-coordinate representation of color #FC53F2: hue angle of 303.55º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FC53F2 is Cyan = 0, Magento = 0.67, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 83 | 242 | - |
| CMYK | 0 | 0.67 | 0.04 | 0.01 |
| HSL | 303.55º | 0.97% | 0.66% | - |
| HSV(B) | 303.55º | 0.67% | 0.99% | - |
| XYZ | 59.27 | 33.29 | 87.31 | - |
| YUV | 151.66 | 178.99 | 199.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 83 | 242 | 0 | 0.67 | 0.04 | 0.01 | 303.55 | 0.97 | 0.66 |
| Hex | FC | 53 | F2 | 0 | 43 | 4 | 1 | 130 | 61 | 42 |
| Octal | 374 | 123 | 362 | 0 | 103 | 4 | 1 | 460 | 141 | 102 |
| Binary | 11111100 | 1010011 | 11110010 | 0 | 1000011 | 100 | 1 | 100110000 | 1100001 | 1000010 |
Color Harmonies of #FC53F2
Complementary color
Monochromatic Colors of #FC53F2
Black with #FC53F2
Text Example
Text Example
White with #FC53F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC53F2; }
p { color: rgb(252,83,242); }
H1.HeaderClassName
{
color: #FC53F2;
}
.AnyTagClassName
{
color: #FC53F2;
}
</style>
background-color css
<style>
a { background-color: #FC53F2; }
a { background-color: rgb(252,83,242); }
div.DivClassName
{
background-color: #FC53F2;
}
.BgClassName
{
background-color: #FC53F2;
}
</style>
border-color css
<style>
span { border-color: #FC53F2; }
span { border-color: rgb(252,83,242); }
td.TdClassName
{
border-color: #FC53F2;
}
.TagClassName
{
border-color: #FC53F2;
}
</style>