Shades of Deep Pink #FC1174
Tints of Deep Pink #FC1174
RGB
CMYK
RGB Variations
Color information
#FC1174 (or 0xFC1174) is known color: Deep Pink. HEX triplet: FC, 11 and 74. RGB value is (252,17,116). Sum of RGB (Red+Green+Blue) = 252+17+116=385 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.45% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 116 (45.70% from 255 or 30.13% from 385); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1174 is #03EE8B. Grayscale: #626262. Windows color (decimal): -257676 or 7606780. OLE color: 7606780.
HSL color Cylindrical-coordinate representation of color #FC1174: hue angle of 334.72º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1174 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 116 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.01 |
| HSL | 334.72º | 0.98% | 0.53% | - |
| HSV(B) | 334.72º | 0.93% | 0.99% | - |
| XYZ | 43.5 | 22.36 | 18.55 | - |
| YUV | 98.55 | 137.86 | 237.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 116 | 0 | 0.93 | 0.54 | 0.01 | 334.72 | 0.98 | 0.53 |
| Hex | FC | 11 | 74 | 0 | 5D | 36 | 1 | 14F | 62 | 35 |
| Octal | 374 | 21 | 164 | 0 | 135 | 66 | 1 | 517 | 142 | 65 |
| Binary | 11111100 | 10001 | 1110100 | 0 | 1011101 | 110110 | 1 | 101001111 | 1100010 | 110101 |
Color Harmonies of #FC1174
Complementary color
Monochromatic Colors of #FC1174
Black with #FC1174
Text Example
Text Example
White with #FC1174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1174; }
p { color: rgb(252,17,116); }
H1.HeaderClassName
{
color: #FC1174;
}
.AnyTagClassName
{
color: #FC1174;
}
</style>
background-color css
<style>
a { background-color: #FC1174; }
a { background-color: rgb(252,17,116); }
div.DivClassName
{
background-color: #FC1174;
}
.BgClassName
{
background-color: #FC1174;
}
</style>
border-color css
<style>
span { border-color: #FC1174; }
span { border-color: rgb(252,17,116); }
td.TdClassName
{
border-color: #FC1174;
}
.TagClassName
{
border-color: #FC1174;
}
</style>