Shades of Hot Magenta #F817DC
Tints of Hot Magenta #F817DC
RGB
CMYK
RGB Variations
Color information
#F817DC (or 0xF817DC) is known color: Hot Magenta. HEX triplet: F8, 17 and DC. RGB value is (248,23,220). Sum of RGB (Red+Green+Blue) = 248+23+220=491 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.51% from 491); Green value is 23 (9.38% from 255 or 4.68% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 248 - color contains mainly: red. Hex color #F817DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F817DC is #07E823. Grayscale: #707070. Windows color (decimal): -518180 or 14424056. OLE color: 14424056.
HSL color Cylindrical-coordinate representation of color #F817DC: hue angle of 307.47º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F817DC is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 220 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.03 |
| HSL | 307.47º | 0.94% | 0.53% | - |
| HSV(B) | 307.47º | 0.91% | 0.97% | - |
| XYZ | 51.94 | 25.74 | 69.94 | - |
| YUV | 112.73 | 188.54 | 224.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 220 | 0 | 0.91 | 0.11 | 0.03 | 307.47 | 0.94 | 0.53 |
| Hex | F8 | 17 | DC | 0 | 5B | B | 3 | 133 | 5E | 35 |
| Octal | 370 | 27 | 334 | 0 | 133 | 13 | 3 | 463 | 136 | 65 |
| Binary | 11111000 | 10111 | 11011100 | 0 | 1011011 | 1011 | 11 | 100110011 | 1011110 | 110101 |
Color Harmonies of #F817DC
Complementary color
Monochromatic Colors of #F817DC
Black with #F817DC
Text Example
Text Example
White with #F817DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817DC; }
p { color: rgb(248,23,220); }
H1.HeaderClassName
{
color: #F817DC;
}
.AnyTagClassName
{
color: #F817DC;
}
</style>
background-color css
<style>
a { background-color: #F817DC; }
a { background-color: rgb(248,23,220); }
div.DivClassName
{
background-color: #F817DC;
}
.BgClassName
{
background-color: #F817DC;
}
</style>
border-color css
<style>
span { border-color: #F817DC; }
span { border-color: rgb(248,23,220); }
td.TdClassName
{
border-color: #F817DC;
}
.TagClassName
{
border-color: #F817DC;
}
</style>