Shades of Deep Pink #FC1C7F
Tints of Deep Pink #FC1C7F
RGB
CMYK
RGB Variations
Color information
#FC1C7F (or 0xFC1C7F) is known color: Deep Pink. HEX triplet: FC, 1C and 7F. RGB value is (252,28,127). Sum of RGB (Red+Green+Blue) = 252+28+127=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C7F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C7F is #03E380. Grayscale: #6A6A6A. Windows color (decimal): -254849 or 8330492. OLE color: 8330492.
HSL color Cylindrical-coordinate representation of color #FC1C7F: hue angle of 333.48º 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 #FC1C7F is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 127 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.01 |
| HSL | 333.48º | 0.97% | 0.55% | - |
| HSV(B) | 333.48º | 0.89% | 0.99% | - |
| XYZ | 44.39 | 23.06 | 22.19 | - |
| YUV | 106.26 | 139.71 | 231.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 127 | 0 | 0.89 | 0.50 | 0.01 | 333.48 | 0.97 | 0.55 |
| Hex | FC | 1C | 7F | 0 | 59 | 32 | 1 | 14D | 61 | 37 |
| Octal | 374 | 34 | 177 | 0 | 131 | 62 | 1 | 515 | 141 | 67 |
| Binary | 11111100 | 11100 | 1111111 | 0 | 1011001 | 110010 | 1 | 101001101 | 1100001 | 110111 |
Color Harmonies of #FC1C7F
Complementary color
Monochromatic Colors of #FC1C7F
Black with #FC1C7F
Text Example
Text Example
White with #FC1C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C7F; }
p { color: rgb(252,28,127); }
H1.HeaderClassName
{
color: #FC1C7F;
}
.AnyTagClassName
{
color: #FC1C7F;
}
</style>
background-color css
<style>
a { background-color: #FC1C7F; }
a { background-color: rgb(252,28,127); }
div.DivClassName
{
background-color: #FC1C7F;
}
.BgClassName
{
background-color: #FC1C7F;
}
</style>
border-color css
<style>
span { border-color: #FC1C7F; }
span { border-color: rgb(252,28,127); }
td.TdClassName
{
border-color: #FC1C7F;
}
.TagClassName
{
border-color: #FC1C7F;
}
</style>