Shades of Hot Magenta #F30FD2
Tints of Hot Magenta #F30FD2
RGB
CMYK
RGB Variations
Color information
#F30FD2 (or 0xF30FD2) is known color: Hot Magenta. HEX triplet: F3, 0F and D2. RGB value is (243,15,210). Sum of RGB (Red+Green+Blue) = 243+15+210=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 15 (6.25% from 255 or 3.21% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FD2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FD2 is #0CF02D. Grayscale: #686868. Windows color (decimal): -847918 or 13766643. OLE color: 13766643.
HSL color Cylindrical-coordinate representation of color #F30FD2: hue angle of 308.68º 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 #F30FD2 is Cyan = 0, Magento = 0.94, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 210 | - |
| CMYK | 0 | 0.94 | 0.14 | 0.05 |
| HSL | 308.68º | 0.9% | 0.51% | - |
| HSV(B) | 308.68º | 0.94% | 0.95% | - |
| XYZ | 48.77 | 24.05 | 63.04 | - |
| YUV | 105.4 | 187.04 | 226.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 210 | 0 | 0.94 | 0.14 | 0.05 | 308.68 | 0.9 | 0.51 |
| Hex | F3 | F | D2 | 0 | 5E | E | 5 | 135 | 5A | 33 |
| Octal | 363 | 17 | 322 | 0 | 136 | 16 | 5 | 465 | 132 | 63 |
| Binary | 11110011 | 1111 | 11010010 | 0 | 1011110 | 1110 | 101 | 100110101 | 1011010 | 110011 |
Color Harmonies of #F30FD2
Complementary color
Monochromatic Colors of #F30FD2
Black with #F30FD2
Text Example
Text Example
White with #F30FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FD2; }
p { color: rgb(243,15,210); }
H1.HeaderClassName
{
color: #F30FD2;
}
.AnyTagClassName
{
color: #F30FD2;
}
</style>
background-color css
<style>
a { background-color: #F30FD2; }
a { background-color: rgb(243,15,210); }
div.DivClassName
{
background-color: #F30FD2;
}
.BgClassName
{
background-color: #F30FD2;
}
</style>
border-color css
<style>
span { border-color: #F30FD2; }
span { border-color: rgb(243,15,210); }
td.TdClassName
{
border-color: #F30FD2;
}
.TagClassName
{
border-color: #F30FD2;
}
</style>