Shades of Hot Magenta #F318E0
Tints of Hot Magenta #F318E0
RGB
CMYK
RGB Variations
Color information
#F318E0 (or 0xF318E0) is known color: Hot Magenta. HEX triplet: F3, 18 and E0. RGB value is (243,24,224). Sum of RGB (Red+Green+Blue) = 243+24+224=491 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.49% from 491); Green value is 24 (9.77% from 255 or 4.89% from 491); Blue value is 224 (87.89% from 255 or 45.62% from 491); Max value from RGB is 243 - color contains mainly: red. Hex color #F318E0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F318E0 is #0CE71F. Grayscale: #6F6F6F. Windows color (decimal): -845600 or 14686451. OLE color: 14686451.
HSL color Cylindrical-coordinate representation of color #F318E0: hue angle of 305.21º 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 #F318E0 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 24 | 224 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.05 |
| HSL | 305.21º | 0.9% | 0.52% | - |
| HSV(B) | 305.21º | 0.9% | 0.95% | - |
| XYZ | 50.74 | 25.09 | 72.69 | - |
| YUV | 112.28 | 191.05 | 221.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 24 | 224 | 0 | 0.90 | 0.08 | 0.05 | 305.21 | 0.9 | 0.52 |
| Hex | F3 | 18 | E0 | 0 | 5A | 8 | 5 | 131 | 5A | 34 |
| Octal | 363 | 30 | 340 | 0 | 132 | 10 | 5 | 461 | 132 | 64 |
| Binary | 11110011 | 11000 | 11100000 | 0 | 1011010 | 1000 | 101 | 100110001 | 1011010 | 110100 |
Color Harmonies of #F318E0
Complementary color
Monochromatic Colors of #F318E0
Black with #F318E0
Text Example
Text Example
White with #F318E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F318E0; }
p { color: rgb(243,24,224); }
H1.HeaderClassName
{
color: #F318E0;
}
.AnyTagClassName
{
color: #F318E0;
}
</style>
background-color css
<style>
a { background-color: #F318E0; }
a { background-color: rgb(243,24,224); }
div.DivClassName
{
background-color: #F318E0;
}
.BgClassName
{
background-color: #F318E0;
}
</style>
border-color css
<style>
span { border-color: #F318E0; }
span { border-color: rgb(243,24,224); }
td.TdClassName
{
border-color: #F318E0;
}
.TagClassName
{
border-color: #F318E0;
}
</style>