Shades of Magenta #F01FFF
Tints of Magenta #F01FFF
RGB
CMYK
RGB Variations
Color information
#F01FFF (or 0xF01FFF) is known color: Magenta. HEX triplet: F0, 1F and FF. RGB value is (240,31,255). Sum of RGB (Red+Green+Blue) = 240+31+255=526 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.63% from 526); Green value is 31 (12.5% from 255 or 5.89% from 526); Blue value is 255 (100% from 255 or 48.48% from 526); Max value from RGB is 255 - color contains mainly: blue. Hex color #F01FFF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01FFF is #0FE000. Grayscale: #767676. Windows color (decimal): -1040385 or 16719856. OLE color: 16719856.
HSL color Cylindrical-coordinate representation of color #F01FFF: hue angle of 295.98º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01FFF is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 31 | 255 | - |
| CMYK | 0.06 | 0.88 | 0 | 0 |
| HSL | 295.98º | 1% | 0.56% | - |
| HSV(B) | 295.98º | 0.88% | 1% | - |
| XYZ | 54.48 | 26.73 | 96.9 | - |
| YUV | 119.03 | 204.74 | 214.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 31 | 255 | 0.06 | 0.88 | 0 | 0 | 295.98 | 1 | 0.56 |
| Hex | F0 | 1F | FF | 6 | 58 | 0 | 0 | 128 | 64 | 38 |
| Octal | 360 | 37 | 377 | 6 | 130 | 0 | 0 | 450 | 144 | 70 |
| Binary | 11110000 | 11111 | 11111111 | 110 | 1011000 | 0 | 0 | 100101000 | 1100100 | 111000 |
Color Harmonies of #F01FFF
Complementary color
Monochromatic Colors of #F01FFF
Black with #F01FFF
Text Example
Text Example
White with #F01FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01FFF; }
p { color: rgb(240,31,255); }
H1.HeaderClassName
{
color: #F01FFF;
}
.AnyTagClassName
{
color: #F01FFF;
}
</style>
background-color css
<style>
a { background-color: #F01FFF; }
a { background-color: rgb(240,31,255); }
div.DivClassName
{
background-color: #F01FFF;
}
.BgClassName
{
background-color: #F01FFF;
}
</style>
border-color css
<style>
span { border-color: #F01FFF; }
span { border-color: rgb(240,31,255); }
td.TdClassName
{
border-color: #F01FFF;
}
.TagClassName
{
border-color: #F01FFF;
}
</style>