Shades of Magenta #F80DF3
Tints of Magenta #F80DF3
RGB
CMYK
RGB Variations
Color information
#F80DF3 (or 0xF80DF3) is known color: Magenta. HEX triplet: F8, 0D and F3. RGB value is (248,13,243). Sum of RGB (Red+Green+Blue) = 248+13+243=504 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.21% from 504); Green value is 13 (5.47% from 255 or 2.58% from 504); Blue value is 243 (95.31% from 255 or 48.21% from 504); Max value from RGB is 248 - color contains mainly: red. Hex color #F80DF3 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80DF3 is #07F20C. Grayscale: #6C6C6C. Windows color (decimal): -520717 or 15928824. OLE color: 15928824.
HSL color Cylindrical-coordinate representation of color #F80DF3: hue angle of 301.28º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80DF3 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 13 | 243 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.03 |
| HSL | 301.28º | 0.94% | 0.51% | - |
| HSV(B) | 301.28º | 0.95% | 0.97% | - |
| XYZ | 55.03 | 26.72 | 87.05 | - |
| YUV | 109.49 | 203.36 | 226.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 13 | 243 | 0 | 0.95 | 0.02 | 0.03 | 301.28 | 0.94 | 0.51 |
| Hex | F8 | D | F3 | 0 | 5F | 2 | 3 | 12D | 5E | 33 |
| Octal | 370 | 15 | 363 | 0 | 137 | 2 | 3 | 455 | 136 | 63 |
| Binary | 11111000 | 1101 | 11110011 | 0 | 1011111 | 10 | 11 | 100101101 | 1011110 | 110011 |
Color Harmonies of #F80DF3
Complementary color
Monochromatic Colors of #F80DF3
Black with #F80DF3
Text Example
Text Example
White with #F80DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80DF3; }
p { color: rgb(248,13,243); }
H1.HeaderClassName
{
color: #F80DF3;
}
.AnyTagClassName
{
color: #F80DF3;
}
</style>
background-color css
<style>
a { background-color: #F80DF3; }
a { background-color: rgb(248,13,243); }
div.DivClassName
{
background-color: #F80DF3;
}
.BgClassName
{
background-color: #F80DF3;
}
</style>
border-color css
<style>
span { border-color: #F80DF3; }
span { border-color: rgb(248,13,243); }
td.TdClassName
{
border-color: #F80DF3;
}
.TagClassName
{
border-color: #F80DF3;
}
</style>