Shades of Magenta #FC0AFB
Tints of Magenta #FC0AFB
RGB
CMYK
RGB Variations
Color information
#FC0AFB (or 0xFC0AFB) is known color: Magenta. HEX triplet: FC, 0A and FB. RGB value is (252,10,251). Sum of RGB (Red+Green+Blue) = 252+10+251=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 10 (4.30% from 255 or 1.95% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC0AFB is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC0AFB is #03F504. Grayscale: #6D6D6D. Windows color (decimal): -259333 or 16452348. OLE color: 16452348.
HSL color Cylindrical-coordinate representation of color #FC0AFB: hue angle of 300.25º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC0AFB is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 10 | 251 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.01 |
| HSL | 300.25º | 0.98% | 0.51% | - |
| HSV(B) | 300.25º | 0.96% | 0.99% | - |
| XYZ | 57.67 | 27.88 | 93.61 | - |
| YUV | 109.83 | 207.67 | 229.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 10 | 251 | 0 | 0.96 | 0.00 | 0.01 | 300.25 | 0.98 | 0.51 |
| Hex | FC | A | FB | 0 | 60 | 0 | 1 | 12C | 62 | 33 |
| Octal | 374 | 12 | 373 | 0 | 140 | 0 | 1 | 454 | 142 | 63 |
| Binary | 11111100 | 1010 | 11111011 | 0 | 1100000 | 0 | 1 | 100101100 | 1100010 | 110011 |
Color Harmonies of #FC0AFB
Complementary color
Monochromatic Colors of #FC0AFB
Black with #FC0AFB
Text Example
Text Example
White with #FC0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC0AFB; }
p { color: rgb(252,10,251); }
H1.HeaderClassName
{
color: #FC0AFB;
}
.AnyTagClassName
{
color: #FC0AFB;
}
</style>
background-color css
<style>
a { background-color: #FC0AFB; }
a { background-color: rgb(252,10,251); }
div.DivClassName
{
background-color: #FC0AFB;
}
.BgClassName
{
background-color: #FC0AFB;
}
</style>
border-color css
<style>
span { border-color: #FC0AFB; }
span { border-color: rgb(252,10,251); }
td.TdClassName
{
border-color: #FC0AFB;
}
.TagClassName
{
border-color: #FC0AFB;
}
</style>