Shades of Deep Pink #FC1F8D
Tints of Deep Pink #FC1F8D
RGB
CMYK
RGB Variations
Color information
#FC1F8D (or 0xFC1F8D) is known color: Deep Pink. HEX triplet: FC, 1F and 8D. RGB value is (252,31,141). Sum of RGB (Red+Green+Blue) = 252+31+141=424 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.43% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F8D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1F8D is #03E072. Grayscale: #6D6D6D. Windows color (decimal): -254067 or 9248764. OLE color: 9248764.
HSL color Cylindrical-coordinate representation of color #FC1F8D: hue angle of 330.14º 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 #FC1F8D is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 141 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.01 |
| HSL | 330.14º | 0.97% | 0.55% | - |
| HSV(B) | 330.14º | 0.88% | 0.99% | - |
| XYZ | 45.44 | 23.6 | 27.36 | - |
| YUV | 109.62 | 145.72 | 229.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 141 | 0 | 0.88 | 0.44 | 0.01 | 330.14 | 0.97 | 0.55 |
| Hex | FC | 1F | 8D | 0 | 58 | 2C | 1 | 14A | 61 | 37 |
| Octal | 374 | 37 | 215 | 0 | 130 | 54 | 1 | 512 | 141 | 67 |
| Binary | 11111100 | 11111 | 10001101 | 0 | 1011000 | 101100 | 1 | 101001010 | 1100001 | 110111 |
Color Harmonies of #FC1F8D
Complementary color
Monochromatic Colors of #FC1F8D
Black with #FC1F8D
Text Example
Text Example
White with #FC1F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1F8D; }
p { color: rgb(252,31,141); }
H1.HeaderClassName
{
color: #FC1F8D;
}
.AnyTagClassName
{
color: #FC1F8D;
}
</style>
background-color css
<style>
a { background-color: #FC1F8D; }
a { background-color: rgb(252,31,141); }
div.DivClassName
{
background-color: #FC1F8D;
}
.BgClassName
{
background-color: #FC1F8D;
}
</style>
border-color css
<style>
span { border-color: #FC1F8D; }
span { border-color: rgb(252,31,141); }
td.TdClassName
{
border-color: #FC1F8D;
}
.TagClassName
{
border-color: #FC1F8D;
}
</style>