Shades of Hot Magenta #F013DC
Tints of Hot Magenta #F013DC
RGB
CMYK
RGB Variations
Color information
#F013DC (or 0xF013DC) is known color: Hot Magenta. HEX triplet: F0, 13 and DC. RGB value is (240,19,220). Sum of RGB (Red+Green+Blue) = 240+19+220=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 19 (7.81% from 255 or 3.97% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F013DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F013DC is #0FEC23. Grayscale: #6B6B6B. Windows color (decimal): -1043492 or 14423024. OLE color: 14423024.
HSL color Cylindrical-coordinate representation of color #F013DC: hue angle of 305.43º 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 #F013DC is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 220 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.06 |
| HSL | 305.43º | 0.88% | 0.51% | - |
| HSV(B) | 305.43º | 0.92% | 0.94% | - |
| XYZ | 49.09 | 24.16 | 69.79 | - |
| YUV | 107.99 | 191.22 | 222.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 220 | 0 | 0.92 | 0.08 | 0.06 | 305.43 | 0.88 | 0.51 |
| Hex | F0 | 13 | DC | 0 | 5C | 8 | 6 | 131 | 58 | 33 |
| Octal | 360 | 23 | 334 | 0 | 134 | 10 | 6 | 461 | 130 | 63 |
| Binary | 11110000 | 10011 | 11011100 | 0 | 1011100 | 1000 | 110 | 100110001 | 1011000 | 110011 |
Color Harmonies of #F013DC
Complementary color
Monochromatic Colors of #F013DC
Black with #F013DC
Text Example
Text Example
White with #F013DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F013DC; }
p { color: rgb(240,19,220); }
H1.HeaderClassName
{
color: #F013DC;
}
.AnyTagClassName
{
color: #F013DC;
}
</style>
background-color css
<style>
a { background-color: #F013DC; }
a { background-color: rgb(240,19,220); }
div.DivClassName
{
background-color: #F013DC;
}
.BgClassName
{
background-color: #F013DC;
}
</style>
border-color css
<style>
span { border-color: #F013DC; }
span { border-color: rgb(240,19,220); }
td.TdClassName
{
border-color: #F013DC;
}
.TagClassName
{
border-color: #F013DC;
}
</style>