Shades of Deep Pink #FC1C7B
Tints of Deep Pink #FC1C7B
RGB
CMYK
RGB Variations
Color information
#FC1C7B (or 0xFC1C7B) is known color: Deep Pink. HEX triplet: FC, 1C and 7B. RGB value is (252,28,123). Sum of RGB (Red+Green+Blue) = 252+28+123=403 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.53% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C7B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C7B is #03E384. Grayscale: #696969. Windows color (decimal): -254853 or 8068348. OLE color: 8068348.
HSL color Cylindrical-coordinate representation of color #FC1C7B: hue angle of 334.55º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC1C7B is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 123 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.01 |
| HSL | 334.55º | 0.97% | 0.55% | - |
| HSV(B) | 334.55º | 0.89% | 0.99% | - |
| XYZ | 44.14 | 22.96 | 20.84 | - |
| YUV | 105.81 | 137.71 | 232.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 123 | 0 | 0.89 | 0.51 | 0.01 | 334.55 | 0.97 | 0.55 |
| Hex | FC | 1C | 7B | 0 | 59 | 33 | 1 | 14F | 61 | 37 |
| Octal | 374 | 34 | 173 | 0 | 131 | 63 | 1 | 517 | 141 | 67 |
| Binary | 11111100 | 11100 | 1111011 | 0 | 1011001 | 110011 | 1 | 101001111 | 1100001 | 110111 |
Color Harmonies of #FC1C7B
Complementary color
Monochromatic Colors of #FC1C7B
Black with #FC1C7B
Text Example
Text Example
White with #FC1C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C7B; }
p { color: rgb(252,28,123); }
H1.HeaderClassName
{
color: #FC1C7B;
}
.AnyTagClassName
{
color: #FC1C7B;
}
</style>
background-color css
<style>
a { background-color: #FC1C7B; }
a { background-color: rgb(252,28,123); }
div.DivClassName
{
background-color: #FC1C7B;
}
.BgClassName
{
background-color: #FC1C7B;
}
</style>
border-color css
<style>
span { border-color: #FC1C7B; }
span { border-color: rgb(252,28,123); }
td.TdClassName
{
border-color: #FC1C7B;
}
.TagClassName
{
border-color: #FC1C7B;
}
</style>