Shades of Hot Magenta #F30EDD
Tints of Hot Magenta #F30EDD
RGB
CMYK
RGB Variations
Color information
#F30EDD (or 0xF30EDD) is known color: Hot Magenta. HEX triplet: F3, 0E and DD. RGB value is (243,14,221). Sum of RGB (Red+Green+Blue) = 243+14+221=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 14 (5.86% from 255 or 2.93% from 478); Blue value is 221 (86.72% from 255 or 46.23% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F30EDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30EDD is #0CF122. Grayscale: #696969. Windows color (decimal): -848163 or 14487283. OLE color: 14487283.
HSL color Cylindrical-coordinate representation of color #F30EDD: hue angle of 305.76º 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 #F30EDD is Cyan = 0, Magento = 0.94, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 14 | 221 | - |
| CMYK | 0 | 0.94 | 0.09 | 0.05 |
| HSL | 305.76º | 0.91% | 0.5% | - |
| HSV(B) | 305.76º | 0.94% | 0.95% | - |
| XYZ | 50.17 | 24.59 | 70.51 | - |
| YUV | 106.07 | 192.87 | 225.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 14 | 221 | 0 | 0.94 | 0.09 | 0.05 | 305.76 | 0.91 | 0.5 |
| Hex | F3 | E | DD | 0 | 5E | 9 | 5 | 132 | 5B | 32 |
| Octal | 363 | 16 | 335 | 0 | 136 | 11 | 5 | 462 | 133 | 62 |
| Binary | 11110011 | 1110 | 11011101 | 0 | 1011110 | 1001 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F30EDD
Complementary color
Monochromatic Colors of #F30EDD
Black with #F30EDD
Text Example
Text Example
White with #F30EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30EDD; }
p { color: rgb(243,14,221); }
H1.HeaderClassName
{
color: #F30EDD;
}
.AnyTagClassName
{
color: #F30EDD;
}
</style>
background-color css
<style>
a { background-color: #F30EDD; }
a { background-color: rgb(243,14,221); }
div.DivClassName
{
background-color: #F30EDD;
}
.BgClassName
{
background-color: #F30EDD;
}
</style>
border-color css
<style>
span { border-color: #F30EDD; }
span { border-color: rgb(243,14,221); }
td.TdClassName
{
border-color: #F30EDD;
}
.TagClassName
{
border-color: #F30EDD;
}
</style>