Shades of Magenta #FA03F2
Tints of Magenta #FA03F2
RGB
CMYK
RGB Variations
Color information
#FA03F2 (or 0xFA03F2) is known color: Magenta. HEX triplet: FA, 03 and F2. RGB value is (250,3,242). Sum of RGB (Red+Green+Blue) = 250+3+242=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 3 (1.56% from 255 or 0.61% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA03F2 is #05FC0D. Grayscale: #676767. Windows color (decimal): -392206 or 15860730. OLE color: 15860730.
HSL color Cylindrical-coordinate representation of color #FA03F2: hue angle of 301.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA03F2 is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 242 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.02 |
| HSL | 301.94º | 0.98% | 0.5% | - |
| HSV(B) | 301.94º | 0.99% | 0.98% | - |
| XYZ | 55.48 | 26.8 | 86.25 | - |
| YUV | 104.1 | 205.83 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 242 | 0 | 0.99 | 0.03 | 0.02 | 301.94 | 0.98 | 0.5 |
| Hex | FA | 3 | F2 | 0 | 63 | 3 | 2 | 12E | 62 | 32 |
| Octal | 372 | 3 | 362 | 0 | 143 | 3 | 2 | 456 | 142 | 62 |
| Binary | 11111010 | 11 | 11110010 | 0 | 1100011 | 11 | 10 | 100101110 | 1100010 | 110010 |
Color Harmonies of #FA03F2
Complementary color
Monochromatic Colors of #FA03F2
Black with #FA03F2
Text Example
Text Example
White with #FA03F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA03F2; }
p { color: rgb(250,3,242); }
H1.HeaderClassName
{
color: #FA03F2;
}
.AnyTagClassName
{
color: #FA03F2;
}
</style>
background-color css
<style>
a { background-color: #FA03F2; }
a { background-color: rgb(250,3,242); }
div.DivClassName
{
background-color: #FA03F2;
}
.BgClassName
{
background-color: #FA03F2;
}
</style>
border-color css
<style>
span { border-color: #FA03F2; }
span { border-color: rgb(250,3,242); }
td.TdClassName
{
border-color: #FA03F2;
}
.TagClassName
{
border-color: #FA03F2;
}
</style>