Shades of Magenta #F728FE
Tints of Magenta #F728FE
RGB
CMYK
RGB Variations
Color information
#F728FE (or 0xF728FE) is known color: Magenta. HEX triplet: F7, 28 and FE. RGB value is (247,40,254). Sum of RGB (Red+Green+Blue) = 247+40+254=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 40 (16.02% from 255 or 7.39% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #F728FE is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F728FE is #08D701. Grayscale: #7D7D7D. Windows color (decimal): -579330 or 16656631. OLE color: 16656631.
HSL color Cylindrical-coordinate representation of color #F728FE: hue angle of 298.04º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F728FE is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 247 | 40 | 254 | - |
| CMYK | 0.03 | 0.84 | 0 | 0.00 |
| HSL | 298.04º | 0.99% | 0.58% | - |
| HSV(B) | 298.04º | 0.84% | 1% | - |
| XYZ | 57.01 | 28.45 | 96.25 | - |
| YUV | 126.29 | 200.08 | 214.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 254 | 0.03 | 0.84 | 0 | 0.00 | 298.04 | 0.99 | 0.58 |
| Hex | F7 | 28 | FE | 3 | 54 | 0 | 0 | 12A | 63 | 3A |
| Octal | 367 | 50 | 376 | 3 | 124 | 0 | 0 | 452 | 143 | 72 |
| Binary | 11110111 | 101000 | 11111110 | 11 | 1010100 | 0 | 0 | 100101010 | 1100011 | 111010 |
Color Harmonies of #F728FE
Complementary color
Monochromatic Colors of #F728FE
Black with #F728FE
Text Example
Text Example
White with #F728FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F728FE; }
p { color: rgb(247,40,254); }
H1.HeaderClassName
{
color: #F728FE;
}
.AnyTagClassName
{
color: #F728FE;
}
</style>
background-color css
<style>
a { background-color: #F728FE; }
a { background-color: rgb(247,40,254); }
div.DivClassName
{
background-color: #F728FE;
}
.BgClassName
{
background-color: #F728FE;
}
</style>
border-color css
<style>
span { border-color: #F728FE; }
span { border-color: rgb(247,40,254); }
td.TdClassName
{
border-color: #F728FE;
}
.TagClassName
{
border-color: #F728FE;
}
</style>