Shades of Magenta #FA03FF
Tints of Magenta #FA03FF
RGB
CMYK
RGB Variations
Color information
#FA03FF (or 0xFA03FF) is known color: Magenta. HEX triplet: FA, 03 and FF. RGB value is (250,3,255). Sum of RGB (Red+Green+Blue) = 250+3+255=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 3 (1.56% from 255 or 0.59% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA03FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA03FF is #05FC00. Grayscale: #686868. Windows color (decimal): -392193 or 16712698. OLE color: 16712698.
HSL color Cylindrical-coordinate representation of color #FA03FF: hue angle of 298.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA03FF is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 3 | 255 | - |
| CMYK | 0.02 | 0.99 | 0 | 0 |
| HSL | 298.81º | 1% | 0.51% | - |
| HSV(B) | 298.81º | 0.99% | 1% | - |
| XYZ | 57.51 | 27.61 | 96.91 | - |
| YUV | 105.58 | 212.33 | 231.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 255 | 0.02 | 0.99 | 0 | 0 | 298.81 | 1 | 0.51 |
| Hex | FA | 3 | FF | 2 | 63 | 0 | 0 | 12B | 64 | 33 |
| Octal | 372 | 3 | 377 | 2 | 143 | 0 | 0 | 453 | 144 | 63 |
| Binary | 11111010 | 11 | 11111111 | 10 | 1100011 | 0 | 0 | 100101011 | 1100100 | 110011 |
Color Harmonies of #FA03FF
Complementary color
Monochromatic Colors of #FA03FF
Black with #FA03FF
Text Example
Text Example
White with #FA03FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA03FF; }
p { color: rgb(250,3,255); }
H1.HeaderClassName
{
color: #FA03FF;
}
.AnyTagClassName
{
color: #FA03FF;
}
</style>
background-color css
<style>
a { background-color: #FA03FF; }
a { background-color: rgb(250,3,255); }
div.DivClassName
{
background-color: #FA03FF;
}
.BgClassName
{
background-color: #FA03FF;
}
</style>
border-color css
<style>
span { border-color: #FA03FF; }
span { border-color: rgb(250,3,255); }
td.TdClassName
{
border-color: #FA03FF;
}
.TagClassName
{
border-color: #FA03FF;
}
</style>