Shades of Hot Magenta #F013E4
Tints of Hot Magenta #F013E4
RGB
CMYK
RGB Variations
Color information
#F013E4 (or 0xF013E4) is known color: Hot Magenta. HEX triplet: F0, 13 and E4. RGB value is (240,19,228). Sum of RGB (Red+Green+Blue) = 240+19+228=487 (64% of max value = 765). Red value is 240 (94.14% from 255 or 49.28% from 487); Green value is 19 (7.81% from 255 or 3.90% from 487); Blue value is 228 (89.45% from 255 or 46.82% from 487); Max value from RGB is 240 - color contains mainly: red. Hex color #F013E4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013E4 is #0FEC1B. Grayscale: #6C6C6C. Windows color (decimal): -1043484 or 14947312. OLE color: 14947312.
HSL color Cylindrical-coordinate representation of color #F013E4: hue angle of 303.26º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F013E4 is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 228 | - |
| CMYK | 0 | 0.92 | 0.05 | 0.06 |
| HSL | 303.26º | 0.88% | 0.51% | - |
| HSV(B) | 303.26º | 0.92% | 0.94% | - |
| XYZ | 50.17 | 24.59 | 75.5 | - |
| YUV | 108.91 | 195.22 | 221.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 228 | 0 | 0.92 | 0.05 | 0.06 | 303.26 | 0.88 | 0.51 |
| Hex | F0 | 13 | E4 | 0 | 5C | 5 | 6 | 12F | 58 | 33 |
| Octal | 360 | 23 | 344 | 0 | 134 | 5 | 6 | 457 | 130 | 63 |
| Binary | 11110000 | 10011 | 11100100 | 0 | 1011100 | 101 | 110 | 100101111 | 1011000 | 110011 |
Color Harmonies of #F013E4
Complementary color
Monochromatic Colors of #F013E4
Black with #F013E4
Text Example
Text Example
White with #F013E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013E4; }
p { color: rgb(240,19,228); }
H1.HeaderClassName
{
color: #F013E4;
}
.AnyTagClassName
{
color: #F013E4;
}
</style>
background-color css
<style>
a { background-color: #F013E4; }
a { background-color: rgb(240,19,228); }
div.DivClassName
{
background-color: #F013E4;
}
.BgClassName
{
background-color: #F013E4;
}
</style>
border-color css
<style>
span { border-color: #F013E4; }
span { border-color: rgb(240,19,228); }
td.TdClassName
{
border-color: #F013E4;
}
.TagClassName
{
border-color: #F013E4;
}
</style>