Shades of Magenta #FA01F1
Tints of Magenta #FA01F1
RGB
CMYK
RGB Variations
Color information
#FA01F1 (or 0xFA01F1) is known color: Magenta. HEX triplet: FA, 01 and F1. RGB value is (250,1,241). Sum of RGB (Red+Green+Blue) = 250+1+241=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 1 (0.78% from 255 or 0.20% from 492); Blue value is 241 (94.53% from 255 or 48.98% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FA01F1 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA01F1 is #05FE0E. Grayscale: #666666. Windows color (decimal): -392719 or 15794682. OLE color: 15794682.
HSL color Cylindrical-coordinate representation of color #FA01F1: hue angle of 302.17º 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 #FA01F1 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 1 | 241 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.02 |
| HSL | 302.17º | 0.99% | 0.49% | - |
| HSV(B) | 302.17º | 1% | 0.98% | - |
| XYZ | 55.31 | 26.7 | 85.46 | - |
| YUV | 102.81 | 205.99 | 232.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 241 | 0 | 1.00 | 0.04 | 0.02 | 302.17 | 0.99 | 0.49 |
| Hex | FA | 1 | F1 | 0 | 64 | 4 | 2 | 12E | 63 | 31 |
| Octal | 372 | 1 | 361 | 0 | 144 | 4 | 2 | 456 | 143 | 61 |
| Binary | 11111010 | 1 | 11110001 | 0 | 1100100 | 100 | 10 | 100101110 | 1100011 | 110001 |
Color Harmonies of #FA01F1
Complementary color
Monochromatic Colors of #FA01F1
Black with #FA01F1
Text Example
Text Example
White with #FA01F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01F1; }
p { color: rgb(250,1,241); }
H1.HeaderClassName
{
color: #FA01F1;
}
.AnyTagClassName
{
color: #FA01F1;
}
</style>
background-color css
<style>
a { background-color: #FA01F1; }
a { background-color: rgb(250,1,241); }
div.DivClassName
{
background-color: #FA01F1;
}
.BgClassName
{
background-color: #FA01F1;
}
</style>
border-color css
<style>
span { border-color: #FA01F1; }
span { border-color: rgb(250,1,241); }
td.TdClassName
{
border-color: #FA01F1;
}
.TagClassName
{
border-color: #FA01F1;
}
</style>