Shades of Magenta #FC17FB
Tints of Magenta #FC17FB
RGB
CMYK
RGB Variations
Color information
#FC17FB (or 0xFC17FB) is known color: Magenta. HEX triplet: FC, 17 and FB. RGB value is (252,23,251). Sum of RGB (Red+Green+Blue) = 252+23+251=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 23 (9.38% from 255 or 4.37% from 526); Blue value is 251 (98.44% from 255 or 47.72% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FC17FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC17FB is #03E804. Grayscale: #747474. Windows color (decimal): -256005 or 16455676. OLE color: 16455676.
HSL color Cylindrical-coordinate representation of color #FC17FB: hue angle of 300.26º 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 #FC17FB is Cyan = 0, Magento = 0.91, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 251 | - |
| CMYK | 0 | 0.91 | 0.00 | 0.01 |
| HSL | 300.26º | 0.97% | 0.54% | - |
| HSV(B) | 300.26º | 0.91% | 0.99% | - |
| XYZ | 57.86 | 28.27 | 93.67 | - |
| YUV | 117.46 | 203.37 | 223.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 251 | 0 | 0.91 | 0.00 | 0.01 | 300.26 | 0.97 | 0.54 |
| Hex | FC | 17 | FB | 0 | 5B | 0 | 1 | 12C | 61 | 36 |
| Octal | 374 | 27 | 373 | 0 | 133 | 0 | 1 | 454 | 141 | 66 |
| Binary | 11111100 | 10111 | 11111011 | 0 | 1011011 | 0 | 1 | 100101100 | 1100001 | 110110 |
Color Harmonies of #FC17FB
Complementary color
Monochromatic Colors of #FC17FB
Black with #FC17FB
Text Example
Text Example
White with #FC17FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC17FB; }
p { color: rgb(252,23,251); }
H1.HeaderClassName
{
color: #FC17FB;
}
.AnyTagClassName
{
color: #FC17FB;
}
</style>
background-color css
<style>
a { background-color: #FC17FB; }
a { background-color: rgb(252,23,251); }
div.DivClassName
{
background-color: #FC17FB;
}
.BgClassName
{
background-color: #FC17FB;
}
</style>
border-color css
<style>
span { border-color: #FC17FB; }
span { border-color: rgb(252,23,251); }
td.TdClassName
{
border-color: #FC17FB;
}
.TagClassName
{
border-color: #FC17FB;
}
</style>