Shades of Magenta #FC10FB
Tints of Magenta #FC10FB
RGB
CMYK
RGB Variations
Color information
#FC10FB (or 0xFC10FB) is known color: Magenta. HEX triplet: FC, 10 and FB. RGB value is (252,16,251). Sum of RGB (Red+Green+Blue) = 252+16+251=519 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.55% from 519); Green value is 16 (6.64% from 255 or 3.08% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 252 - color contains mainly: red. Hex color #FC10FB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC10FB is #03EF04. Grayscale: #707070. Windows color (decimal): -257797 or 16453884. OLE color: 16453884.
HSL color Cylindrical-coordinate representation of color #FC10FB: hue angle of 300.25º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC10FB is Cyan = 0, Magento = 0.94, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 16 | 251 | - |
| CMYK | 0 | 0.94 | 0.00 | 0.01 |
| HSL | 300.25º | 0.98% | 0.53% | - |
| HSV(B) | 300.25º | 0.94% | 0.99% | - |
| XYZ | 57.74 | 28.03 | 93.63 | - |
| YUV | 113.35 | 205.69 | 226.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 16 | 251 | 0 | 0.94 | 0.00 | 0.01 | 300.25 | 0.98 | 0.53 |
| Hex | FC | 10 | FB | 0 | 5E | 0 | 1 | 12C | 62 | 35 |
| Octal | 374 | 20 | 373 | 0 | 136 | 0 | 1 | 454 | 142 | 65 |
| Binary | 11111100 | 10000 | 11111011 | 0 | 1011110 | 0 | 1 | 100101100 | 1100010 | 110101 |
Color Harmonies of #FC10FB
Complementary color
Monochromatic Colors of #FC10FB
Black with #FC10FB
Text Example
Text Example
White with #FC10FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC10FB; }
p { color: rgb(252,16,251); }
H1.HeaderClassName
{
color: #FC10FB;
}
.AnyTagClassName
{
color: #FC10FB;
}
</style>
background-color css
<style>
a { background-color: #FC10FB; }
a { background-color: rgb(252,16,251); }
div.DivClassName
{
background-color: #FC10FB;
}
.BgClassName
{
background-color: #FC10FB;
}
</style>
border-color css
<style>
span { border-color: #FC10FB; }
span { border-color: rgb(252,16,251); }
td.TdClassName
{
border-color: #FC10FB;
}
.TagClassName
{
border-color: #FC10FB;
}
</style>