Shades of Magenta #FA01FF
Tints of Magenta #FA01FF
RGB
CMYK
RGB Variations
Color information
#FA01FF (or 0xFA01FF) is known color: Magenta. HEX triplet: FA, 01 and FF. RGB value is (250,1,255). Sum of RGB (Red+Green+Blue) = 250+1+255=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 1 (0.78% from 255 or 0.20% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #FA01FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FA01FF is #05FE00. Grayscale: #676767. Windows color (decimal): -392705 or 16712186. OLE color: 16712186.
HSL color Cylindrical-coordinate representation of color #FA01FF: hue angle of 298.82º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FA01FF is Cyan = 0.02, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 1 | 255 | - |
| CMYK | 0.02 | 1.00 | 0 | 0 |
| HSL | 298.82º | 1% | 0.5% | - |
| HSV(B) | 298.82º | 1% | 1% | - |
| XYZ | 57.49 | 27.57 | 96.9 | - |
| YUV | 104.41 | 212.99 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 1 | 255 | 0.02 | 1.00 | 0 | 0 | 298.82 | 1 | 0.5 |
| Hex | FA | 1 | FF | 2 | 64 | 0 | 0 | 12B | 64 | 32 |
| Octal | 372 | 1 | 377 | 2 | 144 | 0 | 0 | 453 | 144 | 62 |
| Binary | 11111010 | 1 | 11111111 | 10 | 1100100 | 0 | 0 | 100101011 | 1100100 | 110010 |
Color Harmonies of #FA01FF
Complementary color
Monochromatic Colors of #FA01FF
Black with #FA01FF
Text Example
Text Example
White with #FA01FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA01FF; }
p { color: rgb(250,1,255); }
H1.HeaderClassName
{
color: #FA01FF;
}
.AnyTagClassName
{
color: #FA01FF;
}
</style>
background-color css
<style>
a { background-color: #FA01FF; }
a { background-color: rgb(250,1,255); }
div.DivClassName
{
background-color: #FA01FF;
}
.BgClassName
{
background-color: #FA01FF;
}
</style>
border-color css
<style>
span { border-color: #FA01FF; }
span { border-color: rgb(250,1,255); }
td.TdClassName
{
border-color: #FA01FF;
}
.TagClassName
{
border-color: #FA01FF;
}
</style>