Shades of Magenta #FC17FF
Tints of Magenta #FC17FF
RGB
CMYK
RGB Variations
Color information
#FC17FF (or 0xFC17FF) is known color: Magenta. HEX triplet: FC, 17 and FF. RGB value is (252,23,255). Sum of RGB (Red+Green+Blue) = 252+23+255=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 23 (9.38% from 255 or 4.34% from 530); Blue value is 255 (100% from 255 or 48.11% from 530); Max value from RGB is 255 - color contains mainly: blue. Hex color #FC17FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17FF is #03E800. Grayscale: #757575. Windows color (decimal): -256001 or 16717820. OLE color: 16717820.
HSL color Cylindrical-coordinate representation of color #FC17FF: hue angle of 299.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC17FF is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 252 | 23 | 255 | - |
| CMYK | 0.01 | 0.91 | 0 | 0 |
| HSL | 299.22º | 1% | 0.55% | - |
| HSV(B) | 299.22º | 0.91% | 1% | - |
| XYZ | 58.5 | 28.53 | 97.03 | - |
| YUV | 117.92 | 205.37 | 223.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 255 | 0.01 | 0.91 | 0 | 0 | 299.22 | 1 | 0.55 |
| Hex | FC | 17 | FF | 1 | 5B | 0 | 0 | 12B | 64 | 37 |
| Octal | 374 | 27 | 377 | 1 | 133 | 0 | 0 | 453 | 144 | 67 |
| Binary | 11111100 | 10111 | 11111111 | 1 | 1011011 | 0 | 0 | 100101011 | 1100100 | 110111 |
Color Harmonies of #FC17FF
Complementary color
Monochromatic Colors of #FC17FF
Black with #FC17FF
Text Example
Text Example
White with #FC17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17FF; }
p { color: rgb(252,23,255); }
H1.HeaderClassName
{
color: #FC17FF;
}
.AnyTagClassName
{
color: #FC17FF;
}
</style>
background-color css
<style>
a { background-color: #FC17FF; }
a { background-color: rgb(252,23,255); }
div.DivClassName
{
background-color: #FC17FF;
}
.BgClassName
{
background-color: #FC17FF;
}
</style>
border-color css
<style>
span { border-color: #FC17FF; }
span { border-color: rgb(252,23,255); }
td.TdClassName
{
border-color: #FC17FF;
}
.TagClassName
{
border-color: #FC17FF;
}
</style>