Shades of Magenta #F010F7
Tints of Magenta #F010F7
RGB
CMYK
RGB Variations
Color information
#F010F7 (or 0xF010F7) is known color: Magenta. HEX triplet: F0, 10 and F7. RGB value is (240,16,247). Sum of RGB (Red+Green+Blue) = 240+16+247=503 (66% of max value = 765). Red value is 240 (94.14% from 255 or 47.71% from 503); Green value is 16 (6.64% from 255 or 3.18% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #F010F7 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F010F7 is #0FEF08. Grayscale: #6C6C6C. Windows color (decimal): -1044233 or 16191728. OLE color: 16191728.
HSL color Cylindrical-coordinate representation of color #F010F7: hue angle of 298.18º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F010F7 is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 16 | 247 | - |
| CMYK | 0.03 | 0.94 | 0 | 0.03 |
| HSL | 298.18º | 0.94% | 0.52% | - |
| HSV(B) | 298.18º | 0.94% | 0.97% | - |
| XYZ | 52.91 | 25.61 | 90.15 | - |
| YUV | 109.31 | 205.71 | 221.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 247 | 0.03 | 0.94 | 0 | 0.03 | 298.18 | 0.94 | 0.52 |
| Hex | F0 | 10 | F7 | 3 | 5E | 0 | 3 | 12A | 5E | 34 |
| Octal | 360 | 20 | 367 | 3 | 136 | 0 | 3 | 452 | 136 | 64 |
| Binary | 11110000 | 10000 | 11110111 | 11 | 1011110 | 0 | 11 | 100101010 | 1011110 | 110100 |
Color Harmonies of #F010F7
Complementary color
Monochromatic Colors of #F010F7
Black with #F010F7
Text Example
Text Example
White with #F010F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F010F7; }
p { color: rgb(240,16,247); }
H1.HeaderClassName
{
color: #F010F7;
}
.AnyTagClassName
{
color: #F010F7;
}
</style>
background-color css
<style>
a { background-color: #F010F7; }
a { background-color: rgb(240,16,247); }
div.DivClassName
{
background-color: #F010F7;
}
.BgClassName
{
background-color: #F010F7;
}
</style>
border-color css
<style>
span { border-color: #F010F7; }
span { border-color: rgb(240,16,247); }
td.TdClassName
{
border-color: #F010F7;
}
.TagClassName
{
border-color: #F010F7;
}
</style>