Shades of Deep Pink #FC1F8E
Tints of Deep Pink #FC1F8E
RGB
CMYK
RGB Variations
Color information
#FC1F8E (or 0xFC1F8E) is known color: Deep Pink. HEX triplet: FC, 1F and 8E. RGB value is (252,31,142). Sum of RGB (Red+Green+Blue) = 252+31+142=425 (56% of max value = 765). Red value is 252 (98.83% from 255 or 59.29% from 425); Green value is 31 (12.5% from 255 or 7.29% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F8E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1F8E is #03E071. Grayscale: #6D6D6D. Windows color (decimal): -254066 or 9314300. OLE color: 9314300.
HSL color Cylindrical-coordinate representation of color #FC1F8E: hue angle of 329.86º 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 #FC1F8E is Cyan = 0, Magento = 0.88, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 142 | - |
| CMYK | 0 | 0.88 | 0.44 | 0.01 |
| HSL | 329.86º | 0.97% | 0.55% | - |
| HSV(B) | 329.86º | 0.88% | 0.99% | - |
| XYZ | 45.52 | 23.63 | 27.75 | - |
| YUV | 109.73 | 146.22 | 229.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 142 | 0 | 0.88 | 0.44 | 0.01 | 329.86 | 0.97 | 0.55 |
| Hex | FC | 1F | 8E | 0 | 58 | 2C | 1 | 14A | 61 | 37 |
| Octal | 374 | 37 | 216 | 0 | 130 | 54 | 1 | 512 | 141 | 67 |
| Binary | 11111100 | 11111 | 10001110 | 0 | 1011000 | 101100 | 1 | 101001010 | 1100001 | 110111 |
Color Harmonies of #FC1F8E
Complementary color
Monochromatic Colors of #FC1F8E
Black with #FC1F8E
Text Example
Text Example
White with #FC1F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1F8E; }
p { color: rgb(252,31,142); }
H1.HeaderClassName
{
color: #FC1F8E;
}
.AnyTagClassName
{
color: #FC1F8E;
}
</style>
background-color css
<style>
a { background-color: #FC1F8E; }
a { background-color: rgb(252,31,142); }
div.DivClassName
{
background-color: #FC1F8E;
}
.BgClassName
{
background-color: #FC1F8E;
}
</style>
border-color css
<style>
span { border-color: #FC1F8E; }
span { border-color: rgb(252,31,142); }
td.TdClassName
{
border-color: #FC1F8E;
}
.TagClassName
{
border-color: #FC1F8E;
}
</style>