Shades of Magenta #F701FF
Tints of Magenta #F701FF
RGB
CMYK
RGB Variations
Color information
#F701FF (or 0xF701FF) is known color: Magenta. HEX triplet: F7, 01 and FF. RGB value is (247,1,255). Sum of RGB (Red+Green+Blue) = 247+1+255=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 1 (0.78% from 255 or 0.20% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #F701FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701FF is #08FE00. Grayscale: #666666. Windows color (decimal): -589313 or 16712183. OLE color: 16712183.
HSL color Cylindrical-coordinate representation of color #F701FF: hue angle of 298.11º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F701FF is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 1 | 255 | - |
| CMYK | 0.03 | 1.00 | 0 | 0 |
| HSL | 298.11º | 1% | 0.5% | - |
| HSV(B) | 298.11º | 1% | 1% | - |
| XYZ | 56.42 | 27.02 | 96.85 | - |
| YUV | 103.51 | 213.5 | 230.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 255 | 0.03 | 1.00 | 0 | 0 | 298.11 | 1 | 0.5 |
| Hex | F7 | 1 | FF | 3 | 64 | 0 | 0 | 12A | 64 | 32 |
| Octal | 367 | 1 | 377 | 3 | 144 | 0 | 0 | 452 | 144 | 62 |
| Binary | 11110111 | 1 | 11111111 | 11 | 1100100 | 0 | 0 | 100101010 | 1100100 | 110010 |
Color Harmonies of #F701FF
Complementary color
Monochromatic Colors of #F701FF
Black with #F701FF
Text Example
Text Example
White with #F701FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701FF; }
p { color: rgb(247,1,255); }
H1.HeaderClassName
{
color: #F701FF;
}
.AnyTagClassName
{
color: #F701FF;
}
</style>
background-color css
<style>
a { background-color: #F701FF; }
a { background-color: rgb(247,1,255); }
div.DivClassName
{
background-color: #F701FF;
}
.BgClassName
{
background-color: #F701FF;
}
</style>
border-color css
<style>
span { border-color: #F701FF; }
span { border-color: rgb(247,1,255); }
td.TdClassName
{
border-color: #F701FF;
}
.TagClassName
{
border-color: #F701FF;
}
</style>