Shades of Magenta #F01EFE
Tints of Magenta #F01EFE
RGB
CMYK
RGB Variations
Color information
#F01EFE (or 0xF01EFE) is known color: Magenta. HEX triplet: F0, 1E and FE. RGB value is (240,30,254). Sum of RGB (Red+Green+Blue) = 240+30+254=524 (69% of max value = 765). Red value is 240 (94.14% from 255 or 45.80% from 524); Green value is 30 (12.11% from 255 or 5.73% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #F01EFE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01EFE is #0FE101. Grayscale: #757575. Windows color (decimal): -1040642 or 16654064. OLE color: 16654064.
HSL color Cylindrical-coordinate representation of color #F01EFE: hue angle of 296.25º 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 #F01EFE is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 30 | 254 | - |
| CMYK | 0.06 | 0.88 | 0 | 0.00 |
| HSL | 296.25º | 0.99% | 0.56% | - |
| HSV(B) | 296.25º | 0.88% | 1% | - |
| XYZ | 54.29 | 26.61 | 96.04 | - |
| YUV | 118.33 | 204.57 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 254 | 0.06 | 0.88 | 0 | 0.00 | 296.25 | 0.99 | 0.56 |
| Hex | F0 | 1E | FE | 6 | 58 | 0 | 0 | 128 | 63 | 38 |
| Octal | 360 | 36 | 376 | 6 | 130 | 0 | 0 | 450 | 143 | 70 |
| Binary | 11110000 | 11110 | 11111110 | 110 | 1011000 | 0 | 0 | 100101000 | 1100011 | 111000 |
Color Harmonies of #F01EFE
Complementary color
Monochromatic Colors of #F01EFE
Black with #F01EFE
Text Example
Text Example
White with #F01EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01EFE; }
p { color: rgb(240,30,254); }
H1.HeaderClassName
{
color: #F01EFE;
}
.AnyTagClassName
{
color: #F01EFE;
}
</style>
background-color css
<style>
a { background-color: #F01EFE; }
a { background-color: rgb(240,30,254); }
div.DivClassName
{
background-color: #F01EFE;
}
.BgClassName
{
background-color: #F01EFE;
}
</style>
border-color css
<style>
span { border-color: #F01EFE; }
span { border-color: rgb(240,30,254); }
td.TdClassName
{
border-color: #F01EFE;
}
.TagClassName
{
border-color: #F01EFE;
}
</style>