Shades of Magenta #F721FE
Tints of Magenta #F721FE
RGB
CMYK
RGB Variations
Color information
#F721FE (or 0xF721FE) is known color: Magenta. HEX triplet: F7, 21 and FE. RGB value is (247,33,254). Sum of RGB (Red+Green+Blue) = 247+33+254=534 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.25% from 534); Green value is 33 (13.28% from 255 or 6.18% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #F721FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F721FE is #08DE01. Grayscale: #797979. Windows color (decimal): -581122 or 16654839. OLE color: 16654839.
HSL color Cylindrical-coordinate representation of color #F721FE: hue angle of 298.1º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F721FE is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 33 | 254 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.00 |
| HSL | 298.1º | 0.99% | 0.56% | - |
| HSV(B) | 298.1º | 0.87% | 1% | - |
| XYZ | 56.79 | 28.02 | 96.18 | - |
| YUV | 122.18 | 202.4 | 217.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 254 | 0.03 | 0.87 | 0 | 0.00 | 298.1 | 0.99 | 0.56 |
| Hex | F7 | 21 | FE | 3 | 57 | 0 | 0 | 12A | 63 | 38 |
| Octal | 367 | 41 | 376 | 3 | 127 | 0 | 0 | 452 | 143 | 70 |
| Binary | 11110111 | 100001 | 11111110 | 11 | 1010111 | 0 | 0 | 100101010 | 1100011 | 111000 |
Color Harmonies of #F721FE
Complementary color
Monochromatic Colors of #F721FE
Black with #F721FE
Text Example
Text Example
White with #F721FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F721FE; }
p { color: rgb(247,33,254); }
H1.HeaderClassName
{
color: #F721FE;
}
.AnyTagClassName
{
color: #F721FE;
}
</style>
background-color css
<style>
a { background-color: #F721FE; }
a { background-color: rgb(247,33,254); }
div.DivClassName
{
background-color: #F721FE;
}
.BgClassName
{
background-color: #F721FE;
}
</style>
border-color css
<style>
span { border-color: #F721FE; }
span { border-color: rgb(247,33,254); }
td.TdClassName
{
border-color: #F721FE;
}
.TagClassName
{
border-color: #F721FE;
}
</style>