Shades of Hot Magenta #F317DD
Tints of Hot Magenta #F317DD
RGB
CMYK
RGB Variations
Color information
#F317DD (or 0xF317DD) is known color: Hot Magenta. HEX triplet: F3, 17 and DD. RGB value is (243,23,221). Sum of RGB (Red+Green+Blue) = 243+23+221=487 (64% of max value = 765). Red value is 243 (95.31% from 255 or 49.90% from 487); Green value is 23 (9.38% from 255 or 4.72% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 243 - color contains mainly: red. Hex color #F317DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F317DD is #0CE822. Grayscale: #6E6E6E. Windows color (decimal): -845859 or 14489587. OLE color: 14489587.
HSL color Cylindrical-coordinate representation of color #F317DD: hue angle of 306º 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 #F317DD is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 23 | 221 | - |
| CMYK | 0 | 0.91 | 0.09 | 0.05 |
| HSL | 306º | 0.9% | 0.52% | - |
| HSV(B) | 306º | 0.91% | 0.95% | - |
| XYZ | 50.32 | 24.89 | 70.56 | - |
| YUV | 111.35 | 189.89 | 221.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 23 | 221 | 0 | 0.91 | 0.09 | 0.05 | 306 | 0.9 | 0.52 |
| Hex | F3 | 17 | DD | 0 | 5B | 9 | 5 | 132 | 5A | 34 |
| Octal | 363 | 27 | 335 | 0 | 133 | 11 | 5 | 462 | 132 | 64 |
| Binary | 11110011 | 10111 | 11011101 | 0 | 1011011 | 1001 | 101 | 100110010 | 1011010 | 110100 |
Color Harmonies of #F317DD
Complementary color
Monochromatic Colors of #F317DD
Black with #F317DD
Text Example
Text Example
White with #F317DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F317DD; }
p { color: rgb(243,23,221); }
H1.HeaderClassName
{
color: #F317DD;
}
.AnyTagClassName
{
color: #F317DD;
}
</style>
background-color css
<style>
a { background-color: #F317DD; }
a { background-color: rgb(243,23,221); }
div.DivClassName
{
background-color: #F317DD;
}
.BgClassName
{
background-color: #F317DD;
}
</style>
border-color css
<style>
span { border-color: #F317DD; }
span { border-color: rgb(243,23,221); }
td.TdClassName
{
border-color: #F317DD;
}
.TagClassName
{
border-color: #F317DD;
}
</style>