Shades of Deep Pink #FC1D98
Tints of Deep Pink #FC1D98
RGB
CMYK
RGB Variations
Color information
#FC1D98 (or 0xFC1D98) is known color: Deep Pink. HEX triplet: FC, 1D and 98. RGB value is (252,29,152). Sum of RGB (Red+Green+Blue) = 252+29+152=433 (57% of max value = 765). Red value is 252 (98.83% from 255 or 58.20% from 433); Green value is 29 (11.72% from 255 or 6.70% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D98 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1D98 is #03E267. Grayscale: #6D6D6D. Windows color (decimal): -254568 or 9969148. OLE color: 9969148.
HSL color Cylindrical-coordinate representation of color #FC1D98: hue angle of 326.91º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC1D98 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 152 | - |
| CMYK | 0 | 0.88 | 0.40 | 0.01 |
| HSL | 326.91º | 0.97% | 0.55% | - |
| HSV(B) | 326.91º | 0.88% | 0.99% | - |
| XYZ | 46.25 | 23.84 | 31.87 | - |
| YUV | 109.7 | 151.88 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 152 | 0 | 0.88 | 0.40 | 0.01 | 326.91 | 0.97 | 0.55 |
| Hex | FC | 1D | 98 | 0 | 58 | 28 | 1 | 147 | 61 | 37 |
| Octal | 374 | 35 | 230 | 0 | 130 | 50 | 1 | 507 | 141 | 67 |
| Binary | 11111100 | 11101 | 10011000 | 0 | 1011000 | 101000 | 1 | 101000111 | 1100001 | 110111 |
Color Harmonies of #FC1D98
Complementary color
Monochromatic Colors of #FC1D98
Black with #FC1D98
Text Example
Text Example
White with #FC1D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D98; }
p { color: rgb(252,29,152); }
H1.HeaderClassName
{
color: #FC1D98;
}
.AnyTagClassName
{
color: #FC1D98;
}
</style>
background-color css
<style>
a { background-color: #FC1D98; }
a { background-color: rgb(252,29,152); }
div.DivClassName
{
background-color: #FC1D98;
}
.BgClassName
{
background-color: #FC1D98;
}
</style>
border-color css
<style>
span { border-color: #FC1D98; }
span { border-color: rgb(252,29,152); }
td.TdClassName
{
border-color: #FC1D98;
}
.TagClassName
{
border-color: #FC1D98;
}
</style>