Shades of Hot Magenta #FC17DD
Tints of Hot Magenta #FC17DD
RGB
CMYK
RGB Variations
Color information
#FC17DD (or 0xFC17DD) is known color: Hot Magenta. HEX triplet: FC, 17 and DD. RGB value is (252,23,221). Sum of RGB (Red+Green+Blue) = 252+23+221=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 23 (9.38% from 255 or 4.64% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FC17DD is #03E822. Grayscale: #717171. Windows color (decimal): -256035 or 14489596. OLE color: 14489596.
HSL color Cylindrical-coordinate representation of color #FC17DD: hue angle of 308.12º 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 #FC17DD is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 221 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.01 |
| HSL | 308.12º | 0.97% | 0.54% | - |
| HSV(B) | 308.12º | 0.91% | 0.99% | - |
| XYZ | 53.5 | 26.53 | 70.71 | - |
| YUV | 114.04 | 188.37 | 226.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 221 | 0 | 0.91 | 0.12 | 0.01 | 308.12 | 0.97 | 0.54 |
| Hex | FC | 17 | DD | 0 | 5B | C | 1 | 134 | 61 | 36 |
| Octal | 374 | 27 | 335 | 0 | 133 | 14 | 1 | 464 | 141 | 66 |
| Binary | 11111100 | 10111 | 11011101 | 0 | 1011011 | 1100 | 1 | 100110100 | 1100001 | 110110 |
Color Harmonies of #FC17DD
Complementary color
Monochromatic Colors of #FC17DD
Black with #FC17DD
Text Example
Text Example
White with #FC17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17DD; }
p { color: rgb(252,23,221); }
H1.HeaderClassName
{
color: #FC17DD;
}
.AnyTagClassName
{
color: #FC17DD;
}
</style>
background-color css
<style>
a { background-color: #FC17DD; }
a { background-color: rgb(252,23,221); }
div.DivClassName
{
background-color: #FC17DD;
}
.BgClassName
{
background-color: #FC17DD;
}
</style>
border-color css
<style>
span { border-color: #FC17DD; }
span { border-color: rgb(252,23,221); }
td.TdClassName
{
border-color: #FC17DD;
}
.TagClassName
{
border-color: #FC17DD;
}
</style>