Shades of Magenta #F001F7
Tints of Magenta #F001F7
RGB
CMYK
RGB Variations
Color information
#F001F7 (or 0xF001F7) is known color: Magenta. HEX triplet: F0, 01 and F7. RGB value is (240,1,247). Sum of RGB (Red+Green+Blue) = 240+1+247=488 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.18% from 488); Green value is 1 (0.78% from 255 or 0.20% from 488); Blue value is 247 (96.88% from 255 or 50.61% from 488); Max value from RGB is 247 - color contains mainly: blue. Hex color #F001F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F001F7 is #0FFE08. Grayscale: #636363. Windows color (decimal): -1048073 or 16187888. OLE color: 16187888.
HSL color Cylindrical-coordinate representation of color #F001F7: hue angle of 298.29º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F001F7 is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 1 | 247 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.03 |
| HSL | 298.29º | 0.99% | 0.49% | - |
| HSV(B) | 298.29º | 1% | 0.97% | - |
| XYZ | 52.73 | 25.26 | 90.09 | - |
| YUV | 100.51 | 210.68 | 227.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 247 | 0.03 | 1.00 | 0 | 0.03 | 298.29 | 0.99 | 0.49 |
| Hex | F0 | 1 | F7 | 3 | 64 | 0 | 3 | 12A | 63 | 31 |
| Octal | 360 | 1 | 367 | 3 | 144 | 0 | 3 | 452 | 143 | 61 |
| Binary | 11110000 | 1 | 11110111 | 11 | 1100100 | 0 | 11 | 100101010 | 1100011 | 110001 |
Color Harmonies of #F001F7
Complementary color
Monochromatic Colors of #F001F7
Black with #F001F7
Text Example
Text Example
White with #F001F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F001F7; }
p { color: rgb(240,1,247); }
H1.HeaderClassName
{
color: #F001F7;
}
.AnyTagClassName
{
color: #F001F7;
}
</style>
background-color css
<style>
a { background-color: #F001F7; }
a { background-color: rgb(240,1,247); }
div.DivClassName
{
background-color: #F001F7;
}
.BgClassName
{
background-color: #F001F7;
}
</style>
border-color css
<style>
span { border-color: #F001F7; }
span { border-color: rgb(240,1,247); }
td.TdClassName
{
border-color: #F001F7;
}
.TagClassName
{
border-color: #F001F7;
}
</style>