Shades of Hot Magenta #F508E2
Tints of Hot Magenta #F508E2
RGB
CMYK
RGB Variations
Color information
#F508E2 (or 0xF508E2) is known color: Hot Magenta. HEX triplet: F5, 08 and E2. RGB value is (245,8,226). Sum of RGB (Red+Green+Blue) = 245+8+226=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 8 (3.52% from 255 or 1.67% from 479); Blue value is 226 (88.67% from 255 or 47.18% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F508E2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F508E2 is #0AF71D. Grayscale: #676767. Windows color (decimal): -718622 or 14813429. OLE color: 14813429.
HSL color Cylindrical-coordinate representation of color #F508E2: hue angle of 304.81º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F508E2 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 226 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.04 |
| HSL | 304.81º | 0.94% | 0.5% | - |
| HSV(B) | 304.81º | 0.97% | 0.96% | - |
| XYZ | 51.47 | 25.08 | 74.08 | - |
| YUV | 103.72 | 197.02 | 228.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 226 | 0 | 0.97 | 0.08 | 0.04 | 304.81 | 0.94 | 0.5 |
| Hex | F5 | 8 | E2 | 0 | 61 | 8 | 4 | 131 | 5E | 32 |
| Octal | 365 | 10 | 342 | 0 | 141 | 10 | 4 | 461 | 136 | 62 |
| Binary | 11110101 | 1000 | 11100010 | 0 | 1100001 | 1000 | 100 | 100110001 | 1011110 | 110010 |
Color Harmonies of #F508E2
Complementary color
Monochromatic Colors of #F508E2
Black with #F508E2
Text Example
Text Example
White with #F508E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508E2; }
p { color: rgb(245,8,226); }
H1.HeaderClassName
{
color: #F508E2;
}
.AnyTagClassName
{
color: #F508E2;
}
</style>
background-color css
<style>
a { background-color: #F508E2; }
a { background-color: rgb(245,8,226); }
div.DivClassName
{
background-color: #F508E2;
}
.BgClassName
{
background-color: #F508E2;
}
</style>
border-color css
<style>
span { border-color: #F508E2; }
span { border-color: rgb(245,8,226); }
td.TdClassName
{
border-color: #F508E2;
}
.TagClassName
{
border-color: #F508E2;
}
</style>