Shades of Deep Pink #FC218D
Tints of Deep Pink #FC218D
RGB
CMYK
RGB Variations
Color information
#FC218D (or 0xFC218D) is known color: Deep Pink. HEX triplet: FC, 21 and 8D. RGB value is (252,33,141). Sum of RGB (Red+Green+Blue) = 252+33+141=426 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.15% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 252 - color contains mainly: red. Hex color #FC218D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC218D is #03DE72. Grayscale: #6E6E6E. Windows color (decimal): -253555 or 9249276. OLE color: 9249276.
HSL color Cylindrical-coordinate representation of color #FC218D: hue angle of 330.41º 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 #FC218D is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 141 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.01 |
| HSL | 330.41º | 0.97% | 0.56% | - |
| HSV(B) | 330.41º | 0.87% | 0.99% | - |
| XYZ | 45.5 | 23.71 | 27.38 | - |
| YUV | 110.79 | 145.05 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 141 | 0 | 0.87 | 0.44 | 0.01 | 330.41 | 0.97 | 0.56 |
| Hex | FC | 21 | 8D | 0 | 57 | 2C | 1 | 14A | 61 | 38 |
| Octal | 374 | 41 | 215 | 0 | 127 | 54 | 1 | 512 | 141 | 70 |
| Binary | 11111100 | 100001 | 10001101 | 0 | 1010111 | 101100 | 1 | 101001010 | 1100001 | 111000 |
Color Harmonies of #FC218D
Complementary color
Monochromatic Colors of #FC218D
Black with #FC218D
Text Example
Text Example
White with #FC218D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC218D; }
p { color: rgb(252,33,141); }
H1.HeaderClassName
{
color: #FC218D;
}
.AnyTagClassName
{
color: #FC218D;
}
</style>
background-color css
<style>
a { background-color: #FC218D; }
a { background-color: rgb(252,33,141); }
div.DivClassName
{
background-color: #FC218D;
}
.BgClassName
{
background-color: #FC218D;
}
</style>
border-color css
<style>
span { border-color: #FC218D; }
span { border-color: rgb(252,33,141); }
td.TdClassName
{
border-color: #FC218D;
}
.TagClassName
{
border-color: #FC218D;
}
</style>