Shades of Hot Magenta #F30DDD
Tints of Hot Magenta #F30DDD
RGB
CMYK
RGB Variations
Color information
#F30DDD (or 0xF30DDD) is known color: Hot Magenta. HEX triplet: F3, 0D and DD. RGB value is (243,13,221). Sum of RGB (Red+Green+Blue) = 243+13+221=477 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.94% from 477); Green value is 13 (5.47% from 255 or 2.73% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 243 - color contains mainly: red. Hex color #F30DDD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30DDD is #0CF222. Grayscale: #686868. Windows color (decimal): -848419 or 14487027. OLE color: 14487027.
HSL color Cylindrical-coordinate representation of color #F30DDD: hue angle of 305.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F30DDD is Cyan = 0, Magento = 0.95, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 221 | - |
| CMYK | 0 | 0.95 | 0.09 | 0.05 |
| HSL | 305.74º | 0.91% | 0.5% | - |
| HSV(B) | 305.74º | 0.95% | 0.95% | - |
| XYZ | 50.16 | 24.56 | 70.5 | - |
| YUV | 105.48 | 193.2 | 226.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 221 | 0 | 0.95 | 0.09 | 0.05 | 305.74 | 0.91 | 0.5 |
| Hex | F3 | D | DD | 0 | 5F | 9 | 5 | 132 | 5B | 32 |
| Octal | 363 | 15 | 335 | 0 | 137 | 11 | 5 | 462 | 133 | 62 |
| Binary | 11110011 | 1101 | 11011101 | 0 | 1011111 | 1001 | 101 | 100110010 | 1011011 | 110010 |
Color Harmonies of #F30DDD
Complementary color
Monochromatic Colors of #F30DDD
Black with #F30DDD
Text Example
Text Example
White with #F30DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30DDD; }
p { color: rgb(243,13,221); }
H1.HeaderClassName
{
color: #F30DDD;
}
.AnyTagClassName
{
color: #F30DDD;
}
</style>
background-color css
<style>
a { background-color: #F30DDD; }
a { background-color: rgb(243,13,221); }
div.DivClassName
{
background-color: #F30DDD;
}
.BgClassName
{
background-color: #F30DDD;
}
</style>
border-color css
<style>
span { border-color: #F30DDD; }
span { border-color: rgb(243,13,221); }
td.TdClassName
{
border-color: #F30DDD;
}
.TagClassName
{
border-color: #F30DDD;
}
</style>