Shades of Magenta #F701EE
Tints of Magenta #F701EE
RGB
CMYK
RGB Variations
Color information
#F701EE (or 0xF701EE) is known color: Magenta. HEX triplet: F7, 01 and EE. RGB value is (247,1,238). Sum of RGB (Red+Green+Blue) = 247+1+238=486 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.82% from 486); Green value is 1 (0.78% from 255 or 0.21% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 247 - color contains mainly: red. Hex color #F701EE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701EE is #08FE11. Grayscale: #646464. Windows color (decimal): -589330 or 15598071. OLE color: 15598071.
HSL color Cylindrical-coordinate representation of color #F701EE: hue angle of 302.2º 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 #F701EE is Cyan = 0, Magento = 1.00, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 238 | - |
| CMYK | 0 | 1.00 | 0.04 | 0.03 |
| HSL | 302.2º | 0.99% | 0.49% | - |
| HSV(B) | 302.2º | 1% | 0.97% | - |
| XYZ | 53.8 | 25.97 | 83.07 | - |
| YUV | 101.57 | 205 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 238 | 0 | 1.00 | 0.04 | 0.03 | 302.2 | 0.99 | 0.49 |
| Hex | F7 | 1 | EE | 0 | 64 | 4 | 3 | 12E | 63 | 31 |
| Octal | 367 | 1 | 356 | 0 | 144 | 4 | 3 | 456 | 143 | 61 |
| Binary | 11110111 | 1 | 11101110 | 0 | 1100100 | 100 | 11 | 100101110 | 1100011 | 110001 |
Color Harmonies of #F701EE
Complementary color
Monochromatic Colors of #F701EE
Black with #F701EE
Text Example
Text Example
White with #F701EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701EE; }
p { color: rgb(247,1,238); }
H1.HeaderClassName
{
color: #F701EE;
}
.AnyTagClassName
{
color: #F701EE;
}
</style>
background-color css
<style>
a { background-color: #F701EE; }
a { background-color: rgb(247,1,238); }
div.DivClassName
{
background-color: #F701EE;
}
.BgClassName
{
background-color: #F701EE;
}
</style>
border-color css
<style>
span { border-color: #F701EE; }
span { border-color: rgb(247,1,238); }
td.TdClassName
{
border-color: #F701EE;
}
.TagClassName
{
border-color: #F701EE;
}
</style>