Shades of Magenta #FC03F2
Tints of Magenta #FC03F2
RGB
CMYK
RGB Variations
Color information
#FC03F2 (or 0xFC03F2) is known color: Magenta. HEX triplet: FC, 03 and F2. RGB value is (252,3,242). Sum of RGB (Red+Green+Blue) = 252+3+242=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 3 (1.56% from 255 or 0.60% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC03F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FC03F2 is #03FC0D. Grayscale: #676767. Windows color (decimal): -261134 or 15860732. OLE color: 15860732.
HSL color Cylindrical-coordinate representation of color #FC03F2: hue angle of 302.41º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC03F2 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 3 | 242 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.01 |
| HSL | 302.41º | 0.98% | 0.5% | - |
| HSV(B) | 302.41º | 0.99% | 0.99% | - |
| XYZ | 56.2 | 27.17 | 86.29 | - |
| YUV | 104.7 | 205.49 | 233.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 3 | 242 | 0 | 0.99 | 0.04 | 0.01 | 302.41 | 0.98 | 0.5 |
| Hex | FC | 3 | F2 | 0 | 63 | 4 | 1 | 12E | 62 | 32 |
| Octal | 374 | 3 | 362 | 0 | 143 | 4 | 1 | 456 | 142 | 62 |
| Binary | 11111100 | 11 | 11110010 | 0 | 1100011 | 100 | 1 | 100101110 | 1100010 | 110010 |
Color Harmonies of #FC03F2
Complementary color
Monochromatic Colors of #FC03F2
Black with #FC03F2
Text Example
Text Example
White with #FC03F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC03F2; }
p { color: rgb(252,3,242); }
H1.HeaderClassName
{
color: #FC03F2;
}
.AnyTagClassName
{
color: #FC03F2;
}
</style>
background-color css
<style>
a { background-color: #FC03F2; }
a { background-color: rgb(252,3,242); }
div.DivClassName
{
background-color: #FC03F2;
}
.BgClassName
{
background-color: #FC03F2;
}
</style>
border-color css
<style>
span { border-color: #FC03F2; }
span { border-color: rgb(252,3,242); }
td.TdClassName
{
border-color: #FC03F2;
}
.TagClassName
{
border-color: #FC03F2;
}
</style>