Shades of Magenta #F01AFF
Tints of Magenta #F01AFF
RGB
CMYK
RGB Variations
Color information
#F01AFF (or 0xF01AFF) is known color: Magenta. HEX triplet: F0, 1A and FF. RGB value is (240,26,255). Sum of RGB (Red+Green+Blue) = 240+26+255=521 (69% of max value = 765). Red value is 240 (94.14% from 255 or 46.07% from 521); Green value is 26 (10.55% from 255 or 4.99% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #F01AFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01AFF is #0FE500. Grayscale: #737373. Windows color (decimal): -1041665 or 16718576. OLE color: 16718576.
HSL color Cylindrical-coordinate representation of color #F01AFF: hue angle of 296.07º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01AFF is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 26 | 255 | - |
| CMYK | 0.06 | 0.90 | 0 | 0 |
| HSL | 296.07º | 1% | 0.55% | - |
| HSV(B) | 296.07º | 0.9% | 1% | - |
| XYZ | 54.35 | 26.48 | 96.85 | - |
| YUV | 116.09 | 206.4 | 216.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 26 | 255 | 0.06 | 0.90 | 0 | 0 | 296.07 | 1 | 0.55 |
| Hex | F0 | 1A | FF | 6 | 5A | 0 | 0 | 128 | 64 | 37 |
| Octal | 360 | 32 | 377 | 6 | 132 | 0 | 0 | 450 | 144 | 67 |
| Binary | 11110000 | 11010 | 11111111 | 110 | 1011010 | 0 | 0 | 100101000 | 1100100 | 110111 |
Color Harmonies of #F01AFF
Complementary color
Monochromatic Colors of #F01AFF
Black with #F01AFF
Text Example
Text Example
White with #F01AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01AFF; }
p { color: rgb(240,26,255); }
H1.HeaderClassName
{
color: #F01AFF;
}
.AnyTagClassName
{
color: #F01AFF;
}
</style>
background-color css
<style>
a { background-color: #F01AFF; }
a { background-color: rgb(240,26,255); }
div.DivClassName
{
background-color: #F01AFF;
}
.BgClassName
{
background-color: #F01AFF;
}
</style>
border-color css
<style>
span { border-color: #F01AFF; }
span { border-color: rgb(240,26,255); }
td.TdClassName
{
border-color: #F01AFF;
}
.TagClassName
{
border-color: #F01AFF;
}
</style>