Shades of Hot Magenta #F506DF
Tints of Hot Magenta #F506DF
RGB
CMYK
RGB Variations
Color information
#F506DF (or 0xF506DF) is known color: Hot Magenta. HEX triplet: F5, 06 and DF. RGB value is (245,6,223). Sum of RGB (Red+Green+Blue) = 245+6+223=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 6 (2.73% from 255 or 1.27% from 474); Blue value is 223 (87.5% from 255 or 47.05% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F506DF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F506DF is #0AF920. Grayscale: #656565. Windows color (decimal): -719137 or 14616309. OLE color: 14616309.
HSL color Cylindrical-coordinate representation of color #F506DF: hue angle of 305.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 #F506DF is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 6 | 223 | - |
| CMYK | 0 | 0.98 | 0.09 | 0.04 |
| HSL | 305.52º | 0.95% | 0.49% | - |
| HSV(B) | 305.52º | 0.98% | 0.96% | - |
| XYZ | 51.04 | 24.87 | 71.92 | - |
| YUV | 102.2 | 196.18 | 229.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 6 | 223 | 0 | 0.98 | 0.09 | 0.04 | 305.52 | 0.95 | 0.49 |
| Hex | F5 | 6 | DF | 0 | 62 | 9 | 4 | 132 | 5F | 31 |
| Octal | 365 | 6 | 337 | 0 | 142 | 11 | 4 | 462 | 137 | 61 |
| Binary | 11110101 | 110 | 11011111 | 0 | 1100010 | 1001 | 100 | 100110010 | 1011111 | 110001 |
Color Harmonies of #F506DF
Complementary color
Monochromatic Colors of #F506DF
Black with #F506DF
Text Example
Text Example
White with #F506DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F506DF; }
p { color: rgb(245,6,223); }
H1.HeaderClassName
{
color: #F506DF;
}
.AnyTagClassName
{
color: #F506DF;
}
</style>
background-color css
<style>
a { background-color: #F506DF; }
a { background-color: rgb(245,6,223); }
div.DivClassName
{
background-color: #F506DF;
}
.BgClassName
{
background-color: #F506DF;
}
</style>
border-color css
<style>
span { border-color: #F506DF; }
span { border-color: rgb(245,6,223); }
td.TdClassName
{
border-color: #F506DF;
}
.TagClassName
{
border-color: #F506DF;
}
</style>