Shades of Hot Magenta #F506DD
Tints of Hot Magenta #F506DD
RGB
CMYK
RGB Variations
Color information
#F506DD (or 0xF506DD) is known color: Hot Magenta. HEX triplet: F5, 06 and DD. RGB value is (245,6,221). Sum of RGB (Red+Green+Blue) = 245+6+221=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 6 (2.73% from 255 or 1.27% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F506DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F506DD is #0AF922. Grayscale: #656565. Windows color (decimal): -719139 or 14485237. OLE color: 14485237.
HSL color Cylindrical-coordinate representation of color #F506DD: hue angle of 306.03º 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 #F506DD is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 221 | - |
| CMYK | 0 | 0.98 | 0.10 | 0.04 |
| HSL | 306.03º | 0.95% | 0.49% | - |
| HSV(B) | 306.03º | 0.98% | 0.96% | - |
| XYZ | 50.77 | 24.76 | 70.51 | - |
| YUV | 101.97 | 195.18 | 230.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 221 | 0 | 0.98 | 0.10 | 0.04 | 306.03 | 0.95 | 0.49 |
| Hex | F5 | 6 | DD | 0 | 62 | A | 4 | 132 | 5F | 31 |
| Octal | 365 | 6 | 335 | 0 | 142 | 12 | 4 | 462 | 137 | 61 |
| Binary | 11110101 | 110 | 11011101 | 0 | 1100010 | 1010 | 100 | 100110010 | 1011111 | 110001 |
Color Harmonies of #F506DD
Complementary color
Monochromatic Colors of #F506DD
Black with #F506DD
Text Example
Text Example
White with #F506DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F506DD; }
p { color: rgb(245,6,221); }
H1.HeaderClassName
{
color: #F506DD;
}
.AnyTagClassName
{
color: #F506DD;
}
</style>
background-color css
<style>
a { background-color: #F506DD; }
a { background-color: rgb(245,6,221); }
div.DivClassName
{
background-color: #F506DD;
}
.BgClassName
{
background-color: #F506DD;
}
</style>
border-color css
<style>
span { border-color: #F506DD; }
span { border-color: rgb(245,6,221); }
td.TdClassName
{
border-color: #F506DD;
}
.TagClassName
{
border-color: #F506DD;
}
</style>