Shades of Magenta #F732FE
Tints of Magenta #F732FE
RGB
CMYK
RGB Variations
Color information
#F732FE (or 0xF732FE) is known color: Magenta. HEX triplet: F7, 32 and FE. RGB value is (247,50,254). Sum of RGB (Red+Green+Blue) = 247+50+254=551 (72% of max value = 765). Red value is 247 (96.88% from 255 or 44.83% from 551); Green value is 50 (19.92% from 255 or 9.07% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #F732FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F732FE is #08CD01. Grayscale: #838383. Windows color (decimal): -576770 or 16659191. OLE color: 16659191.
HSL color Cylindrical-coordinate representation of color #F732FE: hue angle of 297.94º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F732FE is Cyan = 0.03, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 50 | 254 | - |
| CMYK | 0.03 | 0.80 | 0 | 0.00 |
| HSL | 297.94º | 0.99% | 0.6% | - |
| HSV(B) | 297.94º | 0.8% | 1% | - |
| XYZ | 57.39 | 29.21 | 96.38 | - |
| YUV | 132.16 | 196.77 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 50 | 254 | 0.03 | 0.80 | 0 | 0.00 | 297.94 | 0.99 | 0.6 |
| Hex | F7 | 32 | FE | 3 | 50 | 0 | 0 | 12A | 63 | 3C |
| Octal | 367 | 62 | 376 | 3 | 120 | 0 | 0 | 452 | 143 | 74 |
| Binary | 11110111 | 110010 | 11111110 | 11 | 1010000 | 0 | 0 | 100101010 | 1100011 | 111100 |
Color Harmonies of #F732FE
Complementary color
Monochromatic Colors of #F732FE
Black with #F732FE
Text Example
Text Example
White with #F732FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F732FE; }
p { color: rgb(247,50,254); }
H1.HeaderClassName
{
color: #F732FE;
}
.AnyTagClassName
{
color: #F732FE;
}
</style>
background-color css
<style>
a { background-color: #F732FE; }
a { background-color: rgb(247,50,254); }
div.DivClassName
{
background-color: #F732FE;
}
.BgClassName
{
background-color: #F732FE;
}
</style>
border-color css
<style>
span { border-color: #F732FE; }
span { border-color: rgb(247,50,254); }
td.TdClassName
{
border-color: #F732FE;
}
.TagClassName
{
border-color: #F732FE;
}
</style>