Shades of Hot Magenta #F313D8
Tints of Hot Magenta #F313D8
RGB
CMYK
RGB Variations
Color information
#F313D8 (or 0xF313D8) is known color: Hot Magenta. HEX triplet: F3, 13 and D8. RGB value is (243,19,216). Sum of RGB (Red+Green+Blue) = 243+19+216=478 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.84% from 478); Green value is 19 (7.81% from 255 or 3.97% from 478); Blue value is 216 (84.77% from 255 or 45.19% from 478); Max value from RGB is 243 - color contains mainly: red. Hex color #F313D8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F313D8 is #0CEC27. Grayscale: #6B6B6B. Windows color (decimal): -846888 or 14160883. OLE color: 14160883.
HSL color Cylindrical-coordinate representation of color #F313D8: hue angle of 307.23º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F313D8 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 19 | 216 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.05 |
| HSL | 307.23º | 0.9% | 0.51% | - |
| HSV(B) | 307.23º | 0.92% | 0.95% | - |
| XYZ | 49.59 | 24.48 | 67.08 | - |
| YUV | 108.43 | 188.71 | 223.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 19 | 216 | 0 | 0.92 | 0.11 | 0.05 | 307.23 | 0.9 | 0.51 |
| Hex | F3 | 13 | D8 | 0 | 5C | B | 5 | 133 | 5A | 33 |
| Octal | 363 | 23 | 330 | 0 | 134 | 13 | 5 | 463 | 132 | 63 |
| Binary | 11110011 | 10011 | 11011000 | 0 | 1011100 | 1011 | 101 | 100110011 | 1011010 | 110011 |
Color Harmonies of #F313D8
Complementary color
Monochromatic Colors of #F313D8
Black with #F313D8
Text Example
Text Example
White with #F313D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F313D8; }
p { color: rgb(243,19,216); }
H1.HeaderClassName
{
color: #F313D8;
}
.AnyTagClassName
{
color: #F313D8;
}
</style>
background-color css
<style>
a { background-color: #F313D8; }
a { background-color: rgb(243,19,216); }
div.DivClassName
{
background-color: #F313D8;
}
.BgClassName
{
background-color: #F313D8;
}
</style>
border-color css
<style>
span { border-color: #F313D8; }
span { border-color: rgb(243,19,216); }
td.TdClassName
{
border-color: #F313D8;
}
.TagClassName
{
border-color: #F313D8;
}
</style>