Shades of Hot Magenta #F508CF
Tints of Hot Magenta #F508CF
RGB
CMYK
RGB Variations
Color information
#F508CF (or 0xF508CF) is known color: Hot Magenta. HEX triplet: F5, 08 and CF. RGB value is (245,8,207). Sum of RGB (Red+Green+Blue) = 245+8+207=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 8 (3.52% from 255 or 1.74% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F508CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F508CF is #0AF730. Grayscale: #646464. Windows color (decimal): -718641 or 13568245. OLE color: 13568245.
HSL color Cylindrical-coordinate representation of color #F508CF: hue angle of 309.62º 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 #F508CF is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 207 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.04 |
| HSL | 309.62º | 0.94% | 0.5% | - |
| HSV(B) | 309.62º | 0.97% | 0.96% | - |
| XYZ | 49.01 | 24.09 | 61.1 | - |
| YUV | 101.55 | 187.52 | 230.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 207 | 0 | 0.97 | 0.16 | 0.04 | 309.62 | 0.94 | 0.5 |
| Hex | F5 | 8 | CF | 0 | 61 | 10 | 4 | 136 | 5E | 32 |
| Octal | 365 | 10 | 317 | 0 | 141 | 20 | 4 | 466 | 136 | 62 |
| Binary | 11110101 | 1000 | 11001111 | 0 | 1100001 | 10000 | 100 | 100110110 | 1011110 | 110010 |
Color Harmonies of #F508CF
Complementary color
Monochromatic Colors of #F508CF
Black with #F508CF
Text Example
Text Example
White with #F508CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508CF; }
p { color: rgb(245,8,207); }
H1.HeaderClassName
{
color: #F508CF;
}
.AnyTagClassName
{
color: #F508CF;
}
</style>
background-color css
<style>
a { background-color: #F508CF; }
a { background-color: rgb(245,8,207); }
div.DivClassName
{
background-color: #F508CF;
}
.BgClassName
{
background-color: #F508CF;
}
</style>
border-color css
<style>
span { border-color: #F508CF; }
span { border-color: rgb(245,8,207); }
td.TdClassName
{
border-color: #F508CF;
}
.TagClassName
{
border-color: #F508CF;
}
</style>