Shades of Hot Magenta #F319E4
Tints of Hot Magenta #F319E4
RGB
CMYK
RGB Variations
Color information
#F319E4 (or 0xF319E4) is known color: Hot Magenta. HEX triplet: F3, 19 and E4. RGB value is (243,25,228). Sum of RGB (Red+Green+Blue) = 243+25+228=496 (65% of max value = 765). Red value is 243 (95.31% from 255 or 48.99% from 496); Green value is 25 (10.16% from 255 or 5.04% from 496); Blue value is 228 (89.45% from 255 or 45.97% from 496); Max value from RGB is 243 - color contains mainly: red. Hex color #F319E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F319E4 is #0CE61B. Grayscale: #707070. Windows color (decimal): -845340 or 14948851. OLE color: 14948851.
HSL color Cylindrical-coordinate representation of color #F319E4: hue angle of 304.13º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F319E4 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 228 | - |
| CMYK | 0 | 0.90 | 0.06 | 0.05 |
| HSL | 304.13º | 0.9% | 0.53% | - |
| HSV(B) | 304.13º | 0.9% | 0.95% | - |
| XYZ | 51.31 | 25.35 | 75.59 | - |
| YUV | 113.32 | 192.72 | 220.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 228 | 0 | 0.90 | 0.06 | 0.05 | 304.13 | 0.9 | 0.53 |
| Hex | F3 | 19 | E4 | 0 | 5A | 6 | 5 | 130 | 5A | 35 |
| Octal | 363 | 31 | 344 | 0 | 132 | 6 | 5 | 460 | 132 | 65 |
| Binary | 11110011 | 11001 | 11100100 | 0 | 1011010 | 110 | 101 | 100110000 | 1011010 | 110101 |
Color Harmonies of #F319E4
Complementary color
Monochromatic Colors of #F319E4
Black with #F319E4
Text Example
Text Example
White with #F319E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F319E4; }
p { color: rgb(243,25,228); }
H1.HeaderClassName
{
color: #F319E4;
}
.AnyTagClassName
{
color: #F319E4;
}
</style>
background-color css
<style>
a { background-color: #F319E4; }
a { background-color: rgb(243,25,228); }
div.DivClassName
{
background-color: #F319E4;
}
.BgClassName
{
background-color: #F319E4;
}
</style>
border-color css
<style>
span { border-color: #F319E4; }
span { border-color: rgb(243,25,228); }
td.TdClassName
{
border-color: #F319E4;
}
.TagClassName
{
border-color: #F319E4;
}
</style>