Shades of Magenta #FA03FE
Tints of Magenta #FA03FE
RGB
CMYK
RGB Variations
Color information
#FA03FE (or 0xFA03FE) is known color: Magenta. HEX triplet: FA, 03 and FE. RGB value is (250,3,254). Sum of RGB (Red+Green+Blue) = 250+3+254=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 3 (1.56% from 255 or 0.59% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #FA03FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA03FE is #05FC01. Grayscale: #686868. Windows color (decimal): -392194 or 16647162. OLE color: 16647162.
HSL color Cylindrical-coordinate representation of color #FA03FE: hue angle of 299.04º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FA03FE is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 3 | 254 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.00 |
| HSL | 299.04º | 0.99% | 0.5% | - |
| HSV(B) | 299.04º | 0.99% | 1% | - |
| XYZ | 57.35 | 27.54 | 96.06 | - |
| YUV | 105.47 | 211.83 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 3 | 254 | 0.02 | 0.99 | 0 | 0.00 | 299.04 | 0.99 | 0.5 |
| Hex | FA | 3 | FE | 2 | 63 | 0 | 0 | 12B | 63 | 32 |
| Octal | 372 | 3 | 376 | 2 | 143 | 0 | 0 | 453 | 143 | 62 |
| Binary | 11111010 | 11 | 11111110 | 10 | 1100011 | 0 | 0 | 100101011 | 1100011 | 110010 |
Color Harmonies of #FA03FE
Complementary color
Monochromatic Colors of #FA03FE
Black with #FA03FE
Text Example
Text Example
White with #FA03FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA03FE; }
p { color: rgb(250,3,254); }
H1.HeaderClassName
{
color: #FA03FE;
}
.AnyTagClassName
{
color: #FA03FE;
}
</style>
background-color css
<style>
a { background-color: #FA03FE; }
a { background-color: rgb(250,3,254); }
div.DivClassName
{
background-color: #FA03FE;
}
.BgClassName
{
background-color: #FA03FE;
}
</style>
border-color css
<style>
span { border-color: #FA03FE; }
span { border-color: rgb(250,3,254); }
td.TdClassName
{
border-color: #FA03FE;
}
.TagClassName
{
border-color: #FA03FE;
}
</style>