Shades of Magenta #F812F5
Tints of Magenta #F812F5
RGB
CMYK
RGB Variations
Color information
#F812F5 (or 0xF812F5) is known color: Magenta. HEX triplet: F8, 12 and F5. RGB value is (248,18,245). Sum of RGB (Red+Green+Blue) = 248+18+245=511 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.53% from 511); Green value is 18 (7.42% from 255 or 3.52% from 511); Blue value is 245 (96.09% from 255 or 47.95% from 511); Max value from RGB is 248 - color contains mainly: red. Hex color #F812F5 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F812F5 is #07ED0A. Grayscale: #6F6F6F. Windows color (decimal): -519435 or 16061176. OLE color: 16061176.
HSL color Cylindrical-coordinate representation of color #F812F5: hue angle of 300.78º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F812F5 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 245 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.03 |
| HSL | 300.78º | 0.94% | 0.52% | - |
| HSV(B) | 300.78º | 0.93% | 0.97% | - |
| XYZ | 55.41 | 26.98 | 88.67 | - |
| YUV | 112.65 | 202.7 | 224.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 245 | 0 | 0.93 | 0.01 | 0.03 | 300.78 | 0.94 | 0.52 |
| Hex | F8 | 12 | F5 | 0 | 5D | 1 | 3 | 12D | 5E | 34 |
| Octal | 370 | 22 | 365 | 0 | 135 | 1 | 3 | 455 | 136 | 64 |
| Binary | 11111000 | 10010 | 11110101 | 0 | 1011101 | 1 | 11 | 100101101 | 1011110 | 110100 |
Color Harmonies of #F812F5
Complementary color
Monochromatic Colors of #F812F5
Black with #F812F5
Text Example
Text Example
White with #F812F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F812F5; }
p { color: rgb(248,18,245); }
H1.HeaderClassName
{
color: #F812F5;
}
.AnyTagClassName
{
color: #F812F5;
}
</style>
background-color css
<style>
a { background-color: #F812F5; }
a { background-color: rgb(248,18,245); }
div.DivClassName
{
background-color: #F812F5;
}
.BgClassName
{
background-color: #F812F5;
}
</style>
border-color css
<style>
span { border-color: #F812F5; }
span { border-color: rgb(248,18,245); }
td.TdClassName
{
border-color: #F812F5;
}
.TagClassName
{
border-color: #F812F5;
}
</style>