Shades of Magenta #F001E7
Tints of Magenta #F001E7
RGB
CMYK
RGB Variations
Color information
#F001E7 (or 0xF001E7) is known color: Magenta. HEX triplet: F0, 01 and E7. RGB value is (240,1,231). Sum of RGB (Red+Green+Blue) = 240+1+231=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 1 (0.78% from 255 or 0.21% from 472); Blue value is 231 (90.62% from 255 or 48.94% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F001E7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F001E7 is #0FFE18. Grayscale: #626262. Windows color (decimal): -1048089 or 15139312. OLE color: 15139312.
HSL color Cylindrical-coordinate representation of color #F001E7: hue angle of 302.26º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001E7 is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 231 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.06 |
| HSL | 302.26º | 0.99% | 0.47% | - |
| HSV(B) | 302.26º | 1% | 0.94% | - |
| XYZ | 50.37 | 24.32 | 77.64 | - |
| YUV | 98.68 | 202.68 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 231 | 0 | 1.00 | 0.04 | 0.06 | 302.26 | 0.99 | 0.47 |
| Hex | F0 | 1 | E7 | 0 | 64 | 4 | 6 | 12E | 63 | 2F |
| Octal | 360 | 1 | 347 | 0 | 144 | 4 | 6 | 456 | 143 | 57 |
| Binary | 11110000 | 1 | 11100111 | 0 | 1100100 | 100 | 110 | 100101110 | 1100011 | 101111 |
Color Harmonies of #F001E7
Complementary color
Monochromatic Colors of #F001E7
Black with #F001E7
Text Example
Text Example
White with #F001E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001E7; }
p { color: rgb(240,1,231); }
H1.HeaderClassName
{
color: #F001E7;
}
.AnyTagClassName
{
color: #F001E7;
}
</style>
background-color css
<style>
a { background-color: #F001E7; }
a { background-color: rgb(240,1,231); }
div.DivClassName
{
background-color: #F001E7;
}
.BgClassName
{
background-color: #F001E7;
}
</style>
border-color css
<style>
span { border-color: #F001E7; }
span { border-color: rgb(240,1,231); }
td.TdClassName
{
border-color: #F001E7;
}
.TagClassName
{
border-color: #F001E7;
}
</style>