Shades of Hot Magenta #F506D4
Tints of Hot Magenta #F506D4
RGB
CMYK
RGB Variations
Color information
#F506D4 (or 0xF506D4) is known color: Hot Magenta. HEX triplet: F5, 06 and D4. RGB value is (245,6,212). Sum of RGB (Red+Green+Blue) = 245+6+212=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 6 (2.73% from 255 or 1.30% from 463); Blue value is 212 (83.20% from 255 or 45.79% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F506D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F506D4 is #0AF92B. Grayscale: #646464. Windows color (decimal): -719148 or 13895413. OLE color: 13895413.
HSL color Cylindrical-coordinate representation of color #F506D4: hue angle of 308.28º 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 #F506D4 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 212 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.04 |
| HSL | 308.28º | 0.95% | 0.49% | - |
| HSV(B) | 308.28º | 0.98% | 0.96% | - |
| XYZ | 49.6 | 24.3 | 64.36 | - |
| YUV | 100.95 | 190.68 | 230.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 212 | 0 | 0.98 | 0.13 | 0.04 | 308.28 | 0.95 | 0.49 |
| Hex | F5 | 6 | D4 | 0 | 62 | D | 4 | 134 | 5F | 31 |
| Octal | 365 | 6 | 324 | 0 | 142 | 15 | 4 | 464 | 137 | 61 |
| Binary | 11110101 | 110 | 11010100 | 0 | 1100010 | 1101 | 100 | 100110100 | 1011111 | 110001 |
Color Harmonies of #F506D4
Complementary color
Monochromatic Colors of #F506D4
Black with #F506D4
Text Example
Text Example
White with #F506D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F506D4; }
p { color: rgb(245,6,212); }
H1.HeaderClassName
{
color: #F506D4;
}
.AnyTagClassName
{
color: #F506D4;
}
</style>
background-color css
<style>
a { background-color: #F506D4; }
a { background-color: rgb(245,6,212); }
div.DivClassName
{
background-color: #F506D4;
}
.BgClassName
{
background-color: #F506D4;
}
</style>
border-color css
<style>
span { border-color: #F506D4; }
span { border-color: rgb(245,6,212); }
td.TdClassName
{
border-color: #F506D4;
}
.TagClassName
{
border-color: #F506D4;
}
</style>