Shades of Magenta #F007FA
Tints of Magenta #F007FA
RGB
CMYK
RGB Variations
Color information
#F007FA (or 0xF007FA) is known color: Magenta. HEX triplet: F0, 07 and FA. RGB value is (240,7,250). Sum of RGB (Red+Green+Blue) = 240+7+250=497 (65% of max value = 765). Red value is 240 (94.14% from 255 or 48.29% from 497); Green value is 7 (3.12% from 255 or 1.41% from 497); Blue value is 250 (98.05% from 255 or 50.30% from 497); Max value from RGB is 250 - color contains mainly: blue. Hex color #F007FA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F007FA is #0FF805. Grayscale: #676767. Windows color (decimal): -1046534 or 16386032. OLE color: 16386032.
HSL color Cylindrical-coordinate representation of color #F007FA: hue angle of 297.53º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F007FA is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 7 | 250 | - |
| CMYK | 0.04 | 0.97 | 0 | 0.02 |
| HSL | 297.53º | 0.96% | 0.5% | - |
| HSV(B) | 297.53º | 0.97% | 0.98% | - |
| XYZ | 53.27 | 25.58 | 92.57 | - |
| YUV | 104.37 | 210.19 | 224.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 250 | 0.04 | 0.97 | 0 | 0.02 | 297.53 | 0.96 | 0.5 |
| Hex | F0 | 7 | FA | 4 | 61 | 0 | 2 | 12A | 60 | 32 |
| Octal | 360 | 7 | 372 | 4 | 141 | 0 | 2 | 452 | 140 | 62 |
| Binary | 11110000 | 111 | 11111010 | 100 | 1100001 | 0 | 10 | 100101010 | 1100000 | 110010 |
Color Harmonies of #F007FA
Complementary color
Monochromatic Colors of #F007FA
Black with #F007FA
Text Example
Text Example
White with #F007FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F007FA; }
p { color: rgb(240,7,250); }
H1.HeaderClassName
{
color: #F007FA;
}
.AnyTagClassName
{
color: #F007FA;
}
</style>
background-color css
<style>
a { background-color: #F007FA; }
a { background-color: rgb(240,7,250); }
div.DivClassName
{
background-color: #F007FA;
}
.BgClassName
{
background-color: #F007FA;
}
</style>
border-color css
<style>
span { border-color: #F007FA; }
span { border-color: rgb(240,7,250); }
td.TdClassName
{
border-color: #F007FA;
}
.TagClassName
{
border-color: #F007FA;
}
</style>