Shades of Magenta #F727FF
Tints of Magenta #F727FF
RGB
CMYK
RGB Variations
Color information
#F727FF (or 0xF727FF) is known color: Magenta. HEX triplet: F7, 27 and FF. RGB value is (247,39,255). Sum of RGB (Red+Green+Blue) = 247+39+255=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 39 (15.62% from 255 or 7.21% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #F727FF is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F727FF is #08D800. Grayscale: #7D7D7D. Windows color (decimal): -579585 or 16721911. OLE color: 16721911.
HSL color Cylindrical-coordinate representation of color #F727FF: hue angle of 297.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F727FF is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 247 | 39 | 255 | - |
| CMYK | 0.03 | 0.85 | 0 | 0 |
| HSL | 297.78º | 1% | 0.58% | - |
| HSV(B) | 297.78º | 0.85% | 1% | - |
| XYZ | 57.13 | 28.45 | 97.09 | - |
| YUV | 125.82 | 200.91 | 214.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 39 | 255 | 0.03 | 0.85 | 0 | 0 | 297.78 | 1 | 0.58 |
| Hex | F7 | 27 | FF | 3 | 55 | 0 | 0 | 12A | 64 | 3A |
| Octal | 367 | 47 | 377 | 3 | 125 | 0 | 0 | 452 | 144 | 72 |
| Binary | 11110111 | 100111 | 11111111 | 11 | 1010101 | 0 | 0 | 100101010 | 1100100 | 111010 |
Color Harmonies of #F727FF
Complementary color
Monochromatic Colors of #F727FF
Black with #F727FF
Text Example
Text Example
White with #F727FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F727FF; }
p { color: rgb(247,39,255); }
H1.HeaderClassName
{
color: #F727FF;
}
.AnyTagClassName
{
color: #F727FF;
}
</style>
background-color css
<style>
a { background-color: #F727FF; }
a { background-color: rgb(247,39,255); }
div.DivClassName
{
background-color: #F727FF;
}
.BgClassName
{
background-color: #F727FF;
}
</style>
border-color css
<style>
span { border-color: #F727FF; }
span { border-color: rgb(247,39,255); }
td.TdClassName
{
border-color: #F727FF;
}
.TagClassName
{
border-color: #F727FF;
}
</style>