Shades of Hot Magenta #F30FD5
Tints of Hot Magenta #F30FD5
RGB
CMYK
RGB Variations
Color information
#F30FD5 (or 0xF30FD5) is known color: Hot Magenta. HEX triplet: F3, 0F and D5. RGB value is (243,15,213). Sum of RGB (Red+Green+Blue) = 243+15+213=471 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.59% from 471); Green value is 15 (6.25% from 255 or 3.18% from 471); Blue value is 213 (83.59% from 255 or 45.22% from 471); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FD5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FD5 is #0CF02A. Grayscale: #696969. Windows color (decimal): -847915 or 13963251. OLE color: 13963251.
HSL color Cylindrical-coordinate representation of color #F30FD5: hue angle of 307.89º 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 #F30FD5 is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 213 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.05 |
| HSL | 307.89º | 0.9% | 0.51% | - |
| HSV(B) | 307.89º | 0.94% | 0.95% | - |
| XYZ | 49.14 | 24.2 | 65.03 | - |
| YUV | 105.74 | 188.54 | 225.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 213 | 0 | 0.94 | 0.12 | 0.05 | 307.89 | 0.9 | 0.51 |
| Hex | F3 | F | D5 | 0 | 5E | C | 5 | 134 | 5A | 33 |
| Octal | 363 | 17 | 325 | 0 | 136 | 14 | 5 | 464 | 132 | 63 |
| Binary | 11110011 | 1111 | 11010101 | 0 | 1011110 | 1100 | 101 | 100110100 | 1011010 | 110011 |
Color Harmonies of #F30FD5
Complementary color
Monochromatic Colors of #F30FD5
Black with #F30FD5
Text Example
Text Example
White with #F30FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FD5; }
p { color: rgb(243,15,213); }
H1.HeaderClassName
{
color: #F30FD5;
}
.AnyTagClassName
{
color: #F30FD5;
}
</style>
background-color css
<style>
a { background-color: #F30FD5; }
a { background-color: rgb(243,15,213); }
div.DivClassName
{
background-color: #F30FD5;
}
.BgClassName
{
background-color: #F30FD5;
}
</style>
border-color css
<style>
span { border-color: #F30FD5; }
span { border-color: rgb(243,15,213); }
td.TdClassName
{
border-color: #F30FD5;
}
.TagClassName
{
border-color: #F30FD5;
}
</style>