Shades of Deep Pink #FC1177
Tints of Deep Pink #FC1177
RGB
CMYK
RGB Variations
Color information
#FC1177 (or 0xFC1177) is known color: Deep Pink. HEX triplet: FC, 11 and 77. RGB value is (252,17,119). Sum of RGB (Red+Green+Blue) = 252+17+119=388 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.95% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1177 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FC1177 is #03EE88. Grayscale: #626262. Windows color (decimal): -257673 or 7803388. OLE color: 7803388.
HSL color Cylindrical-coordinate representation of color #FC1177: hue angle of 333.96º 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 #FC1177 is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 17 | 119 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.01 |
| HSL | 333.96º | 0.98% | 0.53% | - |
| HSV(B) | 333.96º | 0.93% | 0.99% | - |
| XYZ | 43.68 | 22.43 | 19.48 | - |
| YUV | 98.89 | 139.36 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 17 | 119 | 0 | 0.93 | 0.53 | 0.01 | 333.96 | 0.98 | 0.53 |
| Hex | FC | 11 | 77 | 0 | 5D | 35 | 1 | 14E | 62 | 35 |
| Octal | 374 | 21 | 167 | 0 | 135 | 65 | 1 | 516 | 142 | 65 |
| Binary | 11111100 | 10001 | 1110111 | 0 | 1011101 | 110101 | 1 | 101001110 | 1100010 | 110101 |
Color Harmonies of #FC1177
Complementary color
Monochromatic Colors of #FC1177
Black with #FC1177
Text Example
Text Example
White with #FC1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1177; }
p { color: rgb(252,17,119); }
H1.HeaderClassName
{
color: #FC1177;
}
.AnyTagClassName
{
color: #FC1177;
}
</style>
background-color css
<style>
a { background-color: #FC1177; }
a { background-color: rgb(252,17,119); }
div.DivClassName
{
background-color: #FC1177;
}
.BgClassName
{
background-color: #FC1177;
}
</style>
border-color css
<style>
span { border-color: #FC1177; }
span { border-color: rgb(252,17,119); }
td.TdClassName
{
border-color: #FC1177;
}
.TagClassName
{
border-color: #FC1177;
}
</style>