Shades of Deep Pink #FC1F81
Tints of Deep Pink #FC1F81
RGB
CMYK
RGB Variations
Color information
#FC1F81 (or 0xFC1F81) is known color: Deep Pink. HEX triplet: FC, 1F and 81. RGB value is (252,31,129). Sum of RGB (Red+Green+Blue) = 252+31+129=412 (54% of max value = 765). Red value is 252 (98.83% from 255 or 61.17% from 412); Green value is 31 (12.5% from 255 or 7.52% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F81 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FC1F81 is #03E07E. Grayscale: #6C6C6C. Windows color (decimal): -254079 or 8462332. OLE color: 8462332.
HSL color Cylindrical-coordinate representation of color #FC1F81: hue angle of 333.39º 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 #FC1F81 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 129 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.01 |
| HSL | 333.39º | 0.97% | 0.55% | - |
| HSV(B) | 333.39º | 0.88% | 0.99% | - |
| XYZ | 44.6 | 23.26 | 22.91 | - |
| YUV | 108.25 | 139.72 | 230.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 129 | 0 | 0.88 | 0.49 | 0.01 | 333.39 | 0.97 | 0.55 |
| Hex | FC | 1F | 81 | 0 | 58 | 31 | 1 | 14D | 61 | 37 |
| Octal | 374 | 37 | 201 | 0 | 130 | 61 | 1 | 515 | 141 | 67 |
| Binary | 11111100 | 11111 | 10000001 | 0 | 1011000 | 110001 | 1 | 101001101 | 1100001 | 110111 |
Color Harmonies of #FC1F81
Complementary color
Monochromatic Colors of #FC1F81
Black with #FC1F81
Text Example
Text Example
White with #FC1F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1F81; }
p { color: rgb(252,31,129); }
H1.HeaderClassName
{
color: #FC1F81;
}
.AnyTagClassName
{
color: #FC1F81;
}
</style>
background-color css
<style>
a { background-color: #FC1F81; }
a { background-color: rgb(252,31,129); }
div.DivClassName
{
background-color: #FC1F81;
}
.BgClassName
{
background-color: #FC1F81;
}
</style>
border-color css
<style>
span { border-color: #FC1F81; }
span { border-color: rgb(252,31,129); }
td.TdClassName
{
border-color: #FC1F81;
}
.TagClassName
{
border-color: #FC1F81;
}
</style>