Shades of Magenta #F728FC
Tints of Magenta #F728FC
RGB
CMYK
RGB Variations
Color information
#F728FC (or 0xF728FC) is known color: Magenta. HEX triplet: F7, 28 and FC. RGB value is (247,40,252). Sum of RGB (Red+Green+Blue) = 247+40+252=539 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.83% from 539); Green value is 40 (16.02% from 255 or 7.42% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #F728FC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F728FC is #08D703. Grayscale: #7D7D7D. Windows color (decimal): -579332 or 16525559. OLE color: 16525559.
HSL color Cylindrical-coordinate representation of color #F728FC: hue angle of 298.58º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F728FC is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 247 | 40 | 252 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.01 |
| HSL | 298.58º | 0.97% | 0.57% | - |
| HSV(B) | 298.58º | 0.84% | 0.99% | - |
| XYZ | 56.69 | 28.32 | 94.57 | - |
| YUV | 126.06 | 199.08 | 214.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 252 | 0.02 | 0.84 | 0 | 0.01 | 298.58 | 0.97 | 0.57 |
| Hex | F7 | 28 | FC | 2 | 54 | 0 | 1 | 12B | 61 | 39 |
| Octal | 367 | 50 | 374 | 2 | 124 | 0 | 1 | 453 | 141 | 71 |
| Binary | 11110111 | 101000 | 11111100 | 10 | 1010100 | 0 | 1 | 100101011 | 1100001 | 111001 |
Color Harmonies of #F728FC
Complementary color
Monochromatic Colors of #F728FC
Black with #F728FC
Text Example
Text Example
White with #F728FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F728FC; }
p { color: rgb(247,40,252); }
H1.HeaderClassName
{
color: #F728FC;
}
.AnyTagClassName
{
color: #F728FC;
}
</style>
background-color css
<style>
a { background-color: #F728FC; }
a { background-color: rgb(247,40,252); }
div.DivClassName
{
background-color: #F728FC;
}
.BgClassName
{
background-color: #F728FC;
}
</style>
border-color css
<style>
span { border-color: #F728FC; }
span { border-color: rgb(247,40,252); }
td.TdClassName
{
border-color: #F728FC;
}
.TagClassName
{
border-color: #F728FC;
}
</style>