Shades of Deep Pink #FC1F7B
Tints of Deep Pink #FC1F7B
RGB
CMYK
RGB Variations
Color information
#FC1F7B (or 0xFC1F7B) is known color: Deep Pink. HEX triplet: FC, 1F and 7B. RGB value is (252,31,123). Sum of RGB (Red+Green+Blue) = 252+31+123=406 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.07% from 406); Green value is 31 (12.5% from 255 or 7.64% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1F7B is #03E084. Grayscale: #6B6B6B. Windows color (decimal): -254085 or 8069116. OLE color: 8069116.
HSL color Cylindrical-coordinate representation of color #FC1F7B: hue angle of 335.02º 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 #FC1F7B is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 123 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.01 |
| HSL | 335.02º | 0.97% | 0.55% | - |
| HSV(B) | 335.02º | 0.88% | 0.99% | - |
| XYZ | 44.21 | 23.11 | 20.87 | - |
| YUV | 107.57 | 136.72 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 123 | 0 | 0.88 | 0.51 | 0.01 | 335.02 | 0.97 | 0.55 |
| Hex | FC | 1F | 7B | 0 | 58 | 33 | 1 | 14F | 61 | 37 |
| Octal | 374 | 37 | 173 | 0 | 130 | 63 | 1 | 517 | 141 | 67 |
| Binary | 11111100 | 11111 | 1111011 | 0 | 1011000 | 110011 | 1 | 101001111 | 1100001 | 110111 |
Color Harmonies of #FC1F7B
Complementary color
Monochromatic Colors of #FC1F7B
Black with #FC1F7B
Text Example
Text Example
White with #FC1F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1F7B; }
p { color: rgb(252,31,123); }
H1.HeaderClassName
{
color: #FC1F7B;
}
.AnyTagClassName
{
color: #FC1F7B;
}
</style>
background-color css
<style>
a { background-color: #FC1F7B; }
a { background-color: rgb(252,31,123); }
div.DivClassName
{
background-color: #FC1F7B;
}
.BgClassName
{
background-color: #FC1F7B;
}
</style>
border-color css
<style>
span { border-color: #FC1F7B; }
span { border-color: rgb(252,31,123); }
td.TdClassName
{
border-color: #FC1F7B;
}
.TagClassName
{
border-color: #FC1F7B;
}
</style>