Shades of Magenta #F007FE
Tints of Magenta #F007FE
RGB
CMYK
RGB Variations
Color information
#F007FE (or 0xF007FE) is known color: Magenta. HEX triplet: F0, 07 and FE. RGB value is (240,7,254). Sum of RGB (Red+Green+Blue) = 240+7+254=501 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.90% from 501); Green value is 7 (3.12% from 255 or 1.40% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #F007FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F007FE is #0FF801. Grayscale: #686868. Windows color (decimal): -1046530 or 16648176. OLE color: 16648176.
HSL color Cylindrical-coordinate representation of color #F007FE: hue angle of 296.6º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F007FE is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 7 | 254 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.00 |
| HSL | 296.6º | 0.99% | 0.51% | - |
| HSV(B) | 296.6º | 0.97% | 1% | - |
| XYZ | 53.9 | 25.83 | 95.91 | - |
| YUV | 104.83 | 212.19 | 224.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 254 | 0.06 | 0.97 | 0 | 0.00 | 296.6 | 0.99 | 0.51 |
| Hex | F0 | 7 | FE | 6 | 61 | 0 | 0 | 129 | 63 | 33 |
| Octal | 360 | 7 | 376 | 6 | 141 | 0 | 0 | 451 | 143 | 63 |
| Binary | 11110000 | 111 | 11111110 | 110 | 1100001 | 0 | 0 | 100101001 | 1100011 | 110011 |
Color Harmonies of #F007FE
Complementary color
Monochromatic Colors of #F007FE
Black with #F007FE
Text Example
Text Example
White with #F007FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007FE; }
p { color: rgb(240,7,254); }
H1.HeaderClassName
{
color: #F007FE;
}
.AnyTagClassName
{
color: #F007FE;
}
</style>
background-color css
<style>
a { background-color: #F007FE; }
a { background-color: rgb(240,7,254); }
div.DivClassName
{
background-color: #F007FE;
}
.BgClassName
{
background-color: #F007FE;
}
</style>
border-color css
<style>
span { border-color: #F007FE; }
span { border-color: rgb(240,7,254); }
td.TdClassName
{
border-color: #F007FE;
}
.TagClassName
{
border-color: #F007FE;
}
</style>