Shades of Magenta #F80CF2
Tints of Magenta #F80CF2
RGB
CMYK
RGB Variations
Color information
#F80CF2 (or 0xF80CF2) is known color: Magenta. HEX triplet: F8, 0C and F2. RGB value is (248,12,242). Sum of RGB (Red+Green+Blue) = 248+12+242=502 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.40% from 502); Green value is 12 (5.08% from 255 or 2.39% from 502); Blue value is 242 (94.92% from 255 or 48.21% from 502); Max value from RGB is 248 - color contains mainly: red. Hex color #F80CF2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CF2 is #07F30D. Grayscale: #6C6C6C. Windows color (decimal): -520974 or 15863032. OLE color: 15863032.
HSL color Cylindrical-coordinate representation of color #F80CF2: hue angle of 301.53º 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 #F80CF2 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 242 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.03 |
| HSL | 301.53º | 0.94% | 0.51% | - |
| HSV(B) | 301.53º | 0.95% | 0.97% | - |
| XYZ | 54.87 | 26.63 | 86.25 | - |
| YUV | 108.78 | 203.19 | 227.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 242 | 0 | 0.95 | 0.02 | 0.03 | 301.53 | 0.94 | 0.51 |
| Hex | F8 | C | F2 | 0 | 5F | 2 | 3 | 12E | 5E | 33 |
| Octal | 370 | 14 | 362 | 0 | 137 | 2 | 3 | 456 | 136 | 63 |
| Binary | 11111000 | 1100 | 11110010 | 0 | 1011111 | 10 | 11 | 100101110 | 1011110 | 110011 |
Color Harmonies of #F80CF2
Complementary color
Monochromatic Colors of #F80CF2
Black with #F80CF2
Text Example
Text Example
White with #F80CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CF2; }
p { color: rgb(248,12,242); }
H1.HeaderClassName
{
color: #F80CF2;
}
.AnyTagClassName
{
color: #F80CF2;
}
</style>
background-color css
<style>
a { background-color: #F80CF2; }
a { background-color: rgb(248,12,242); }
div.DivClassName
{
background-color: #F80CF2;
}
.BgClassName
{
background-color: #F80CF2;
}
</style>
border-color css
<style>
span { border-color: #F80CF2; }
span { border-color: rgb(248,12,242); }
td.TdClassName
{
border-color: #F80CF2;
}
.TagClassName
{
border-color: #F80CF2;
}
</style>