Shades of Hot Magenta #F30FE2
Tints of Hot Magenta #F30FE2
RGB
CMYK
RGB Variations
Color information
#F30FE2 (or 0xF30FE2) is known color: Hot Magenta. HEX triplet: F3, 0F and E2. RGB value is (243,15,226). Sum of RGB (Red+Green+Blue) = 243+15+226=484 (64% of max value = 765). Red value is 243 (95.31% from 255 or 50.21% from 484); Green value is 15 (6.25% from 255 or 3.10% from 484); Blue value is 226 (88.67% from 255 or 46.69% from 484); Max value from RGB is 243 - color contains mainly: red. Hex color #F30FE2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F30FE2 is #0CF01D. Grayscale: #6A6A6A. Windows color (decimal): -847902 or 14815219. OLE color: 14815219.
HSL color Cylindrical-coordinate representation of color #F30FE2: hue angle of 304.47º 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 #F30FE2 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 15 | 226 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.05 |
| HSL | 304.47º | 0.9% | 0.51% | - |
| HSV(B) | 304.47º | 0.94% | 0.95% | - |
| XYZ | 50.86 | 24.89 | 74.07 | - |
| YUV | 107.23 | 195.04 | 224.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 15 | 226 | 0 | 0.94 | 0.07 | 0.05 | 304.47 | 0.9 | 0.51 |
| Hex | F3 | F | E2 | 0 | 5E | 7 | 5 | 130 | 5A | 33 |
| Octal | 363 | 17 | 342 | 0 | 136 | 7 | 5 | 460 | 132 | 63 |
| Binary | 11110011 | 1111 | 11100010 | 0 | 1011110 | 111 | 101 | 100110000 | 1011010 | 110011 |
Color Harmonies of #F30FE2
Complementary color
Monochromatic Colors of #F30FE2
Black with #F30FE2
Text Example
Text Example
White with #F30FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30FE2; }
p { color: rgb(243,15,226); }
H1.HeaderClassName
{
color: #F30FE2;
}
.AnyTagClassName
{
color: #F30FE2;
}
</style>
background-color css
<style>
a { background-color: #F30FE2; }
a { background-color: rgb(243,15,226); }
div.DivClassName
{
background-color: #F30FE2;
}
.BgClassName
{
background-color: #F30FE2;
}
</style>
border-color css
<style>
span { border-color: #F30FE2; }
span { border-color: rgb(243,15,226); }
td.TdClassName
{
border-color: #F30FE2;
}
.TagClassName
{
border-color: #F30FE2;
}
</style>