Shades of Deep Pink #FC217A
Tints of Deep Pink #FC217A
RGB
CMYK
RGB Variations
Color information
#FC217A (or 0xFC217A) is known color: Deep Pink. HEX triplet: FC, 21 and 7A. RGB value is (252,33,122). Sum of RGB (Red+Green+Blue) = 252+33+122=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 33 (13.28% from 255 or 8.11% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC217A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC217A is #03DE85. Grayscale: #6C6C6C. Windows color (decimal): -253574 or 8004092. OLE color: 8004092.
HSL color Cylindrical-coordinate representation of color #FC217A: hue angle of 335.62º 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 #FC217A is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 122 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.01 |
| HSL | 335.62º | 0.97% | 0.56% | - |
| HSV(B) | 335.62º | 0.87% | 0.99% | - |
| XYZ | 44.2 | 23.19 | 20.56 | - |
| YUV | 108.63 | 135.55 | 230.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 122 | 0 | 0.87 | 0.52 | 0.01 | 335.62 | 0.97 | 0.56 |
| Hex | FC | 21 | 7A | 0 | 57 | 34 | 1 | 150 | 61 | 38 |
| Octal | 374 | 41 | 172 | 0 | 127 | 64 | 1 | 520 | 141 | 70 |
| Binary | 11111100 | 100001 | 1111010 | 0 | 1010111 | 110100 | 1 | 101010000 | 1100001 | 111000 |
Color Harmonies of #FC217A
Complementary color
Monochromatic Colors of #FC217A
Black with #FC217A
Text Example
Text Example
White with #FC217A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC217A; }
p { color: rgb(252,33,122); }
H1.HeaderClassName
{
color: #FC217A;
}
.AnyTagClassName
{
color: #FC217A;
}
</style>
background-color css
<style>
a { background-color: #FC217A; }
a { background-color: rgb(252,33,122); }
div.DivClassName
{
background-color: #FC217A;
}
.BgClassName
{
background-color: #FC217A;
}
</style>
border-color css
<style>
span { border-color: #FC217A; }
span { border-color: rgb(252,33,122); }
td.TdClassName
{
border-color: #FC217A;
}
.TagClassName
{
border-color: #FC217A;
}
</style>