Shades of Hot Magenta #F506E3
Tints of Hot Magenta #F506E3
RGB
CMYK
RGB Variations
Color information
#F506E3 (or 0xF506E3) is known color: Hot Magenta. HEX triplet: F5, 06 and E3. RGB value is (245,6,227). Sum of RGB (Red+Green+Blue) = 245+6+227=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 6 (2.73% from 255 or 1.26% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F506E3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F506E3 is #0AF91C. Grayscale: #666666. Windows color (decimal): -719133 or 14878453. OLE color: 14878453.
HSL color Cylindrical-coordinate representation of color #F506E3: hue angle of 304.52º 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 #F506E3 is Cyan = 0, Magento = 0.98, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 227 | - |
| CMYK | 0 | 0.98 | 0.07 | 0.04 |
| HSL | 304.52º | 0.95% | 0.49% | - |
| HSV(B) | 304.52º | 0.98% | 0.96% | - |
| XYZ | 51.59 | 25.09 | 74.8 | - |
| YUV | 102.66 | 198.18 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 227 | 0 | 0.98 | 0.07 | 0.04 | 304.52 | 0.95 | 0.49 |
| Hex | F5 | 6 | E3 | 0 | 62 | 7 | 4 | 131 | 5F | 31 |
| Octal | 365 | 6 | 343 | 0 | 142 | 7 | 4 | 461 | 137 | 61 |
| Binary | 11110101 | 110 | 11100011 | 0 | 1100010 | 111 | 100 | 100110001 | 1011111 | 110001 |
Color Harmonies of #F506E3
Complementary color
Monochromatic Colors of #F506E3
Black with #F506E3
Text Example
Text Example
White with #F506E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F506E3; }
p { color: rgb(245,6,227); }
H1.HeaderClassName
{
color: #F506E3;
}
.AnyTagClassName
{
color: #F506E3;
}
</style>
background-color css
<style>
a { background-color: #F506E3; }
a { background-color: rgb(245,6,227); }
div.DivClassName
{
background-color: #F506E3;
}
.BgClassName
{
background-color: #F506E3;
}
</style>
border-color css
<style>
span { border-color: #F506E3; }
span { border-color: rgb(245,6,227); }
td.TdClassName
{
border-color: #F506E3;
}
.TagClassName
{
border-color: #F506E3;
}
</style>