Shades of Magenta #FA01F5
Tints of Magenta #FA01F5
RGB
CMYK
RGB Variations
Color information
#FA01F5 (or 0xFA01F5) is known color: Magenta. HEX triplet: FA, 01 and F5. RGB value is (250,1,245). Sum of RGB (Red+Green+Blue) = 250+1+245=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 1 (0.78% from 255 or 0.20% from 496); Blue value is 245 (96.09% from 255 or 49.40% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA01F5 is #05FE0A. Grayscale: #666666. Windows color (decimal): -392715 or 16056826. OLE color: 16056826.
HSL color Cylindrical-coordinate representation of color #FA01F5: hue angle of 301.2º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01F5 is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 245 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.02 |
| HSL | 301.2º | 0.99% | 0.49% | - |
| HSV(B) | 301.2º | 1% | 0.98% | - |
| XYZ | 55.92 | 26.94 | 88.64 | - |
| YUV | 103.27 | 207.99 | 232.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 245 | 0 | 1.00 | 0.02 | 0.02 | 301.2 | 0.99 | 0.49 |
| Hex | FA | 1 | F5 | 0 | 64 | 2 | 2 | 12D | 63 | 31 |
| Octal | 372 | 1 | 365 | 0 | 144 | 2 | 2 | 455 | 143 | 61 |
| Binary | 11111010 | 1 | 11110101 | 0 | 1100100 | 10 | 10 | 100101101 | 1100011 | 110001 |
Color Harmonies of #FA01F5
Complementary color
Monochromatic Colors of #FA01F5
Black with #FA01F5
Text Example
Text Example
White with #FA01F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01F5; }
p { color: rgb(250,1,245); }
H1.HeaderClassName
{
color: #FA01F5;
}
.AnyTagClassName
{
color: #FA01F5;
}
</style>
background-color css
<style>
a { background-color: #FA01F5; }
a { background-color: rgb(250,1,245); }
div.DivClassName
{
background-color: #FA01F5;
}
.BgClassName
{
background-color: #FA01F5;
}
</style>
border-color css
<style>
span { border-color: #FA01F5; }
span { border-color: rgb(250,1,245); }
td.TdClassName
{
border-color: #FA01F5;
}
.TagClassName
{
border-color: #FA01F5;
}
</style>