Shades of Magenta #F728FB
Tints of Magenta #F728FB
RGB
CMYK
RGB Variations
Color information
#F728FB (or 0xF728FB) is known color: Magenta. HEX triplet: F7, 28 and FB. RGB value is (247,40,251). Sum of RGB (Red+Green+Blue) = 247+40+251=538 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.91% from 538); Green value is 40 (16.02% from 255 or 7.43% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #F728FB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F728FB is #08D704. Grayscale: #7D7D7D. Windows color (decimal): -579333 or 16460023. OLE color: 16460023.
HSL color Cylindrical-coordinate representation of color #F728FB: hue angle of 298.86º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F728FB is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 40 | 251 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.02 |
| HSL | 298.86º | 0.96% | 0.57% | - |
| HSV(B) | 298.86º | 0.84% | 0.98% | - |
| XYZ | 56.53 | 28.26 | 93.74 | - |
| YUV | 125.95 | 198.58 | 214.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 40 | 251 | 0.02 | 0.84 | 0 | 0.02 | 298.86 | 0.96 | 0.57 |
| Hex | F7 | 28 | FB | 2 | 54 | 0 | 2 | 12B | 60 | 39 |
| Octal | 367 | 50 | 373 | 2 | 124 | 0 | 2 | 453 | 140 | 71 |
| Binary | 11110111 | 101000 | 11111011 | 10 | 1010100 | 0 | 10 | 100101011 | 1100000 | 111001 |
Color Harmonies of #F728FB
Complementary color
Monochromatic Colors of #F728FB
Black with #F728FB
Text Example
Text Example
White with #F728FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F728FB; }
p { color: rgb(247,40,251); }
H1.HeaderClassName
{
color: #F728FB;
}
.AnyTagClassName
{
color: #F728FB;
}
</style>
background-color css
<style>
a { background-color: #F728FB; }
a { background-color: rgb(247,40,251); }
div.DivClassName
{
background-color: #F728FB;
}
.BgClassName
{
background-color: #F728FB;
}
</style>
border-color css
<style>
span { border-color: #F728FB; }
span { border-color: rgb(247,40,251); }
td.TdClassName
{
border-color: #F728FB;
}
.TagClassName
{
border-color: #F728FB;
}
</style>