Shades of Deep Pink #FC1C81
Tints of Deep Pink #FC1C81
RGB
CMYK
RGB Variations
Color information
#FC1C81 (or 0xFC1C81) is known color: Deep Pink. HEX triplet: FC, 1C and 81. RGB value is (252,28,129). Sum of RGB (Red+Green+Blue) = 252+28+129=409 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.61% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1C81 is #03E37E. Grayscale: #6A6A6A. Windows color (decimal): -254847 or 8461564. OLE color: 8461564.
HSL color Cylindrical-coordinate representation of color #FC1C81: hue angle of 332.95º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C81 is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 129 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.01 |
| HSL | 332.95º | 0.97% | 0.55% | - |
| HSV(B) | 332.95º | 0.89% | 0.99% | - |
| XYZ | 44.52 | 23.11 | 22.88 | - |
| YUV | 106.49 | 140.71 | 231.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 129 | 0 | 0.89 | 0.49 | 0.01 | 332.95 | 0.97 | 0.55 |
| Hex | FC | 1C | 81 | 0 | 59 | 31 | 1 | 14D | 61 | 37 |
| Octal | 374 | 34 | 201 | 0 | 131 | 61 | 1 | 515 | 141 | 67 |
| Binary | 11111100 | 11100 | 10000001 | 0 | 1011001 | 110001 | 1 | 101001101 | 1100001 | 110111 |
Color Harmonies of #FC1C81
Complementary color
Monochromatic Colors of #FC1C81
Black with #FC1C81
Text Example
Text Example
White with #FC1C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C81; }
p { color: rgb(252,28,129); }
H1.HeaderClassName
{
color: #FC1C81;
}
.AnyTagClassName
{
color: #FC1C81;
}
</style>
background-color css
<style>
a { background-color: #FC1C81; }
a { background-color: rgb(252,28,129); }
div.DivClassName
{
background-color: #FC1C81;
}
.BgClassName
{
background-color: #FC1C81;
}
</style>
border-color css
<style>
span { border-color: #FC1C81; }
span { border-color: rgb(252,28,129); }
td.TdClassName
{
border-color: #FC1C81;
}
.TagClassName
{
border-color: #FC1C81;
}
</style>