Shades of Magenta #F812FF
Tints of Magenta #F812FF
RGB
CMYK
RGB Variations
Color information
#F812FF (or 0xF812FF) is known color: Magenta. HEX triplet: F8, 12 and FF. RGB value is (248,18,255). Sum of RGB (Red+Green+Blue) = 248+18+255=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 18 (7.42% from 255 or 3.45% from 521); Blue value is 255 (100% from 255 or 48.94% from 521); Max value from RGB is 255 - color contains mainly: blue. Hex color #F812FF is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F812FF is #07ED00. Grayscale: #717171. Windows color (decimal): -519425 or 16716536. OLE color: 16716536.
HSL color Cylindrical-coordinate representation of color #F812FF: hue angle of 298.23º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F812FF is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 248 | 18 | 255 | - |
| CMYK | 0.03 | 0.93 | 0 | 0 |
| HSL | 298.23º | 1% | 0.54% | - |
| HSV(B) | 298.23º | 0.93% | 1% | - |
| XYZ | 56.98 | 27.61 | 96.93 | - |
| YUV | 113.79 | 207.7 | 223.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 255 | 0.03 | 0.93 | 0 | 0 | 298.23 | 1 | 0.54 |
| Hex | F8 | 12 | FF | 3 | 5D | 0 | 0 | 12A | 64 | 36 |
| Octal | 370 | 22 | 377 | 3 | 135 | 0 | 0 | 452 | 144 | 66 |
| Binary | 11111000 | 10010 | 11111111 | 11 | 1011101 | 0 | 0 | 100101010 | 1100100 | 110110 |
Color Harmonies of #F812FF
Complementary color
Monochromatic Colors of #F812FF
Black with #F812FF
Text Example
Text Example
White with #F812FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F812FF; }
p { color: rgb(248,18,255); }
H1.HeaderClassName
{
color: #F812FF;
}
.AnyTagClassName
{
color: #F812FF;
}
</style>
background-color css
<style>
a { background-color: #F812FF; }
a { background-color: rgb(248,18,255); }
div.DivClassName
{
background-color: #F812FF;
}
.BgClassName
{
background-color: #F812FF;
}
</style>
border-color css
<style>
span { border-color: #F812FF; }
span { border-color: rgb(248,18,255); }
td.TdClassName
{
border-color: #F812FF;
}
.TagClassName
{
border-color: #F812FF;
}
</style>