Shades of Magenta #F72CFB
Tints of Magenta #F72CFB
RGB
CMYK
RGB Variations
Color information
#F72CFB (or 0xF72CFB) is known color: Magenta. HEX triplet: F7, 2C and FB. RGB value is (247,44,251). Sum of RGB (Red+Green+Blue) = 247+44+251=542 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.57% from 542); Green value is 44 (17.58% from 255 or 8.12% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #F72CFB is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #F72CFB is #08D304. Grayscale: #7F7F7F. Windows color (decimal): -578309 or 16461047. OLE color: 16461047.
HSL color Cylindrical-coordinate representation of color #F72CFB: hue angle of 298.84º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F72CFB is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 247 | 44 | 251 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.02 |
| HSL | 298.84º | 0.96% | 0.58% | - |
| HSV(B) | 298.84º | 0.82% | 0.98% | - |
| XYZ | 56.67 | 28.54 | 93.79 | - |
| YUV | 128.3 | 197.25 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 44 | 251 | 0.02 | 0.82 | 0 | 0.02 | 298.84 | 0.96 | 0.58 |
| Hex | F7 | 2C | FB | 2 | 52 | 0 | 2 | 12B | 60 | 3A |
| Octal | 367 | 54 | 373 | 2 | 122 | 0 | 2 | 453 | 140 | 72 |
| Binary | 11110111 | 101100 | 11111011 | 10 | 1010010 | 0 | 10 | 100101011 | 1100000 | 111010 |
Color Harmonies of #F72CFB
Complementary color
Monochromatic Colors of #F72CFB
Black with #F72CFB
Text Example
Text Example
White with #F72CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F72CFB; }
p { color: rgb(247,44,251); }
H1.HeaderClassName
{
color: #F72CFB;
}
.AnyTagClassName
{
color: #F72CFB;
}
</style>
background-color css
<style>
a { background-color: #F72CFB; }
a { background-color: rgb(247,44,251); }
div.DivClassName
{
background-color: #F72CFB;
}
.BgClassName
{
background-color: #F72CFB;
}
</style>
border-color css
<style>
span { border-color: #F72CFB; }
span { border-color: rgb(247,44,251); }
td.TdClassName
{
border-color: #F72CFB;
}
.TagClassName
{
border-color: #F72CFB;
}
</style>