Shades of Magenta #F701FE
Tints of Magenta #F701FE
RGB
CMYK
RGB Variations
Color information
#F701FE (or 0xF701FE) is known color: Magenta. HEX triplet: F7, 01 and FE. RGB value is (247,1,254). Sum of RGB (Red+Green+Blue) = 247+1+254=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 1 (0.78% from 255 or 0.20% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #F701FE is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701FE is #08FE01. Grayscale: #666666. Windows color (decimal): -589314 or 16646647. OLE color: 16646647.
HSL color Cylindrical-coordinate representation of color #F701FE: hue angle of 298.34º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F701FE is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 1 | 254 | - |
| CMYK | 0.03 | 1.00 | 0 | 0.00 |
| HSL | 298.34º | 0.99% | 0.5% | - |
| HSV(B) | 298.34º | 1% | 1% | - |
| XYZ | 56.26 | 26.95 | 96 | - |
| YUV | 103.4 | 213 | 230.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 254 | 0.03 | 1.00 | 0 | 0.00 | 298.34 | 0.99 | 0.5 |
| Hex | F7 | 1 | FE | 3 | 64 | 0 | 0 | 12A | 63 | 32 |
| Octal | 367 | 1 | 376 | 3 | 144 | 0 | 0 | 452 | 143 | 62 |
| Binary | 11110111 | 1 | 11111110 | 11 | 1100100 | 0 | 0 | 100101010 | 1100011 | 110010 |
Color Harmonies of #F701FE
Complementary color
Monochromatic Colors of #F701FE
Black with #F701FE
Text Example
Text Example
White with #F701FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701FE; }
p { color: rgb(247,1,254); }
H1.HeaderClassName
{
color: #F701FE;
}
.AnyTagClassName
{
color: #F701FE;
}
</style>
background-color css
<style>
a { background-color: #F701FE; }
a { background-color: rgb(247,1,254); }
div.DivClassName
{
background-color: #F701FE;
}
.BgClassName
{
background-color: #F701FE;
}
</style>
border-color css
<style>
span { border-color: #F701FE; }
span { border-color: rgb(247,1,254); }
td.TdClassName
{
border-color: #F701FE;
}
.TagClassName
{
border-color: #F701FE;
}
</style>