Shades of Hot Magenta #F505DA
Tints of Hot Magenta #F505DA
RGB
CMYK
RGB Variations
Color information
#F505DA (or 0xF505DA) is known color: Hot Magenta. HEX triplet: F5, 05 and DA. RGB value is (245,5,218). Sum of RGB (Red+Green+Blue) = 245+5+218=468 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.35% from 468); Green value is 5 (2.34% from 255 or 1.07% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 245 - color contains mainly: red. Hex color #F505DA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F505DA is #0AFA25. Grayscale: #646464. Windows color (decimal): -719398 or 14288373. OLE color: 14288373.
HSL color Cylindrical-coordinate representation of color #F505DA: hue angle of 306.75º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F505DA is Cyan = 0, Magento = 0.98, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 218 | - |
| CMYK | 0 | 0.98 | 0.11 | 0.04 |
| HSL | 306.75º | 0.96% | 0.49% | - |
| HSV(B) | 306.75º | 0.98% | 0.96% | - |
| XYZ | 50.37 | 24.58 | 68.42 | - |
| YUV | 101.04 | 194.01 | 230.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 218 | 0 | 0.98 | 0.11 | 0.04 | 306.75 | 0.96 | 0.49 |
| Hex | F5 | 5 | DA | 0 | 62 | B | 4 | 133 | 60 | 31 |
| Octal | 365 | 5 | 332 | 0 | 142 | 13 | 4 | 463 | 140 | 61 |
| Binary | 11110101 | 101 | 11011010 | 0 | 1100010 | 1011 | 100 | 100110011 | 1100000 | 110001 |
Color Harmonies of #F505DA
Complementary color
Monochromatic Colors of #F505DA
Black with #F505DA
Text Example
Text Example
White with #F505DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505DA; }
p { color: rgb(245,5,218); }
H1.HeaderClassName
{
color: #F505DA;
}
.AnyTagClassName
{
color: #F505DA;
}
</style>
background-color css
<style>
a { background-color: #F505DA; }
a { background-color: rgb(245,5,218); }
div.DivClassName
{
background-color: #F505DA;
}
.BgClassName
{
background-color: #F505DA;
}
</style>
border-color css
<style>
span { border-color: #F505DA; }
span { border-color: rgb(245,5,218); }
td.TdClassName
{
border-color: #F505DA;
}
.TagClassName
{
border-color: #F505DA;
}
</style>