Shades of Hot Magenta #F30EE1
Tints of Hot Magenta #F30EE1
RGB
CMYK
RGB Variations
Color information
#F30EE1 (or 0xF30EE1) is known color: Hot Magenta. HEX triplet: F3, 0E and E1. RGB value is (243,14,225). Sum of RGB (Red+Green+Blue) = 243+14+225=482 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.41% from 482); Green value is 14 (5.86% from 255 or 2.90% from 482); Blue value is 225 (88.28% from 255 or 46.68% from 482); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EE1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30EE1 is #0CF11E. Grayscale: #696969. Windows color (decimal): -848159 or 14749427. OLE color: 14749427.
HSL color Cylindrical-coordinate representation of color #F30EE1: hue angle of 304.72º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30EE1 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 225 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.05 |
| HSL | 304.72º | 0.91% | 0.5% | - |
| HSV(B) | 304.72º | 0.94% | 0.95% | - |
| XYZ | 50.71 | 24.81 | 73.35 | - |
| YUV | 106.53 | 194.87 | 225.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 225 | 0 | 0.94 | 0.07 | 0.05 | 304.72 | 0.91 | 0.5 |
| Hex | F3 | E | E1 | 0 | 5E | 7 | 5 | 131 | 5B | 32 |
| Octal | 363 | 16 | 341 | 0 | 136 | 7 | 5 | 461 | 133 | 62 |
| Binary | 11110011 | 1110 | 11100001 | 0 | 1011110 | 111 | 101 | 100110001 | 1011011 | 110010 |
Color Harmonies of #F30EE1
Complementary color
Monochromatic Colors of #F30EE1
Black with #F30EE1
Text Example
Text Example
White with #F30EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EE1; }
p { color: rgb(243,14,225); }
H1.HeaderClassName
{
color: #F30EE1;
}
.AnyTagClassName
{
color: #F30EE1;
}
</style>
background-color css
<style>
a { background-color: #F30EE1; }
a { background-color: rgb(243,14,225); }
div.DivClassName
{
background-color: #F30EE1;
}
.BgClassName
{
background-color: #F30EE1;
}
</style>
border-color css
<style>
span { border-color: #F30EE1; }
span { border-color: rgb(243,14,225); }
td.TdClassName
{
border-color: #F30EE1;
}
.TagClassName
{
border-color: #F30EE1;
}
</style>