Shades of Hot Magenta #F508DF
Tints of Hot Magenta #F508DF
RGB
CMYK
RGB Variations
Color information
#F508DF (or 0xF508DF) is known color: Hot Magenta. HEX triplet: F5, 08 and DF. RGB value is (245,8,223). Sum of RGB (Red+Green+Blue) = 245+8+223=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 8 (3.52% from 255 or 1.68% from 476); Blue value is 223 (87.5% from 255 or 46.85% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F508DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F508DF is #0AF720. Grayscale: #666666. Windows color (decimal): -718625 or 14616821. OLE color: 14616821.
HSL color Cylindrical-coordinate representation of color #F508DF: hue angle of 305.57º 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 #F508DF is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 223 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.04 |
| HSL | 305.57º | 0.94% | 0.5% | - |
| HSV(B) | 305.57º | 0.97% | 0.96% | - |
| XYZ | 51.06 | 24.91 | 71.93 | - |
| YUV | 103.37 | 195.52 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 223 | 0 | 0.97 | 0.09 | 0.04 | 305.57 | 0.94 | 0.5 |
| Hex | F5 | 8 | DF | 0 | 61 | 9 | 4 | 132 | 5E | 32 |
| Octal | 365 | 10 | 337 | 0 | 141 | 11 | 4 | 462 | 136 | 62 |
| Binary | 11110101 | 1000 | 11011111 | 0 | 1100001 | 1001 | 100 | 100110010 | 1011110 | 110010 |
Color Harmonies of #F508DF
Complementary color
Monochromatic Colors of #F508DF
Black with #F508DF
Text Example
Text Example
White with #F508DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508DF; }
p { color: rgb(245,8,223); }
H1.HeaderClassName
{
color: #F508DF;
}
.AnyTagClassName
{
color: #F508DF;
}
</style>
background-color css
<style>
a { background-color: #F508DF; }
a { background-color: rgb(245,8,223); }
div.DivClassName
{
background-color: #F508DF;
}
.BgClassName
{
background-color: #F508DF;
}
</style>
border-color css
<style>
span { border-color: #F508DF; }
span { border-color: rgb(245,8,223); }
td.TdClassName
{
border-color: #F508DF;
}
.TagClassName
{
border-color: #F508DF;
}
</style>