Shades of Magenta #F724FF
Tints of Magenta #F724FF
RGB
CMYK
RGB Variations
Color information
#F724FF (or 0xF724FF) is known color: Magenta. HEX triplet: F7, 24 and FF. RGB value is (247,36,255). Sum of RGB (Red+Green+Blue) = 247+36+255=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 36 (14.45% from 255 or 6.69% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #F724FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F724FF is #08DB00. Grayscale: #7B7B7B. Windows color (decimal): -580353 or 16721143. OLE color: 16721143.
HSL color Cylindrical-coordinate representation of color #F724FF: hue angle of 297.81º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F724FF is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 36 | 255 | - |
| CMYK | 0.03 | 0.86 | 0 | 0 |
| HSL | 297.81º | 1% | 0.57% | - |
| HSV(B) | 297.81º | 0.86% | 1% | - |
| XYZ | 57.04 | 28.26 | 97.06 | - |
| YUV | 124.06 | 201.9 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 36 | 255 | 0.03 | 0.86 | 0 | 0 | 297.81 | 1 | 0.57 |
| Hex | F7 | 24 | FF | 3 | 56 | 0 | 0 | 12A | 64 | 39 |
| Octal | 367 | 44 | 377 | 3 | 126 | 0 | 0 | 452 | 144 | 71 |
| Binary | 11110111 | 100100 | 11111111 | 11 | 1010110 | 0 | 0 | 100101010 | 1100100 | 111001 |
Color Harmonies of #F724FF
Complementary color
Monochromatic Colors of #F724FF
Black with #F724FF
Text Example
Text Example
White with #F724FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F724FF; }
p { color: rgb(247,36,255); }
H1.HeaderClassName
{
color: #F724FF;
}
.AnyTagClassName
{
color: #F724FF;
}
</style>
background-color css
<style>
a { background-color: #F724FF; }
a { background-color: rgb(247,36,255); }
div.DivClassName
{
background-color: #F724FF;
}
.BgClassName
{
background-color: #F724FF;
}
</style>
border-color css
<style>
span { border-color: #F724FF; }
span { border-color: rgb(247,36,255); }
td.TdClassName
{
border-color: #F724FF;
}
.TagClassName
{
border-color: #F724FF;
}
</style>