Shades of Hot Magenta #F505DC
Tints of Hot Magenta #F505DC
RGB
CMYK
RGB Variations
Color information
#F505DC (or 0xF505DC) is known color: Hot Magenta. HEX triplet: F5, 05 and DC. RGB value is (245,5,220). Sum of RGB (Red+Green+Blue) = 245+5+220=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 5 (2.34% from 255 or 1.06% from 470); Blue value is 220 (86.33% from 255 or 46.81% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F505DC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F505DC is #0AFA23. Grayscale: #646464. Windows color (decimal): -719396 or 14419445. OLE color: 14419445.
HSL color Cylindrical-coordinate representation of color #F505DC: hue angle of 306.25º 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 #F505DC is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 220 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.04 |
| HSL | 306.25º | 0.96% | 0.49% | - |
| HSV(B) | 306.25º | 0.98% | 0.96% | - |
| XYZ | 50.63 | 24.69 | 69.81 | - |
| YUV | 101.27 | 195.01 | 230.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 220 | 0 | 0.98 | 0.10 | 0.04 | 306.25 | 0.96 | 0.49 |
| Hex | F5 | 5 | DC | 0 | 62 | A | 4 | 132 | 60 | 31 |
| Octal | 365 | 5 | 334 | 0 | 142 | 12 | 4 | 462 | 140 | 61 |
| Binary | 11110101 | 101 | 11011100 | 0 | 1100010 | 1010 | 100 | 100110010 | 1100000 | 110001 |
Color Harmonies of #F505DC
Complementary color
Monochromatic Colors of #F505DC
Black with #F505DC
Text Example
Text Example
White with #F505DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F505DC; }
p { color: rgb(245,5,220); }
H1.HeaderClassName
{
color: #F505DC;
}
.AnyTagClassName
{
color: #F505DC;
}
</style>
background-color css
<style>
a { background-color: #F505DC; }
a { background-color: rgb(245,5,220); }
div.DivClassName
{
background-color: #F505DC;
}
.BgClassName
{
background-color: #F505DC;
}
</style>
border-color css
<style>
span { border-color: #F505DC; }
span { border-color: rgb(245,5,220); }
td.TdClassName
{
border-color: #F505DC;
}
.TagClassName
{
border-color: #F505DC;
}
</style>