Shades of Deep Pink #FC208A
Tints of Deep Pink #FC208A
RGB
CMYK
RGB Variations
Color information
#FC208A (or 0xFC208A) is known color: Deep Pink. HEX triplet: FC, 20 and 8A. RGB value is (252,32,138). Sum of RGB (Red+Green+Blue) = 252+32+138=422 (55% of max value = 765). Red value is 252 (98.83% from 255 or 59.72% from 422); Green value is 32 (12.89% from 255 or 7.58% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 252 - color contains mainly: red. Hex color #FC208A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC208A is #03DF75. Grayscale: #6D6D6D. Windows color (decimal): -253814 or 9052412. OLE color: 9052412.
HSL color Cylindrical-coordinate representation of color #FC208A: hue angle of 331.09º 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 #FC208A is Cyan = 0, Magento = 0.87, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 138 | - |
| CMYK | 0 | 0.87 | 0.45 | 0.01 |
| HSL | 331.09º | 0.97% | 0.56% | - |
| HSV(B) | 331.09º | 0.87% | 0.99% | - |
| XYZ | 45.25 | 23.56 | 26.21 | - |
| YUV | 109.86 | 143.89 | 229.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 138 | 0 | 0.87 | 0.45 | 0.01 | 331.09 | 0.97 | 0.56 |
| Hex | FC | 20 | 8A | 0 | 57 | 2D | 1 | 14B | 61 | 38 |
| Octal | 374 | 40 | 212 | 0 | 127 | 55 | 1 | 513 | 141 | 70 |
| Binary | 11111100 | 100000 | 10001010 | 0 | 1010111 | 101101 | 1 | 101001011 | 1100001 | 111000 |
Color Harmonies of #FC208A
Complementary color
Monochromatic Colors of #FC208A
Black with #FC208A
Text Example
Text Example
White with #FC208A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC208A; }
p { color: rgb(252,32,138); }
H1.HeaderClassName
{
color: #FC208A;
}
.AnyTagClassName
{
color: #FC208A;
}
</style>
background-color css
<style>
a { background-color: #FC208A; }
a { background-color: rgb(252,32,138); }
div.DivClassName
{
background-color: #FC208A;
}
.BgClassName
{
background-color: #FC208A;
}
</style>
border-color css
<style>
span { border-color: #FC208A; }
span { border-color: rgb(252,32,138); }
td.TdClassName
{
border-color: #FC208A;
}
.TagClassName
{
border-color: #FC208A;
}
</style>