Shades of Hot Magenta #F817E5
Tints of Hot Magenta #F817E5
RGB
CMYK
RGB Variations
Color information
#F817E5 (or 0xF817E5) is known color: Hot Magenta. HEX triplet: F8, 17 and E5. RGB value is (248,23,229). Sum of RGB (Red+Green+Blue) = 248+23+229=500 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.6% from 500); Green value is 23 (9.38% from 255 or 4.6% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 248 - color contains mainly: red. Hex color #F817E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F817E5 is #07E81A. Grayscale: #717171. Windows color (decimal): -518171 or 15013880. OLE color: 15013880.
HSL color Cylindrical-coordinate representation of color #F817E5: hue angle of 305.07º 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 #F817E5 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 229 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.03 |
| HSL | 305.07º | 0.94% | 0.53% | - |
| HSV(B) | 305.07º | 0.91% | 0.97% | - |
| XYZ | 53.16 | 26.23 | 76.39 | - |
| YUV | 113.76 | 193.04 | 223.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 229 | 0 | 0.91 | 0.08 | 0.03 | 305.07 | 0.94 | 0.53 |
| Hex | F8 | 17 | E5 | 0 | 5B | 8 | 3 | 131 | 5E | 35 |
| Octal | 370 | 27 | 345 | 0 | 133 | 10 | 3 | 461 | 136 | 65 |
| Binary | 11111000 | 10111 | 11100101 | 0 | 1011011 | 1000 | 11 | 100110001 | 1011110 | 110101 |
Color Harmonies of #F817E5
Complementary color
Monochromatic Colors of #F817E5
Black with #F817E5
Text Example
Text Example
White with #F817E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F817E5; }
p { color: rgb(248,23,229); }
H1.HeaderClassName
{
color: #F817E5;
}
.AnyTagClassName
{
color: #F817E5;
}
</style>
background-color css
<style>
a { background-color: #F817E5; }
a { background-color: rgb(248,23,229); }
div.DivClassName
{
background-color: #F817E5;
}
.BgClassName
{
background-color: #F817E5;
}
</style>
border-color css
<style>
span { border-color: #F817E5; }
span { border-color: rgb(248,23,229); }
td.TdClassName
{
border-color: #F817E5;
}
.TagClassName
{
border-color: #F817E5;
}
</style>