Shades of Magenta #F01CF7
Tints of Magenta #F01CF7
RGB
CMYK
RGB Variations
Color information
#F01CF7 (or 0xF01CF7) is known color: Magenta. HEX triplet: F0, 1C and F7. RGB value is (240,28,247). Sum of RGB (Red+Green+Blue) = 240+28+247=515 (68% of max value = 765). Red value is 240 (94.14% from 255 or 46.60% from 515); Green value is 28 (11.33% from 255 or 5.44% from 515); Blue value is 247 (96.88% from 255 or 47.96% from 515); Max value from RGB is 247 - color contains mainly: blue. Hex color #F01CF7 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F01CF7 is #0FE308. Grayscale: #737373. Windows color (decimal): -1041161 or 16194800. OLE color: 16194800.
HSL color Cylindrical-coordinate representation of color #F01CF7: hue angle of 298.08º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F01CF7 is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 240 | 28 | 247 | - |
| CMYK | 0.03 | 0.89 | 0 | 0.03 |
| HSL | 298.08º | 0.93% | 0.54% | - |
| HSV(B) | 298.08º | 0.89% | 0.97% | - |
| XYZ | 53.14 | 26.07 | 90.23 | - |
| YUV | 116.35 | 201.74 | 216.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 28 | 247 | 0.03 | 0.89 | 0 | 0.03 | 298.08 | 0.93 | 0.54 |
| Hex | F0 | 1C | F7 | 3 | 59 | 0 | 3 | 12A | 5D | 36 |
| Octal | 360 | 34 | 367 | 3 | 131 | 0 | 3 | 452 | 135 | 66 |
| Binary | 11110000 | 11100 | 11110111 | 11 | 1011001 | 0 | 11 | 100101010 | 1011101 | 110110 |
Color Harmonies of #F01CF7
Complementary color
Monochromatic Colors of #F01CF7
Black with #F01CF7
Text Example
Text Example
White with #F01CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01CF7; }
p { color: rgb(240,28,247); }
H1.HeaderClassName
{
color: #F01CF7;
}
.AnyTagClassName
{
color: #F01CF7;
}
</style>
background-color css
<style>
a { background-color: #F01CF7; }
a { background-color: rgb(240,28,247); }
div.DivClassName
{
background-color: #F01CF7;
}
.BgClassName
{
background-color: #F01CF7;
}
</style>
border-color css
<style>
span { border-color: #F01CF7; }
span { border-color: rgb(240,28,247); }
td.TdClassName
{
border-color: #F01CF7;
}
.TagClassName
{
border-color: #F01CF7;
}
</style>