Shades of Magenta #FA03F4
Tints of Magenta #FA03F4
RGB
CMYK
RGB Variations
Color information
#FA03F4 (or 0xFA03F4) is known color: Magenta. HEX triplet: FA, 03 and F4. RGB value is (250,3,244). Sum of RGB (Red+Green+Blue) = 250+3+244=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 3 (1.56% from 255 or 0.60% from 497); Blue value is 244 (95.70% from 255 or 49.09% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FA03F4 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA03F4 is #05FC0B. Grayscale: #676767. Windows color (decimal): -392204 or 15991802. OLE color: 15991802.
HSL color Cylindrical-coordinate representation of color #FA03F4: hue angle of 301.46º 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 #FA03F4 is Cyan = 0, Magento = 0.99, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 3 | 244 | - |
| CMYK | 0 | 0.99 | 0.02 | 0.02 |
| HSL | 301.46º | 0.98% | 0.5% | - |
| HSV(B) | 301.46º | 0.99% | 0.98% | - |
| XYZ | 55.79 | 26.92 | 87.84 | - |
| YUV | 104.33 | 206.83 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 244 | 0 | 0.99 | 0.02 | 0.02 | 301.46 | 0.98 | 0.5 |
| Hex | FA | 3 | F4 | 0 | 63 | 2 | 2 | 12D | 62 | 32 |
| Octal | 372 | 3 | 364 | 0 | 143 | 2 | 2 | 455 | 142 | 62 |
| Binary | 11111010 | 11 | 11110100 | 0 | 1100011 | 10 | 10 | 100101101 | 1100010 | 110010 |
Color Harmonies of #FA03F4
Complementary color
Monochromatic Colors of #FA03F4
Black with #FA03F4
Text Example
Text Example
White with #FA03F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA03F4; }
p { color: rgb(250,3,244); }
H1.HeaderClassName
{
color: #FA03F4;
}
.AnyTagClassName
{
color: #FA03F4;
}
</style>
background-color css
<style>
a { background-color: #FA03F4; }
a { background-color: rgb(250,3,244); }
div.DivClassName
{
background-color: #FA03F4;
}
.BgClassName
{
background-color: #FA03F4;
}
</style>
border-color css
<style>
span { border-color: #FA03F4; }
span { border-color: rgb(250,3,244); }
td.TdClassName
{
border-color: #FA03F4;
}
.TagClassName
{
border-color: #FA03F4;
}
</style>