Shades of Hot Magenta #F315D9
Tints of Hot Magenta #F315D9
RGB
CMYK
RGB Variations
Color information
#F315D9 (or 0xF315D9) is known color: Hot Magenta. HEX triplet: F3, 15 and D9. RGB value is (243,21,217). Sum of RGB (Red+Green+Blue) = 243+21+217=481 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.52% from 481); Green value is 21 (8.59% from 255 or 4.37% from 481); Blue value is 217 (85.16% from 255 or 45.11% from 481); Max value from RGB is 243 - color contains mainly: red. Hex color #F315D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F315D9 is #0CEA26. Grayscale: #6D6D6D. Windows color (decimal): -846375 or 14226931. OLE color: 14226931.
HSL color Cylindrical-coordinate representation of color #F315D9: hue angle of 307.03º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F315D9 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 21 | 217 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.05 |
| HSL | 307.03º | 0.9% | 0.52% | - |
| HSV(B) | 307.03º | 0.91% | 0.95% | - |
| XYZ | 49.75 | 24.6 | 67.77 | - |
| YUV | 109.72 | 188.55 | 223.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 21 | 217 | 0 | 0.91 | 0.11 | 0.05 | 307.03 | 0.9 | 0.52 |
| Hex | F3 | 15 | D9 | 0 | 5B | B | 5 | 133 | 5A | 34 |
| Octal | 363 | 25 | 331 | 0 | 133 | 13 | 5 | 463 | 132 | 64 |
| Binary | 11110011 | 10101 | 11011001 | 0 | 1011011 | 1011 | 101 | 100110011 | 1011010 | 110100 |
Color Harmonies of #F315D9
Complementary color
Monochromatic Colors of #F315D9
Black with #F315D9
Text Example
Text Example
White with #F315D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F315D9; }
p { color: rgb(243,21,217); }
H1.HeaderClassName
{
color: #F315D9;
}
.AnyTagClassName
{
color: #F315D9;
}
</style>
background-color css
<style>
a { background-color: #F315D9; }
a { background-color: rgb(243,21,217); }
div.DivClassName
{
background-color: #F315D9;
}
.BgClassName
{
background-color: #F315D9;
}
</style>
border-color css
<style>
span { border-color: #F315D9; }
span { border-color: rgb(243,21,217); }
td.TdClassName
{
border-color: #F315D9;
}
.TagClassName
{
border-color: #F315D9;
}
</style>