Shades of Magenta #FC17FA
Tints of Magenta #FC17FA
RGB
CMYK
RGB Variations
Color information
#FC17FA (or 0xFC17FA) is known color: Magenta. HEX triplet: FC, 17 and FA. RGB value is (252,23,250). Sum of RGB (Red+Green+Blue) = 252+23+250=525 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48% from 525); Green value is 23 (9.38% from 255 or 4.38% from 525); Blue value is 250 (98.05% from 255 or 47.62% from 525); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17FA is #03E805. Grayscale: #747474. Windows color (decimal): -256006 or 16390140. OLE color: 16390140.
HSL color Cylindrical-coordinate representation of color #FC17FA: hue angle of 300.52º 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 #FC17FA is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 250 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.01 |
| HSL | 300.52º | 0.97% | 0.54% | - |
| HSV(B) | 300.52º | 0.91% | 0.99% | - |
| XYZ | 57.71 | 28.21 | 92.85 | - |
| YUV | 117.35 | 202.87 | 224.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 250 | 0 | 0.91 | 0.01 | 0.01 | 300.52 | 0.97 | 0.54 |
| Hex | FC | 17 | FA | 0 | 5B | 1 | 1 | 12D | 61 | 36 |
| Octal | 374 | 27 | 372 | 0 | 133 | 1 | 1 | 455 | 141 | 66 |
| Binary | 11111100 | 10111 | 11111010 | 0 | 1011011 | 1 | 1 | 100101101 | 1100001 | 110110 |
Color Harmonies of #FC17FA
Complementary color
Monochromatic Colors of #FC17FA
Black with #FC17FA
Text Example
Text Example
White with #FC17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17FA; }
p { color: rgb(252,23,250); }
H1.HeaderClassName
{
color: #FC17FA;
}
.AnyTagClassName
{
color: #FC17FA;
}
</style>
background-color css
<style>
a { background-color: #FC17FA; }
a { background-color: rgb(252,23,250); }
div.DivClassName
{
background-color: #FC17FA;
}
.BgClassName
{
background-color: #FC17FA;
}
</style>
border-color css
<style>
span { border-color: #FC17FA; }
span { border-color: rgb(252,23,250); }
td.TdClassName
{
border-color: #FC17FA;
}
.TagClassName
{
border-color: #FC17FA;
}
</style>