Shades of Hot Magenta #F506D1
Tints of Hot Magenta #F506D1
RGB
CMYK
RGB Variations
Color information
#F506D1 (or 0xF506D1) is known color: Hot Magenta. HEX triplet: F5, 06 and D1. RGB value is (245,6,209). Sum of RGB (Red+Green+Blue) = 245+6+209=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 6 (2.73% from 255 or 1.30% from 460); Blue value is 209 (82.03% from 255 or 45.43% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F506D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F506D1 is #0AF92E. Grayscale: #646464. Windows color (decimal): -719151 or 13698805. OLE color: 13698805.
HSL color Cylindrical-coordinate representation of color #F506D1: hue angle of 309.04º degrees, saturation: 0.95, 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 #F506D1 is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 209 | - |
| CMYK | 0 | 0.98 | 0.15 | 0.04 |
| HSL | 309.04º | 0.95% | 0.49% | - |
| HSV(B) | 309.04º | 0.98% | 0.96% | - |
| XYZ | 49.23 | 24.15 | 62.39 | - |
| YUV | 100.6 | 189.18 | 230.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 209 | 0 | 0.98 | 0.15 | 0.04 | 309.04 | 0.95 | 0.49 |
| Hex | F5 | 6 | D1 | 0 | 62 | F | 4 | 135 | 5F | 31 |
| Octal | 365 | 6 | 321 | 0 | 142 | 17 | 4 | 465 | 137 | 61 |
| Binary | 11110101 | 110 | 11010001 | 0 | 1100010 | 1111 | 100 | 100110101 | 1011111 | 110001 |
Color Harmonies of #F506D1
Complementary color
Monochromatic Colors of #F506D1
Black with #F506D1
Text Example
Text Example
White with #F506D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F506D1; }
p { color: rgb(245,6,209); }
H1.HeaderClassName
{
color: #F506D1;
}
.AnyTagClassName
{
color: #F506D1;
}
</style>
background-color css
<style>
a { background-color: #F506D1; }
a { background-color: rgb(245,6,209); }
div.DivClassName
{
background-color: #F506D1;
}
.BgClassName
{
background-color: #F506D1;
}
</style>
border-color css
<style>
span { border-color: #F506D1; }
span { border-color: rgb(245,6,209); }
td.TdClassName
{
border-color: #F506D1;
}
.TagClassName
{
border-color: #F506D1;
}
</style>