Shades of Hot Magenta #FC17DC
Tints of Hot Magenta #FC17DC
RGB
CMYK
RGB Variations
Color information
#FC17DC (or 0xFC17DC) is known color: Hot Magenta. HEX triplet: FC, 17 and DC. RGB value is (252,23,220). Sum of RGB (Red+Green+Blue) = 252+23+220=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 23 (9.38% from 255 or 4.65% from 495); Blue value is 220 (86.33% from 255 or 44.44% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17DC is #03E823. Grayscale: #717171. Windows color (decimal): -256036 or 14424060. OLE color: 14424060.
HSL color Cylindrical-coordinate representation of color #FC17DC: hue angle of 308.38º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC17DC is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 220 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.01 |
| HSL | 308.38º | 0.97% | 0.54% | - |
| HSV(B) | 308.38º | 0.91% | 0.99% | - |
| XYZ | 53.37 | 26.48 | 70.01 | - |
| YUV | 113.93 | 187.87 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 220 | 0 | 0.91 | 0.13 | 0.01 | 308.38 | 0.97 | 0.54 |
| Hex | FC | 17 | DC | 0 | 5B | D | 1 | 134 | 61 | 36 |
| Octal | 374 | 27 | 334 | 0 | 133 | 15 | 1 | 464 | 141 | 66 |
| Binary | 11111100 | 10111 | 11011100 | 0 | 1011011 | 1101 | 1 | 100110100 | 1100001 | 110110 |
Color Harmonies of #FC17DC
Complementary color
Monochromatic Colors of #FC17DC
Black with #FC17DC
Text Example
Text Example
White with #FC17DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17DC; }
p { color: rgb(252,23,220); }
H1.HeaderClassName
{
color: #FC17DC;
}
.AnyTagClassName
{
color: #FC17DC;
}
</style>
background-color css
<style>
a { background-color: #FC17DC; }
a { background-color: rgb(252,23,220); }
div.DivClassName
{
background-color: #FC17DC;
}
.BgClassName
{
background-color: #FC17DC;
}
</style>
border-color css
<style>
span { border-color: #FC17DC; }
span { border-color: rgb(252,23,220); }
td.TdClassName
{
border-color: #FC17DC;
}
.TagClassName
{
border-color: #FC17DC;
}
</style>