Shades of Deep Pink #FC1D9A
Tints of Deep Pink #FC1D9A
RGB
CMYK
RGB Variations
Color information
#FC1D9A (or 0xFC1D9A) is known color: Deep Pink. HEX triplet: FC, 1D and 9A. RGB value is (252,29,154). Sum of RGB (Red+Green+Blue) = 252+29+154=435 (57% of max value = 765). Red value is 252 (98.83% from 255 or 57.93% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1D9A is #03E265. Grayscale: #6D6D6D. Windows color (decimal): -254566 or 10100220. OLE color: 10100220.
HSL color Cylindrical-coordinate representation of color #FC1D9A: hue angle of 326.37º 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 #FC1D9A is Cyan = 0, Magento = 0.88, Yellow = 0.39 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 154 | - |
| CMYK | 0 | 0.88 | 0.39 | 0.01 |
| HSL | 326.37º | 0.97% | 0.55% | - |
| HSV(B) | 326.37º | 0.88% | 0.99% | - |
| XYZ | 46.42 | 23.91 | 32.74 | - |
| YUV | 109.93 | 152.88 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 154 | 0 | 0.88 | 0.39 | 0.01 | 326.37 | 0.97 | 0.55 |
| Hex | FC | 1D | 9A | 0 | 58 | 27 | 1 | 146 | 61 | 37 |
| Octal | 374 | 35 | 232 | 0 | 130 | 47 | 1 | 506 | 141 | 67 |
| Binary | 11111100 | 11101 | 10011010 | 0 | 1011000 | 100111 | 1 | 101000110 | 1100001 | 110111 |
Color Harmonies of #FC1D9A
Complementary color
Monochromatic Colors of #FC1D9A
Black with #FC1D9A
Text Example
Text Example
White with #FC1D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D9A; }
p { color: rgb(252,29,154); }
H1.HeaderClassName
{
color: #FC1D9A;
}
.AnyTagClassName
{
color: #FC1D9A;
}
</style>
background-color css
<style>
a { background-color: #FC1D9A; }
a { background-color: rgb(252,29,154); }
div.DivClassName
{
background-color: #FC1D9A;
}
.BgClassName
{
background-color: #FC1D9A;
}
</style>
border-color css
<style>
span { border-color: #FC1D9A; }
span { border-color: rgb(252,29,154); }
td.TdClassName
{
border-color: #FC1D9A;
}
.TagClassName
{
border-color: #FC1D9A;
}
</style>