Shades of Hot Magenta #F817DF
Tints of Hot Magenta #F817DF
RGB
CMYK
RGB Variations
Color information
#F817DF (or 0xF817DF) is known color: Hot Magenta. HEX triplet: F8, 17 and DF. RGB value is (248,23,223). Sum of RGB (Red+Green+Blue) = 248+23+223=494 (65% of max value = 765). Red value is 248 (97.27% from 255 or 50.20% from 494); Green value is 23 (9.38% from 255 or 4.66% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 248 - color contains mainly: red. Hex color #F817DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F817DF is #07E820. Grayscale: #707070. Windows color (decimal): -518177 or 14620664. OLE color: 14620664.
HSL color Cylindrical-coordinate representation of color #F817DF: hue angle of 306.67º 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 #F817DF is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 223 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.03 |
| HSL | 306.67º | 0.94% | 0.53% | - |
| HSV(B) | 306.67º | 0.91% | 0.97% | - |
| XYZ | 52.34 | 25.9 | 72.05 | - |
| YUV | 113.08 | 190.04 | 224.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 223 | 0 | 0.91 | 0.10 | 0.03 | 306.67 | 0.94 | 0.53 |
| Hex | F8 | 17 | DF | 0 | 5B | A | 3 | 133 | 5E | 35 |
| Octal | 370 | 27 | 337 | 0 | 133 | 12 | 3 | 463 | 136 | 65 |
| Binary | 11111000 | 10111 | 11011111 | 0 | 1011011 | 1010 | 11 | 100110011 | 1011110 | 110101 |
Color Harmonies of #F817DF
Complementary color
Monochromatic Colors of #F817DF
Black with #F817DF
Text Example
Text Example
White with #F817DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817DF; }
p { color: rgb(248,23,223); }
H1.HeaderClassName
{
color: #F817DF;
}
.AnyTagClassName
{
color: #F817DF;
}
</style>
background-color css
<style>
a { background-color: #F817DF; }
a { background-color: rgb(248,23,223); }
div.DivClassName
{
background-color: #F817DF;
}
.BgClassName
{
background-color: #F817DF;
}
</style>
border-color css
<style>
span { border-color: #F817DF; }
span { border-color: rgb(248,23,223); }
td.TdClassName
{
border-color: #F817DF;
}
.TagClassName
{
border-color: #F817DF;
}
</style>