Shades of Magenta #F810F2
Tints of Magenta #F810F2
RGB
CMYK
RGB Variations
Color information
#F810F2 (or 0xF810F2) is known color: Magenta. HEX triplet: F8, 10 and F2. RGB value is (248,16,242). Sum of RGB (Red+Green+Blue) = 248+16+242=506 (67% of max value = 765). Red value is 248 (97.27% from 255 or 49.01% from 506); Green value is 16 (6.64% from 255 or 3.16% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 248 - color contains mainly: red. Hex color #F810F2 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F810F2 is #07EF0D. Grayscale: #6E6E6E. Windows color (decimal): -519950 or 15864056. OLE color: 15864056.
HSL color Cylindrical-coordinate representation of color #F810F2: hue angle of 301.55º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F810F2 is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 16 | 242 | - |
| CMYK | 0 | 0.94 | 0.02 | 0.03 |
| HSL | 301.55º | 0.94% | 0.52% | - |
| HSV(B) | 301.55º | 0.94% | 0.97% | - |
| XYZ | 54.92 | 26.74 | 86.27 | - |
| YUV | 111.13 | 201.86 | 225.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 16 | 242 | 0 | 0.94 | 0.02 | 0.03 | 301.55 | 0.94 | 0.52 |
| Hex | F8 | 10 | F2 | 0 | 5E | 2 | 3 | 12E | 5E | 34 |
| Octal | 370 | 20 | 362 | 0 | 136 | 2 | 3 | 456 | 136 | 64 |
| Binary | 11111000 | 10000 | 11110010 | 0 | 1011110 | 10 | 11 | 100101110 | 1011110 | 110100 |
Color Harmonies of #F810F2
Complementary color
Monochromatic Colors of #F810F2
Black with #F810F2
Text Example
Text Example
White with #F810F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F810F2; }
p { color: rgb(248,16,242); }
H1.HeaderClassName
{
color: #F810F2;
}
.AnyTagClassName
{
color: #F810F2;
}
</style>
background-color css
<style>
a { background-color: #F810F2; }
a { background-color: rgb(248,16,242); }
div.DivClassName
{
background-color: #F810F2;
}
.BgClassName
{
background-color: #F810F2;
}
</style>
border-color css
<style>
span { border-color: #F810F2; }
span { border-color: rgb(248,16,242); }
td.TdClassName
{
border-color: #F810F2;
}
.TagClassName
{
border-color: #F810F2;
}
</style>