Shades of Deep Pink #FC1C75
Tints of Deep Pink #FC1C75
RGB
CMYK
RGB Variations
Color information
#FC1C75 (or 0xFC1C75) is known color: Deep Pink. HEX triplet: FC, 1C and 75. RGB value is (252,28,117). Sum of RGB (Red+Green+Blue) = 252+28+117=397 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.48% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 117 (46.09% from 255 or 29.47% from 397); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C75 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FC1C75 is #03E38A. Grayscale: #686868. Windows color (decimal): -254859 or 7675132. OLE color: 7675132.
HSL color Cylindrical-coordinate representation of color #FC1C75: hue angle of 336.16º 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 #FC1C75 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 117 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.01 |
| HSL | 336.16º | 0.97% | 0.55% | - |
| HSV(B) | 336.16º | 0.89% | 0.99% | - |
| XYZ | 43.77 | 22.81 | 18.93 | - |
| YUV | 105.12 | 134.71 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 117 | 0 | 0.89 | 0.54 | 0.01 | 336.16 | 0.97 | 0.55 |
| Hex | FC | 1C | 75 | 0 | 59 | 36 | 1 | 150 | 61 | 37 |
| Octal | 374 | 34 | 165 | 0 | 131 | 66 | 1 | 520 | 141 | 67 |
| Binary | 11111100 | 11100 | 1110101 | 0 | 1011001 | 110110 | 1 | 101010000 | 1100001 | 110111 |
Color Harmonies of #FC1C75
Complementary color
Monochromatic Colors of #FC1C75
Black with #FC1C75
Text Example
Text Example
White with #FC1C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C75; }
p { color: rgb(252,28,117); }
H1.HeaderClassName
{
color: #FC1C75;
}
.AnyTagClassName
{
color: #FC1C75;
}
</style>
background-color css
<style>
a { background-color: #FC1C75; }
a { background-color: rgb(252,28,117); }
div.DivClassName
{
background-color: #FC1C75;
}
.BgClassName
{
background-color: #FC1C75;
}
</style>
border-color css
<style>
span { border-color: #FC1C75; }
span { border-color: rgb(252,28,117); }
td.TdClassName
{
border-color: #FC1C75;
}
.TagClassName
{
border-color: #FC1C75;
}
</style>