Shades of Hot Magenta #F30FD4
Tints of Hot Magenta #F30FD4
RGB
CMYK
RGB Variations
Color information
#F30FD4 (or 0xF30FD4) is known color: Hot Magenta. HEX triplet: F3, 0F and D4. RGB value is (243,15,212). Sum of RGB (Red+Green+Blue) = 243+15+212=470 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.70% from 470); Green value is 15 (6.25% from 255 or 3.19% from 470); Blue value is 212 (83.20% from 255 or 45.11% from 470); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FD4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FD4 is #0CF02B. Grayscale: #696969. Windows color (decimal): -847916 or 13897715. OLE color: 13897715.
HSL color Cylindrical-coordinate representation of color #F30FD4: hue angle of 308.16º 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 #F30FD4 is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 212 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.05 |
| HSL | 308.16º | 0.9% | 0.51% | - |
| HSV(B) | 308.16º | 0.94% | 0.95% | - |
| XYZ | 49.02 | 24.15 | 64.37 | - |
| YUV | 105.63 | 188.04 | 225.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 212 | 0 | 0.94 | 0.13 | 0.05 | 308.16 | 0.9 | 0.51 |
| Hex | F3 | F | D4 | 0 | 5E | D | 5 | 134 | 5A | 33 |
| Octal | 363 | 17 | 324 | 0 | 136 | 15 | 5 | 464 | 132 | 63 |
| Binary | 11110011 | 1111 | 11010100 | 0 | 1011110 | 1101 | 101 | 100110100 | 1011010 | 110011 |
Color Harmonies of #F30FD4
Complementary color
Monochromatic Colors of #F30FD4
Black with #F30FD4
Text Example
Text Example
White with #F30FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FD4; }
p { color: rgb(243,15,212); }
H1.HeaderClassName
{
color: #F30FD4;
}
.AnyTagClassName
{
color: #F30FD4;
}
</style>
background-color css
<style>
a { background-color: #F30FD4; }
a { background-color: rgb(243,15,212); }
div.DivClassName
{
background-color: #F30FD4;
}
.BgClassName
{
background-color: #F30FD4;
}
</style>
border-color css
<style>
span { border-color: #F30FD4; }
span { border-color: rgb(243,15,212); }
td.TdClassName
{
border-color: #F30FD4;
}
.TagClassName
{
border-color: #F30FD4;
}
</style>