Shades of Magenta #F80CFA
Tints of Magenta #F80CFA
RGB
CMYK
RGB Variations
Color information
#F80CFA (or 0xF80CFA) is known color: Magenta. HEX triplet: F8, 0C and FA. RGB value is (248,12,250). Sum of RGB (Red+Green+Blue) = 248+12+250=510 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.63% from 510); Green value is 12 (5.08% from 255 or 2.35% from 510); Blue value is 250 (98.05% from 255 or 49.02% from 510); Max value from RGB is 250 - color contains mainly: blue. Hex color #F80CFA is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CFA is #07F305. Grayscale: #6C6C6C. Windows color (decimal): -520966 or 16387320. OLE color: 16387320.
HSL color Cylindrical-coordinate representation of color #F80CFA: hue angle of 299.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80CFA is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 248 | 12 | 250 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.02 |
| HSL | 299.5º | 0.96% | 0.51% | - |
| HSV(B) | 299.5º | 0.95% | 0.98% | - |
| XYZ | 56.1 | 27.12 | 92.72 | - |
| YUV | 109.7 | 207.19 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 250 | 0.01 | 0.95 | 0 | 0.02 | 299.5 | 0.96 | 0.51 |
| Hex | F8 | C | FA | 1 | 5F | 0 | 2 | 12B | 60 | 33 |
| Octal | 370 | 14 | 372 | 1 | 137 | 0 | 2 | 453 | 140 | 63 |
| Binary | 11111000 | 1100 | 11111010 | 1 | 1011111 | 0 | 10 | 100101011 | 1100000 | 110011 |
Color Harmonies of #F80CFA
Complementary color
Monochromatic Colors of #F80CFA
Black with #F80CFA
Text Example
Text Example
White with #F80CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CFA; }
p { color: rgb(248,12,250); }
H1.HeaderClassName
{
color: #F80CFA;
}
.AnyTagClassName
{
color: #F80CFA;
}
</style>
background-color css
<style>
a { background-color: #F80CFA; }
a { background-color: rgb(248,12,250); }
div.DivClassName
{
background-color: #F80CFA;
}
.BgClassName
{
background-color: #F80CFA;
}
</style>
border-color css
<style>
span { border-color: #F80CFA; }
span { border-color: rgb(248,12,250); }
td.TdClassName
{
border-color: #F80CFA;
}
.TagClassName
{
border-color: #F80CFA;
}
</style>