Shades of Hot Magenta #F318E3
Tints of Hot Magenta #F318E3
RGB
CMYK
RGB Variations
Color information
#F318E3 (or 0xF318E3) is known color: Hot Magenta. HEX triplet: F3, 18 and E3. RGB value is (243,24,227). Sum of RGB (Red+Green+Blue) = 243+24+227=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 24 (9.77% from 255 or 4.86% from 494); Blue value is 227 (89.06% from 255 or 45.95% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F318E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318E3 is #0CE71C. Grayscale: #707070. Windows color (decimal): -845597 or 14883059. OLE color: 14883059.
HSL color Cylindrical-coordinate representation of color #F318E3: hue angle of 304.38º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F318E3 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 227 | - |
| CMYK | 0 | 0.90 | 0.07 | 0.05 |
| HSL | 304.38º | 0.9% | 0.52% | - |
| HSV(B) | 304.38º | 0.9% | 0.95% | - |
| XYZ | 51.15 | 25.25 | 74.85 | - |
| YUV | 112.62 | 192.55 | 220.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 227 | 0 | 0.90 | 0.07 | 0.05 | 304.38 | 0.9 | 0.52 |
| Hex | F3 | 18 | E3 | 0 | 5A | 7 | 5 | 130 | 5A | 34 |
| Octal | 363 | 30 | 343 | 0 | 132 | 7 | 5 | 460 | 132 | 64 |
| Binary | 11110011 | 11000 | 11100011 | 0 | 1011010 | 111 | 101 | 100110000 | 1011010 | 110100 |
Color Harmonies of #F318E3
Complementary color
Monochromatic Colors of #F318E3
Black with #F318E3
Text Example
Text Example
White with #F318E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318E3; }
p { color: rgb(243,24,227); }
H1.HeaderClassName
{
color: #F318E3;
}
.AnyTagClassName
{
color: #F318E3;
}
</style>
background-color css
<style>
a { background-color: #F318E3; }
a { background-color: rgb(243,24,227); }
div.DivClassName
{
background-color: #F318E3;
}
.BgClassName
{
background-color: #F318E3;
}
</style>
border-color css
<style>
span { border-color: #F318E3; }
span { border-color: rgb(243,24,227); }
td.TdClassName
{
border-color: #F318E3;
}
.TagClassName
{
border-color: #F318E3;
}
</style>