Shades of Hot Magenta #F300E2
Tints of Hot Magenta #F300E2
RGB
CMYK
RGB Variations
Color information
#F300E2 (or 0xF300E2) is known color: Hot Magenta. HEX triplet: F3, 00 and E2. RGB value is (243,0,226). Sum of RGB (Red+Green+Blue) = 243+0+226=469 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.81% from 469); Green value is 0 (0.39% from 255 or 0% from 469); Blue value is 226 (88.67% from 255 or 48.19% from 469); Max value from RGB is 243 - color contains mainly: red. Hex color #F300E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F300E2 is #0CFF1D. Grayscale: #616161. Windows color (decimal): -851742 or 14811379. OLE color: 14811379.
HSL color Cylindrical-coordinate representation of color #F300E2: hue angle of 304.2º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F300E2 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 0 | 226 | - |
| CMYK | 0 | 1 | 0.07 | 0.05 |
| HSL | 304.2º | 1% | 0.48% | - |
| HSV(B) | 304.2º | 1% | 0.95% | - |
| XYZ | 50.69 | 24.55 | 74.02 | - |
| YUV | 98.42 | 200.01 | 231.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 0 | 226 | 0 | 1 | 0.07 | 0.05 | 304.2 | 1 | 0.48 |
| Hex | F3 | 0 | E2 | 0 | 64 | 7 | 5 | 130 | 64 | 30 |
| Octal | 363 | 0 | 342 | 0 | 144 | 7 | 5 | 460 | 144 | 60 |
| Binary | 11110011 | 0 | 11100010 | 0 | 1100100 | 111 | 101 | 100110000 | 1100100 | 110000 |
Color Harmonies of #F300E2
Complementary color
Monochromatic Colors of #F300E2
Black with #F300E2
Text Example
Text Example
White with #F300E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F300E2; }
p { color: rgb(243,0,226); }
H1.HeaderClassName
{
color: #F300E2;
}
.AnyTagClassName
{
color: #F300E2;
}
</style>
background-color css
<style>
a { background-color: #F300E2; }
a { background-color: rgb(243,0,226); }
div.DivClassName
{
background-color: #F300E2;
}
.BgClassName
{
background-color: #F300E2;
}
</style>
border-color css
<style>
span { border-color: #F300E2; }
span { border-color: rgb(243,0,226); }
td.TdClassName
{
border-color: #F300E2;
}
.TagClassName
{
border-color: #F300E2;
}
</style>