Shades of Magenta #F102E8
Tints of Magenta #F102E8
RGB
CMYK
RGB Variations
Color information
#F102E8 (or 0xF102E8) is known color: Magenta. HEX triplet: F1, 02 and E8. RGB value is (241,2,232). Sum of RGB (Red+Green+Blue) = 241+2+232=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 2 (1.17% from 255 or 0.42% from 475); Blue value is 232 (91.02% from 255 or 48.84% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F102E8 is not a web safe color. Web safe color analog (approx): #FF00FF. Inversed color of #F102E8 is #0EFD17. Grayscale: #636363. Windows color (decimal): -982296 or 15205105. OLE color: 15205105.
HSL color Cylindrical-coordinate representation of color #F102E8: hue angle of 302.26º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F102E8 is Cyan = 0, Magento = 0.99, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 2 | 232 | - |
| CMYK | 0 | 0.99 | 0.04 | 0.05 |
| HSL | 302.26º | 0.98% | 0.48% | - |
| HSV(B) | 302.26º | 0.99% | 0.95% | - |
| XYZ | 50.86 | 24.57 | 78.41 | - |
| YUV | 99.68 | 202.68 | 228.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 2 | 232 | 0 | 0.99 | 0.04 | 0.05 | 302.26 | 0.98 | 0.48 |
| Hex | F1 | 2 | E8 | 0 | 63 | 4 | 5 | 12E | 62 | 30 |
| Octal | 361 | 2 | 350 | 0 | 143 | 4 | 5 | 456 | 142 | 60 |
| Binary | 11110001 | 10 | 11101000 | 0 | 1100011 | 100 | 101 | 100101110 | 1100010 | 110000 |
Color Harmonies of #F102E8
Complementary color
Monochromatic Colors of #F102E8
Black with #F102E8
Text Example
Text Example
White with #F102E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F102E8; }
p { color: rgb(241,2,232); }
H1.HeaderClassName
{
color: #F102E8;
}
.AnyTagClassName
{
color: #F102E8;
}
</style>
background-color css
<style>
a { background-color: #F102E8; }
a { background-color: rgb(241,2,232); }
div.DivClassName
{
background-color: #F102E8;
}
.BgClassName
{
background-color: #F102E8;
}
</style>
border-color css
<style>
span { border-color: #F102E8; }
span { border-color: rgb(241,2,232); }
td.TdClassName
{
border-color: #F102E8;
}
.TagClassName
{
border-color: #F102E8;
}
</style>