Shades of Magenta #F701F2
Tints of Magenta #F701F2
RGB
CMYK
RGB Variations
Color information
#F701F2 (or 0xF701F2) is known color: Magenta. HEX triplet: F7, 01 and F2. RGB value is (247,1,242). Sum of RGB (Red+Green+Blue) = 247+1+242=490 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.41% from 490); Green value is 1 (0.78% from 255 or 0.20% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 247 - color contains mainly: red. Hex color #F701F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F701F2 is #08FE0D. Grayscale: #656565. Windows color (decimal): -589326 or 15860215. OLE color: 15860215.
HSL color Cylindrical-coordinate representation of color #F701F2: hue angle of 301.22º 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 #F701F2 is Cyan = 0, Magento = 1.00, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 1 | 242 | - |
| CMYK | 0 | 1.00 | 0.02 | 0.03 |
| HSL | 301.22º | 0.99% | 0.49% | - |
| HSV(B) | 301.22º | 1% | 0.97% | - |
| XYZ | 54.4 | 26.21 | 86.2 | - |
| YUV | 102.03 | 207 | 231.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 1 | 242 | 0 | 1.00 | 0.02 | 0.03 | 301.22 | 0.99 | 0.49 |
| Hex | F7 | 1 | F2 | 0 | 64 | 2 | 3 | 12D | 63 | 31 |
| Octal | 367 | 1 | 362 | 0 | 144 | 2 | 3 | 455 | 143 | 61 |
| Binary | 11110111 | 1 | 11110010 | 0 | 1100100 | 10 | 11 | 100101101 | 1100011 | 110001 |
Color Harmonies of #F701F2
Complementary color
Monochromatic Colors of #F701F2
Black with #F701F2
Text Example
Text Example
White with #F701F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F701F2; }
p { color: rgb(247,1,242); }
H1.HeaderClassName
{
color: #F701F2;
}
.AnyTagClassName
{
color: #F701F2;
}
</style>
background-color css
<style>
a { background-color: #F701F2; }
a { background-color: rgb(247,1,242); }
div.DivClassName
{
background-color: #F701F2;
}
.BgClassName
{
background-color: #F701F2;
}
</style>
border-color css
<style>
span { border-color: #F701F2; }
span { border-color: rgb(247,1,242); }
td.TdClassName
{
border-color: #F701F2;
}
.TagClassName
{
border-color: #F701F2;
}
</style>