Shades of Hot Magenta #F30DD0
Tints of Hot Magenta #F30DD0
RGB
CMYK
RGB Variations
Color information
#F30DD0 (or 0xF30DD0) is known color: Hot Magenta. HEX triplet: F3, 0D and D0. RGB value is (243,13,208). Sum of RGB (Red+Green+Blue) = 243+13+208=464 (61% of max value = 765). Red value is 243 (95.31% from 255 or 52.37% from 464); Green value is 13 (5.47% from 255 or 2.80% from 464); Blue value is 208 (81.64% from 255 or 44.83% from 464); Max value from RGB is 243 - color contains mainly: red. Hex color #F30DD0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30DD0 is #0CF22F. Grayscale: #676767. Windows color (decimal): -848432 or 13635059. OLE color: 13635059.
HSL color Cylindrical-coordinate representation of color #F30DD0: hue angle of 309.13º 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 #F30DD0 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 13 | 208 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.05 |
| HSL | 309.13º | 0.91% | 0.5% | - |
| HSV(B) | 309.13º | 0.95% | 0.95% | - |
| XYZ | 48.49 | 23.9 | 61.73 | - |
| YUV | 104 | 186.7 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 13 | 208 | 0 | 0.95 | 0.14 | 0.05 | 309.13 | 0.91 | 0.5 |
| Hex | F3 | D | D0 | 0 | 5F | E | 5 | 135 | 5B | 32 |
| Octal | 363 | 15 | 320 | 0 | 137 | 16 | 5 | 465 | 133 | 62 |
| Binary | 11110011 | 1101 | 11010000 | 0 | 1011111 | 1110 | 101 | 100110101 | 1011011 | 110010 |
Color Harmonies of #F30DD0
Complementary color
Monochromatic Colors of #F30DD0
Black with #F30DD0
Text Example
Text Example
White with #F30DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30DD0; }
p { color: rgb(243,13,208); }
H1.HeaderClassName
{
color: #F30DD0;
}
.AnyTagClassName
{
color: #F30DD0;
}
</style>
background-color css
<style>
a { background-color: #F30DD0; }
a { background-color: rgb(243,13,208); }
div.DivClassName
{
background-color: #F30DD0;
}
.BgClassName
{
background-color: #F30DD0;
}
</style>
border-color css
<style>
span { border-color: #F30DD0; }
span { border-color: rgb(243,13,208); }
td.TdClassName
{
border-color: #F30DD0;
}
.TagClassName
{
border-color: #F30DD0;
}
</style>