Shades of Hot Magenta #F913D5
Tints of Hot Magenta #F913D5
RGB
CMYK
RGB Variations
Color information
#F913D5 (or 0xF913D5) is known color: Hot Magenta. HEX triplet: F9, 13 and D5. RGB value is (249,19,213). Sum of RGB (Red+Green+Blue) = 249+19+213=481 (63% of max value = 765). Red value is 249 (97.66% from 255 or 51.77% from 481); Green value is 19 (7.81% from 255 or 3.95% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 249 - color contains mainly: red. Hex color #F913D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F913D5 is #06EC2A. Grayscale: #6D6D6D. Windows color (decimal): -453675 or 13964281. OLE color: 13964281.
HSL color Cylindrical-coordinate representation of color #F913D5: hue angle of 309.39º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F913D5 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 213 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.02 |
| HSL | 309.39º | 0.95% | 0.53% | - |
| HSV(B) | 309.39º | 0.92% | 0.98% | - |
| XYZ | 51.31 | 25.41 | 65.15 | - |
| YUV | 109.89 | 186.2 | 227.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 213 | 0 | 0.92 | 0.14 | 0.02 | 309.39 | 0.95 | 0.53 |
| Hex | F9 | 13 | D5 | 0 | 5C | E | 2 | 135 | 5F | 35 |
| Octal | 371 | 23 | 325 | 0 | 134 | 16 | 2 | 465 | 137 | 65 |
| Binary | 11111001 | 10011 | 11010101 | 0 | 1011100 | 1110 | 10 | 100110101 | 1011111 | 110101 |
Color Harmonies of #F913D5
Complementary color
Monochromatic Colors of #F913D5
Black with #F913D5
Text Example
Text Example
White with #F913D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F913D5; }
p { color: rgb(249,19,213); }
H1.HeaderClassName
{
color: #F913D5;
}
.AnyTagClassName
{
color: #F913D5;
}
</style>
background-color css
<style>
a { background-color: #F913D5; }
a { background-color: rgb(249,19,213); }
div.DivClassName
{
background-color: #F913D5;
}
.BgClassName
{
background-color: #F913D5;
}
</style>
border-color css
<style>
span { border-color: #F913D5; }
span { border-color: rgb(249,19,213); }
td.TdClassName
{
border-color: #F913D5;
}
.TagClassName
{
border-color: #F913D5;
}
</style>