Shades of Magenta #F701EF
Tints of Magenta #F701EF
RGB
CMYK
RGB Variations
Color information
#F701EF (or 0xF701EF) is known color: Magenta. HEX triplet: F7, 01 and EF. RGB value is (247,1,239). Sum of RGB (Red+Green+Blue) = 247+1+239=487 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.72% from 487); Green value is 1 (0.78% from 255 or 0.21% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 247 - color contains mainly: red. Hex color #F701EF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701EF is #08FE10. Grayscale: #646464. Windows color (decimal): -589329 or 15663607. OLE color: 15663607.
HSL color Cylindrical-coordinate representation of color #F701EF: hue angle of 301.95º 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 #F701EF is Cyan = 0, Magento = 1.00, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 239 | - |
| CMYK | 0 | 1.00 | 0.03 | 0.03 |
| HSL | 301.95º | 0.99% | 0.49% | - |
| HSV(B) | 301.95º | 1% | 0.97% | - |
| XYZ | 53.95 | 26.03 | 83.84 | - |
| YUV | 101.69 | 205.5 | 231.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 239 | 0 | 1.00 | 0.03 | 0.03 | 301.95 | 0.99 | 0.49 |
| Hex | F7 | 1 | EF | 0 | 64 | 3 | 3 | 12E | 63 | 31 |
| Octal | 367 | 1 | 357 | 0 | 144 | 3 | 3 | 456 | 143 | 61 |
| Binary | 11110111 | 1 | 11101111 | 0 | 1100100 | 11 | 11 | 100101110 | 1100011 | 110001 |
Color Harmonies of #F701EF
Complementary color
Monochromatic Colors of #F701EF
Black with #F701EF
Text Example
Text Example
White with #F701EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701EF; }
p { color: rgb(247,1,239); }
H1.HeaderClassName
{
color: #F701EF;
}
.AnyTagClassName
{
color: #F701EF;
}
</style>
background-color css
<style>
a { background-color: #F701EF; }
a { background-color: rgb(247,1,239); }
div.DivClassName
{
background-color: #F701EF;
}
.BgClassName
{
background-color: #F701EF;
}
</style>
border-color css
<style>
span { border-color: #F701EF; }
span { border-color: rgb(247,1,239); }
td.TdClassName
{
border-color: #F701EF;
}
.TagClassName
{
border-color: #F701EF;
}
</style>