Shades of Hot Magenta #F818E5
Tints of Hot Magenta #F818E5
RGB
CMYK
RGB Variations
Color information
#F818E5 (or 0xF818E5) is known color: Hot Magenta. HEX triplet: F8, 18 and E5. RGB value is (248,24,229). Sum of RGB (Red+Green+Blue) = 248+24+229=501 (66% of max value = 765). Red value is 248 (97.27% from 255 or 49.50% from 501); Green value is 24 (9.77% from 255 or 4.79% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 248 - color contains mainly: red. Hex color #F818E5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F818E5 is #07E71A. Grayscale: #717171. Windows color (decimal): -517915 or 15014136. OLE color: 15014136.
HSL color Cylindrical-coordinate representation of color #F818E5: hue angle of 305.09º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F818E5 is Cyan = 0, Magento = 0.90, Yellow = 0.08 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 24 | 229 | - |
| CMYK | 0 | 0.90 | 0.08 | 0.03 |
| HSL | 305.09º | 0.94% | 0.53% | - |
| HSV(B) | 305.09º | 0.9% | 0.97% | - |
| XYZ | 53.18 | 26.27 | 76.4 | - |
| YUV | 114.35 | 192.71 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 24 | 229 | 0 | 0.90 | 0.08 | 0.03 | 305.09 | 0.94 | 0.53 |
| Hex | F8 | 18 | E5 | 0 | 5A | 8 | 3 | 131 | 5E | 35 |
| Octal | 370 | 30 | 345 | 0 | 132 | 10 | 3 | 461 | 136 | 65 |
| Binary | 11111000 | 11000 | 11100101 | 0 | 1011010 | 1000 | 11 | 100110001 | 1011110 | 110101 |
Color Harmonies of #F818E5
Complementary color
Monochromatic Colors of #F818E5
Black with #F818E5
Text Example
Text Example
White with #F818E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F818E5; }
p { color: rgb(248,24,229); }
H1.HeaderClassName
{
color: #F818E5;
}
.AnyTagClassName
{
color: #F818E5;
}
</style>
background-color css
<style>
a { background-color: #F818E5; }
a { background-color: rgb(248,24,229); }
div.DivClassName
{
background-color: #F818E5;
}
.BgClassName
{
background-color: #F818E5;
}
</style>
border-color css
<style>
span { border-color: #F818E5; }
span { border-color: rgb(248,24,229); }
td.TdClassName
{
border-color: #F818E5;
}
.TagClassName
{
border-color: #F818E5;
}
</style>