Shades of Magenta #F01FFE
Tints of Magenta #F01FFE
RGB
CMYK
RGB Variations
Color information
#F01FFE (or 0xF01FFE) is known color: Magenta. HEX triplet: F0, 1F and FE. RGB value is (240,31,254). Sum of RGB (Red+Green+Blue) = 240+31+254=525 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.71% from 525); Green value is 31 (12.5% from 255 or 5.90% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #F01FFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01FFE is #0FE001. Grayscale: #767676. Windows color (decimal): -1040386 or 16654320. OLE color: 16654320.
HSL color Cylindrical-coordinate representation of color #F01FFE: hue angle of 296.23º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01FFE is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 31 | 254 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.00 |
| HSL | 296.23º | 0.99% | 0.56% | - |
| HSV(B) | 296.23º | 0.88% | 1% | - |
| XYZ | 54.31 | 26.66 | 96.05 | - |
| YUV | 118.91 | 204.24 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 31 | 254 | 0.06 | 0.88 | 0 | 0.00 | 296.23 | 0.99 | 0.56 |
| Hex | F0 | 1F | FE | 6 | 58 | 0 | 0 | 128 | 63 | 38 |
| Octal | 360 | 37 | 376 | 6 | 130 | 0 | 0 | 450 | 143 | 70 |
| Binary | 11110000 | 11111 | 11111110 | 110 | 1011000 | 0 | 0 | 100101000 | 1100011 | 111000 |
Color Harmonies of #F01FFE
Complementary color
Monochromatic Colors of #F01FFE
Black with #F01FFE
Text Example
Text Example
White with #F01FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01FFE; }
p { color: rgb(240,31,254); }
H1.HeaderClassName
{
color: #F01FFE;
}
.AnyTagClassName
{
color: #F01FFE;
}
</style>
background-color css
<style>
a { background-color: #F01FFE; }
a { background-color: rgb(240,31,254); }
div.DivClassName
{
background-color: #F01FFE;
}
.BgClassName
{
background-color: #F01FFE;
}
</style>
border-color css
<style>
span { border-color: #F01FFE; }
span { border-color: rgb(240,31,254); }
td.TdClassName
{
border-color: #F01FFE;
}
.TagClassName
{
border-color: #F01FFE;
}
</style>