Shades of Deep Pink #FC1C8C
Tints of Deep Pink #FC1C8C
RGB
CMYK
RGB Variations
Color information
#FC1C8C (or 0xFC1C8C) is known color: Deep Pink. HEX triplet: FC, 1C and 8C. RGB value is (252,28,140). Sum of RGB (Red+Green+Blue) = 252+28+140=420 (55% of max value = 765). Red value is 252 (98.83% from 255 or 60% from 420); Green value is 28 (11.33% from 255 or 6.67% from 420); Blue value is 140 (55.08% from 255 or 33.33% from 420); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1C8C is #03E373. Grayscale: #6B6B6B. Windows color (decimal): -254836 or 9182460. OLE color: 9182460.
HSL color Cylindrical-coordinate representation of color #FC1C8C: hue angle of 330º 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 #FC1C8C is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 140 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.01 |
| HSL | 330º | 0.97% | 0.55% | - |
| HSV(B) | 330º | 0.89% | 0.99% | - |
| XYZ | 45.29 | 23.42 | 26.94 | - |
| YUV | 107.74 | 146.21 | 230.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 140 | 0 | 0.89 | 0.44 | 0.01 | 330 | 0.97 | 0.55 |
| Hex | FC | 1C | 8C | 0 | 59 | 2C | 1 | 14A | 61 | 37 |
| Octal | 374 | 34 | 214 | 0 | 131 | 54 | 1 | 512 | 141 | 67 |
| Binary | 11111100 | 11100 | 10001100 | 0 | 1011001 | 101100 | 1 | 101001010 | 1100001 | 110111 |
Color Harmonies of #FC1C8C
Complementary color
Monochromatic Colors of #FC1C8C
Black with #FC1C8C
Text Example
Text Example
White with #FC1C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C8C; }
p { color: rgb(252,28,140); }
H1.HeaderClassName
{
color: #FC1C8C;
}
.AnyTagClassName
{
color: #FC1C8C;
}
</style>
background-color css
<style>
a { background-color: #FC1C8C; }
a { background-color: rgb(252,28,140); }
div.DivClassName
{
background-color: #FC1C8C;
}
.BgClassName
{
background-color: #FC1C8C;
}
</style>
border-color css
<style>
span { border-color: #FC1C8C; }
span { border-color: rgb(252,28,140); }
td.TdClassName
{
border-color: #FC1C8C;
}
.TagClassName
{
border-color: #FC1C8C;
}
</style>