Shades of Magenta #FC17EF
Tints of Magenta #FC17EF
RGB
CMYK
RGB Variations
Color information
#FC17EF (or 0xFC17EF) is known color: Magenta. HEX triplet: FC, 17 and EF. RGB value is (252,23,239). Sum of RGB (Red+Green+Blue) = 252+23+239=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 23 (9.38% from 255 or 4.47% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17EF is #03E810. Grayscale: #737373. Windows color (decimal): -256017 or 15669244. OLE color: 15669244.
HSL color Cylindrical-coordinate representation of color #FC17EF: hue angle of 303.41º 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 #FC17EF is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 239 | - |
| CMYK | 0 | 0.91 | 0.05 | 0.01 |
| HSL | 303.41º | 0.97% | 0.54% | - |
| HSV(B) | 303.41º | 0.91% | 0.99% | - |
| XYZ | 56.03 | 27.54 | 84.02 | - |
| YUV | 116.1 | 197.37 | 224.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 239 | 0 | 0.91 | 0.05 | 0.01 | 303.41 | 0.97 | 0.54 |
| Hex | FC | 17 | EF | 0 | 5B | 5 | 1 | 12F | 61 | 36 |
| Octal | 374 | 27 | 357 | 0 | 133 | 5 | 1 | 457 | 141 | 66 |
| Binary | 11111100 | 10111 | 11101111 | 0 | 1011011 | 101 | 1 | 100101111 | 1100001 | 110110 |
Color Harmonies of #FC17EF
Complementary color
Monochromatic Colors of #FC17EF
Black with #FC17EF
Text Example
Text Example
White with #FC17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17EF; }
p { color: rgb(252,23,239); }
H1.HeaderClassName
{
color: #FC17EF;
}
.AnyTagClassName
{
color: #FC17EF;
}
</style>
background-color css
<style>
a { background-color: #FC17EF; }
a { background-color: rgb(252,23,239); }
div.DivClassName
{
background-color: #FC17EF;
}
.BgClassName
{
background-color: #FC17EF;
}
</style>
border-color css
<style>
span { border-color: #FC17EF; }
span { border-color: rgb(252,23,239); }
td.TdClassName
{
border-color: #FC17EF;
}
.TagClassName
{
border-color: #FC17EF;
}
</style>