Shades of Hot Magenta #F30FD8
Tints of Hot Magenta #F30FD8
RGB
CMYK
RGB Variations
Color information
#F30FD8 (or 0xF30FD8) is known color: Hot Magenta. HEX triplet: F3, 0F and D8. RGB value is (243,15,216). Sum of RGB (Red+Green+Blue) = 243+15+216=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 15 (6.25% from 255 or 3.16% from 474); Blue value is 216 (84.77% from 255 or 45.57% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FD8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FD8 is #0CF027. Grayscale: #696969. Windows color (decimal): -847912 or 14159859. OLE color: 14159859.
HSL color Cylindrical-coordinate representation of color #F30FD8: hue angle of 307.11º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F30FD8 is Cyan = 0, Magento = 0.94, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 216 | - |
| CMYK | 0 | 0.94 | 0.11 | 0.05 |
| HSL | 307.11º | 0.9% | 0.51% | - |
| HSV(B) | 307.11º | 0.94% | 0.95% | - |
| XYZ | 49.53 | 24.35 | 67.06 | - |
| YUV | 106.09 | 190.04 | 225.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 216 | 0 | 0.94 | 0.11 | 0.05 | 307.11 | 0.9 | 0.51 |
| Hex | F3 | F | D8 | 0 | 5E | B | 5 | 133 | 5A | 33 |
| Octal | 363 | 17 | 330 | 0 | 136 | 13 | 5 | 463 | 132 | 63 |
| Binary | 11110011 | 1111 | 11011000 | 0 | 1011110 | 1011 | 101 | 100110011 | 1011010 | 110011 |
Color Harmonies of #F30FD8
Complementary color
Monochromatic Colors of #F30FD8
Black with #F30FD8
Text Example
Text Example
White with #F30FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FD8; }
p { color: rgb(243,15,216); }
H1.HeaderClassName
{
color: #F30FD8;
}
.AnyTagClassName
{
color: #F30FD8;
}
</style>
background-color css
<style>
a { background-color: #F30FD8; }
a { background-color: rgb(243,15,216); }
div.DivClassName
{
background-color: #F30FD8;
}
.BgClassName
{
background-color: #F30FD8;
}
</style>
border-color css
<style>
span { border-color: #F30FD8; }
span { border-color: rgb(243,15,216); }
td.TdClassName
{
border-color: #F30FD8;
}
.TagClassName
{
border-color: #F30FD8;
}
</style>