Shades of Hot Magenta #F30FE3
Tints of Hot Magenta #F30FE3
RGB
CMYK
RGB Variations
Color information
#F30FE3 (or 0xF30FE3) is known color: Hot Magenta. HEX triplet: F3, 0F and E3. RGB value is (243,15,227). Sum of RGB (Red+Green+Blue) = 243+15+227=485 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.10% from 485); Green value is 15 (6.25% from 255 or 3.09% from 485); Blue value is 227 (89.06% from 255 or 46.80% from 485); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FE3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FE3 is #0CF01C. Grayscale: #6A6A6A. Windows color (decimal): -847901 or 14880755. OLE color: 14880755.
HSL color Cylindrical-coordinate representation of color #F30FE3: hue angle of 304.21º 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 #F30FE3 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 227 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.05 |
| HSL | 304.21º | 0.9% | 0.51% | - |
| HSV(B) | 304.21º | 0.94% | 0.95% | - |
| XYZ | 51 | 24.94 | 74.8 | - |
| YUV | 107.34 | 195.54 | 224.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 227 | 0 | 0.94 | 0.07 | 0.05 | 304.21 | 0.9 | 0.51 |
| Hex | F3 | F | E3 | 0 | 5E | 7 | 5 | 130 | 5A | 33 |
| Octal | 363 | 17 | 343 | 0 | 136 | 7 | 5 | 460 | 132 | 63 |
| Binary | 11110011 | 1111 | 11100011 | 0 | 1011110 | 111 | 101 | 100110000 | 1011010 | 110011 |
Color Harmonies of #F30FE3
Complementary color
Monochromatic Colors of #F30FE3
Black with #F30FE3
Text Example
Text Example
White with #F30FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FE3; }
p { color: rgb(243,15,227); }
H1.HeaderClassName
{
color: #F30FE3;
}
.AnyTagClassName
{
color: #F30FE3;
}
</style>
background-color css
<style>
a { background-color: #F30FE3; }
a { background-color: rgb(243,15,227); }
div.DivClassName
{
background-color: #F30FE3;
}
.BgClassName
{
background-color: #F30FE3;
}
</style>
border-color css
<style>
span { border-color: #F30FE3; }
span { border-color: rgb(243,15,227); }
td.TdClassName
{
border-color: #F30FE3;
}
.TagClassName
{
border-color: #F30FE3;
}
</style>