Shades of Deep Pink #FC207A
Tints of Deep Pink #FC207A
RGB
CMYK
RGB Variations
Color information
#FC207A (or 0xFC207A) is known color: Deep Pink. HEX triplet: FC, 20 and 7A. RGB value is (252,32,122). Sum of RGB (Red+Green+Blue) = 252+32+122=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 32 (12.89% from 255 or 7.88% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC207A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC207A is #03DF85. Grayscale: #6B6B6B. Windows color (decimal): -253830 or 8003836. OLE color: 8003836.
HSL color Cylindrical-coordinate representation of color #FC207A: hue angle of 335.45º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FC207A is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 122 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.01 |
| HSL | 335.45º | 0.97% | 0.56% | - |
| HSV(B) | 335.45º | 0.87% | 0.99% | - |
| XYZ | 44.17 | 23.13 | 20.55 | - |
| YUV | 108.04 | 135.89 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 122 | 0 | 0.87 | 0.52 | 0.01 | 335.45 | 0.97 | 0.56 |
| Hex | FC | 20 | 7A | 0 | 57 | 34 | 1 | 14F | 61 | 38 |
| Octal | 374 | 40 | 172 | 0 | 127 | 64 | 1 | 517 | 141 | 70 |
| Binary | 11111100 | 100000 | 1111010 | 0 | 1010111 | 110100 | 1 | 101001111 | 1100001 | 111000 |
Color Harmonies of #FC207A
Complementary color
Monochromatic Colors of #FC207A
Black with #FC207A
Text Example
Text Example
White with #FC207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC207A; }
p { color: rgb(252,32,122); }
H1.HeaderClassName
{
color: #FC207A;
}
.AnyTagClassName
{
color: #FC207A;
}
</style>
background-color css
<style>
a { background-color: #FC207A; }
a { background-color: rgb(252,32,122); }
div.DivClassName
{
background-color: #FC207A;
}
.BgClassName
{
background-color: #FC207A;
}
</style>
border-color css
<style>
span { border-color: #FC207A; }
span { border-color: rgb(252,32,122); }
td.TdClassName
{
border-color: #FC207A;
}
.TagClassName
{
border-color: #FC207A;
}
</style>