Shades of Magenta #F80CFC
Tints of Magenta #F80CFC
RGB
CMYK
RGB Variations
Color information
#F80CFC (or 0xF80CFC) is known color: Magenta. HEX triplet: F8, 0C and FC. RGB value is (248,12,252). Sum of RGB (Red+Green+Blue) = 248+12+252=512 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.44% from 512); Green value is 12 (5.08% from 255 or 2.34% from 512); Blue value is 252 (98.83% from 255 or 49.22% from 512); Max value from RGB is 252 - color contains mainly: blue. Hex color #F80CFC is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F80CFC is #07F303. Grayscale: #6D6D6D. Windows color (decimal): -520964 or 16518392. OLE color: 16518392.
HSL color Cylindrical-coordinate representation of color #F80CFC: hue angle of 299º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80CFC is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 248 | 12 | 252 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.01 |
| HSL | 299º | 0.98% | 0.52% | - |
| HSV(B) | 299º | 0.95% | 0.99% | - |
| XYZ | 56.41 | 27.25 | 94.38 | - |
| YUV | 109.92 | 208.19 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 252 | 0.02 | 0.95 | 0 | 0.01 | 299 | 0.98 | 0.52 |
| Hex | F8 | C | FC | 2 | 5F | 0 | 1 | 12B | 62 | 34 |
| Octal | 370 | 14 | 374 | 2 | 137 | 0 | 1 | 453 | 142 | 64 |
| Binary | 11111000 | 1100 | 11111100 | 10 | 1011111 | 0 | 1 | 100101011 | 1100010 | 110100 |
Color Harmonies of #F80CFC
Complementary color
Monochromatic Colors of #F80CFC
Black with #F80CFC
Text Example
Text Example
White with #F80CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80CFC; }
p { color: rgb(248,12,252); }
H1.HeaderClassName
{
color: #F80CFC;
}
.AnyTagClassName
{
color: #F80CFC;
}
</style>
background-color css
<style>
a { background-color: #F80CFC; }
a { background-color: rgb(248,12,252); }
div.DivClassName
{
background-color: #F80CFC;
}
.BgClassName
{
background-color: #F80CFC;
}
</style>
border-color css
<style>
span { border-color: #F80CFC; }
span { border-color: rgb(248,12,252); }
td.TdClassName
{
border-color: #F80CFC;
}
.TagClassName
{
border-color: #F80CFC;
}
</style>