Shades of Deep Pink #FC1F7A
Tints of Deep Pink #FC1F7A
RGB
CMYK
RGB Variations
Color information
#FC1F7A (or 0xFC1F7A) is known color: Deep Pink. HEX triplet: FC, 1F and 7A. RGB value is (252,31,122). Sum of RGB (Red+Green+Blue) = 252+31+122=405 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.22% from 405); Green value is 31 (12.5% from 255 or 7.65% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F7A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1F7A is #03E085. Grayscale: #6B6B6B. Windows color (decimal): -254086 or 8003580. OLE color: 8003580.
HSL color Cylindrical-coordinate representation of color #FC1F7A: hue angle of 335.29º 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 #FC1F7A is Cyan = 0, Magento = 0.88, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 122 | - |
| CMYK | 0 | 0.88 | 0.52 | 0.01 |
| HSL | 335.29º | 0.97% | 0.55% | - |
| HSV(B) | 335.29º | 0.88% | 0.99% | - |
| XYZ | 44.15 | 23.08 | 20.54 | - |
| YUV | 107.45 | 136.22 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 122 | 0 | 0.88 | 0.52 | 0.01 | 335.29 | 0.97 | 0.55 |
| Hex | FC | 1F | 7A | 0 | 58 | 34 | 1 | 14F | 61 | 37 |
| Octal | 374 | 37 | 172 | 0 | 130 | 64 | 1 | 517 | 141 | 67 |
| Binary | 11111100 | 11111 | 1111010 | 0 | 1011000 | 110100 | 1 | 101001111 | 1100001 | 110111 |
Color Harmonies of #FC1F7A
Complementary color
Monochromatic Colors of #FC1F7A
Black with #FC1F7A
Text Example
Text Example
White with #FC1F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1F7A; }
p { color: rgb(252,31,122); }
H1.HeaderClassName
{
color: #FC1F7A;
}
.AnyTagClassName
{
color: #FC1F7A;
}
</style>
background-color css
<style>
a { background-color: #FC1F7A; }
a { background-color: rgb(252,31,122); }
div.DivClassName
{
background-color: #FC1F7A;
}
.BgClassName
{
background-color: #FC1F7A;
}
</style>
border-color css
<style>
span { border-color: #FC1F7A; }
span { border-color: rgb(252,31,122); }
td.TdClassName
{
border-color: #FC1F7A;
}
.TagClassName
{
border-color: #FC1F7A;
}
</style>