Shades of Hot Magenta #F317D9
Tints of Hot Magenta #F317D9
RGB
CMYK
RGB Variations
Color information
#F317D9 (or 0xF317D9) is known color: Hot Magenta. HEX triplet: F3, 17 and D9. RGB value is (243,23,217). Sum of RGB (Red+Green+Blue) = 243+23+217=483 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.31% from 483); Green value is 23 (9.38% from 255 or 4.76% from 483); Blue value is 217 (85.16% from 255 or 44.93% from 483); Max value from RGB is 243 - color contains mainly: red. Hex color #F317D9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F317D9 is #0CE826. Grayscale: #6E6E6E. Windows color (decimal): -845863 or 14227443. OLE color: 14227443.
HSL color Cylindrical-coordinate representation of color #F317D9: hue angle of 307.09º 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 #F317D9 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 217 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.05 |
| HSL | 307.09º | 0.9% | 0.52% | - |
| HSV(B) | 307.09º | 0.91% | 0.95% | - |
| XYZ | 49.79 | 24.68 | 67.78 | - |
| YUV | 110.9 | 187.89 | 222.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 217 | 0 | 0.91 | 0.11 | 0.05 | 307.09 | 0.9 | 0.52 |
| Hex | F3 | 17 | D9 | 0 | 5B | B | 5 | 133 | 5A | 34 |
| Octal | 363 | 27 | 331 | 0 | 133 | 13 | 5 | 463 | 132 | 64 |
| Binary | 11110011 | 10111 | 11011001 | 0 | 1011011 | 1011 | 101 | 100110011 | 1011010 | 110100 |
Color Harmonies of #F317D9
Complementary color
Monochromatic Colors of #F317D9
Black with #F317D9
Text Example
Text Example
White with #F317D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F317D9; }
p { color: rgb(243,23,217); }
H1.HeaderClassName
{
color: #F317D9;
}
.AnyTagClassName
{
color: #F317D9;
}
</style>
background-color css
<style>
a { background-color: #F317D9; }
a { background-color: rgb(243,23,217); }
div.DivClassName
{
background-color: #F317D9;
}
.BgClassName
{
background-color: #F317D9;
}
</style>
border-color css
<style>
span { border-color: #F317D9; }
span { border-color: rgb(243,23,217); }
td.TdClassName
{
border-color: #F317D9;
}
.TagClassName
{
border-color: #F317D9;
}
</style>