Shades of Deep Pink #FC1475
Tints of Deep Pink #FC1475
RGB
CMYK
RGB Variations
Color information
#FC1475 (or 0xFC1475) is known color: Deep Pink. HEX triplet: FC, 14 and 75. RGB value is (252,20,117). Sum of RGB (Red+Green+Blue) = 252+20+117=389 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.78% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 117 (46.09% from 255 or 30.08% from 389); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1475 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1475 is #03EB8A. Grayscale: #646464. Windows color (decimal): -256907 or 7673084. OLE color: 7673084.
HSL color Cylindrical-coordinate representation of color #FC1475: hue angle of 334.91º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1475 is Cyan = 0, Magento = 0.92, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 117 | - |
| CMYK | 0 | 0.92 | 0.54 | 0.01 |
| HSL | 334.91º | 0.97% | 0.53% | - |
| HSV(B) | 334.91º | 0.92% | 0.99% | - |
| XYZ | 43.61 | 22.48 | 18.87 | - |
| YUV | 100.43 | 137.36 | 236.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 117 | 0 | 0.92 | 0.54 | 0.01 | 334.91 | 0.97 | 0.53 |
| Hex | FC | 14 | 75 | 0 | 5C | 36 | 1 | 14F | 61 | 35 |
| Octal | 374 | 24 | 165 | 0 | 134 | 66 | 1 | 517 | 141 | 65 |
| Binary | 11111100 | 10100 | 1110101 | 0 | 1011100 | 110110 | 1 | 101001111 | 1100001 | 110101 |
Color Harmonies of #FC1475
Complementary color
Monochromatic Colors of #FC1475
Black with #FC1475
Text Example
Text Example
White with #FC1475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1475; }
p { color: rgb(252,20,117); }
H1.HeaderClassName
{
color: #FC1475;
}
.AnyTagClassName
{
color: #FC1475;
}
</style>
background-color css
<style>
a { background-color: #FC1475; }
a { background-color: rgb(252,20,117); }
div.DivClassName
{
background-color: #FC1475;
}
.BgClassName
{
background-color: #FC1475;
}
</style>
border-color css
<style>
span { border-color: #FC1475; }
span { border-color: rgb(252,20,117); }
td.TdClassName
{
border-color: #FC1475;
}
.TagClassName
{
border-color: #FC1475;
}
</style>