Shades of Magenta #F005FE
Tints of Magenta #F005FE
RGB
CMYK
RGB Variations
Color information
#F005FE (or 0xF005FE) is known color: Magenta. HEX triplet: F0, 05 and FE. RGB value is (240,5,254). Sum of RGB (Red+Green+Blue) = 240+5+254=499 (66% of max value = 765). Red value is 240 (94.14% from 255 or 48.10% from 499); Green value is 5 (2.34% from 255 or 1.00% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #F005FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F005FE is #0FFA01. Grayscale: #666666. Windows color (decimal): -1047042 or 16647664. OLE color: 16647664.
HSL color Cylindrical-coordinate representation of color #F005FE: hue angle of 296.63º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F005FE is Cyan = 0.06, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 5 | 254 | - |
| CMYK | 0.06 | 0.98 | 0 | 0.00 |
| HSL | 296.63º | 0.99% | 0.51% | - |
| HSV(B) | 296.63º | 0.98% | 1% | - |
| XYZ | 53.88 | 25.79 | 95.9 | - |
| YUV | 103.65 | 212.86 | 225.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 5 | 254 | 0.06 | 0.98 | 0 | 0.00 | 296.63 | 0.99 | 0.51 |
| Hex | F0 | 5 | FE | 6 | 62 | 0 | 0 | 129 | 63 | 33 |
| Octal | 360 | 5 | 376 | 6 | 142 | 0 | 0 | 451 | 143 | 63 |
| Binary | 11110000 | 101 | 11111110 | 110 | 1100010 | 0 | 0 | 100101001 | 1100011 | 110011 |
Color Harmonies of #F005FE
Complementary color
Monochromatic Colors of #F005FE
Black with #F005FE
Text Example
Text Example
White with #F005FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F005FE; }
p { color: rgb(240,5,254); }
H1.HeaderClassName
{
color: #F005FE;
}
.AnyTagClassName
{
color: #F005FE;
}
</style>
background-color css
<style>
a { background-color: #F005FE; }
a { background-color: rgb(240,5,254); }
div.DivClassName
{
background-color: #F005FE;
}
.BgClassName
{
background-color: #F005FE;
}
</style>
border-color css
<style>
span { border-color: #F005FE; }
span { border-color: rgb(240,5,254); }
td.TdClassName
{
border-color: #F005FE;
}
.TagClassName
{
border-color: #F005FE;
}
</style>