Shades of Magenta #F721F3
Tints of Magenta #F721F3
RGB
CMYK
RGB Variations
Color information
#F721F3 (or 0xF721F3) is known color: Magenta. HEX triplet: F7, 21 and F3. RGB value is (247,33,243). Sum of RGB (Red+Green+Blue) = 247+33+243=523 (69% of max value = 765). Red value is 247 (96.88% from 255 or 47.23% from 523); Green value is 33 (13.28% from 255 or 6.31% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 247 - color contains mainly: red. Hex color #F721F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F721F3 is #08DE0C. Grayscale: #787878. Windows color (decimal): -581133 or 15933943. OLE color: 15933943.
HSL color Cylindrical-coordinate representation of color #F721F3: hue angle of 301.12º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F721F3 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 33 | 243 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.03 |
| HSL | 301.12º | 0.93% | 0.55% | - |
| HSV(B) | 301.12º | 0.87% | 0.97% | - |
| XYZ | 55.08 | 27.33 | 87.17 | - |
| YUV | 120.93 | 196.9 | 217.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 33 | 243 | 0 | 0.87 | 0.02 | 0.03 | 301.12 | 0.93 | 0.55 |
| Hex | F7 | 21 | F3 | 0 | 57 | 2 | 3 | 12D | 5D | 37 |
| Octal | 367 | 41 | 363 | 0 | 127 | 2 | 3 | 455 | 135 | 67 |
| Binary | 11110111 | 100001 | 11110011 | 0 | 1010111 | 10 | 11 | 100101101 | 1011101 | 110111 |
Color Harmonies of #F721F3
Complementary color
Monochromatic Colors of #F721F3
Black with #F721F3
Text Example
Text Example
White with #F721F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F721F3; }
p { color: rgb(247,33,243); }
H1.HeaderClassName
{
color: #F721F3;
}
.AnyTagClassName
{
color: #F721F3;
}
</style>
background-color css
<style>
a { background-color: #F721F3; }
a { background-color: rgb(247,33,243); }
div.DivClassName
{
background-color: #F721F3;
}
.BgClassName
{
background-color: #F721F3;
}
</style>
border-color css
<style>
span { border-color: #F721F3; }
span { border-color: rgb(247,33,243); }
td.TdClassName
{
border-color: #F721F3;
}
.TagClassName
{
border-color: #F721F3;
}
</style>