Shades of Hot Magenta #F508DA
Tints of Hot Magenta #F508DA
RGB
CMYK
RGB Variations
Color information
#F508DA (or 0xF508DA) is known color: Hot Magenta. HEX triplet: F5, 08 and DA. RGB value is (245,8,218). Sum of RGB (Red+Green+Blue) = 245+8+218=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 8 (3.52% from 255 or 1.70% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F508DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F508DA is #0AF725. Grayscale: #666666. Windows color (decimal): -718630 or 14289141. OLE color: 14289141.
HSL color Cylindrical-coordinate representation of color #F508DA: hue angle of 306.84º 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 #F508DA is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 218 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.04 |
| HSL | 306.84º | 0.94% | 0.5% | - |
| HSV(B) | 306.84º | 0.97% | 0.96% | - |
| XYZ | 50.4 | 24.65 | 68.43 | - |
| YUV | 102.8 | 193.02 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 218 | 0 | 0.97 | 0.11 | 0.04 | 306.84 | 0.94 | 0.5 |
| Hex | F5 | 8 | DA | 0 | 61 | B | 4 | 133 | 5E | 32 |
| Octal | 365 | 10 | 332 | 0 | 141 | 13 | 4 | 463 | 136 | 62 |
| Binary | 11110101 | 1000 | 11011010 | 0 | 1100001 | 1011 | 100 | 100110011 | 1011110 | 110010 |
Color Harmonies of #F508DA
Complementary color
Monochromatic Colors of #F508DA
Black with #F508DA
Text Example
Text Example
White with #F508DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F508DA; }
p { color: rgb(245,8,218); }
H1.HeaderClassName
{
color: #F508DA;
}
.AnyTagClassName
{
color: #F508DA;
}
</style>
background-color css
<style>
a { background-color: #F508DA; }
a { background-color: rgb(245,8,218); }
div.DivClassName
{
background-color: #F508DA;
}
.BgClassName
{
background-color: #F508DA;
}
</style>
border-color css
<style>
span { border-color: #F508DA; }
span { border-color: rgb(245,8,218); }
td.TdClassName
{
border-color: #F508DA;
}
.TagClassName
{
border-color: #F508DA;
}
</style>