Shades of Magenta #FF01FA
Tints of Magenta #FF01FA
RGB
CMYK
RGB Variations
Color information
#FF01FA (or 0xFF01FA) is known color: Magenta. HEX triplet: FF, 01 and FA. RGB value is (255,1,250). Sum of RGB (Red+Green+Blue) = 255+1+250=506 (67% of max value = 765). Red value is 255 (100% from 255 or 50.40% from 506); Green value is 1 (0.78% from 255 or 0.20% from 506); Blue value is 250 (98.05% from 255 or 49.41% from 506); Max value from RGB is 255 - color contains mainly: red. Hex color #FF01FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #FF01FA is #00FE05. Grayscale: #686868. Windows color (decimal): -65030 or 16384511. OLE color: 16384511.
HSL color Cylindrical-coordinate representation of color #FF01FA: hue angle of 301.18º 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 #FF01FA is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 250 | - |
| CMYK | 0 | 1.00 | 0.02 | 0 |
| HSL | 301.18º | 1% | 0.5% | - |
| HSV(B) | 301.18º | 1% | 1% | - |
| XYZ | 58.51 | 28.18 | 92.8 | - |
| YUV | 105.33 | 209.65 | 234.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 250 | 0 | 1.00 | 0.02 | 0 | 301.18 | 1 | 0.5 |
| Hex | FF | 1 | FA | 0 | 64 | 2 | 0 | 12D | 64 | 32 |
| Octal | 377 | 1 | 372 | 0 | 144 | 2 | 0 | 455 | 144 | 62 |
| Binary | 11111111 | 1 | 11111010 | 0 | 1100100 | 10 | 0 | 100101101 | 1100100 | 110010 |
Color Harmonies of #FF01FA
Complementary color
Monochromatic Colors of #FF01FA
Black with #FF01FA
Text Example
Text Example
White with #FF01FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF01FA; }
p { color: rgb(255,1,250); }
H1.HeaderClassName
{
color: #FF01FA;
}
.AnyTagClassName
{
color: #FF01FA;
}
</style>
background-color css
<style>
a { background-color: #FF01FA; }
a { background-color: rgb(255,1,250); }
div.DivClassName
{
background-color: #FF01FA;
}
.BgClassName
{
background-color: #FF01FA;
}
</style>
border-color css
<style>
span { border-color: #FF01FA; }
span { border-color: rgb(255,1,250); }
td.TdClassName
{
border-color: #FF01FA;
}
.TagClassName
{
border-color: #FF01FA;
}
</style>