Shades of Hot Magenta #F606D5
Tints of Hot Magenta #F606D5
RGB
CMYK
RGB Variations
Color information
#F606D5 (or 0xF606D5) is known color: Hot Magenta. HEX triplet: F6, 06 and D5. RGB value is (246,6,213). Sum of RGB (Red+Green+Blue) = 246+6+213=465 (61% of max value = 765). Red value is 246 (96.48% from 255 or 52.90% from 465); Green value is 6 (2.73% from 255 or 1.29% from 465); Blue value is 213 (83.59% from 255 or 45.81% from 465); Max value from RGB is 246 - color contains mainly: red. Hex color #F606D5 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F606D5 is #09F92A. Grayscale: #646464. Windows color (decimal): -653611 or 13960950. OLE color: 13960950.
HSL color Cylindrical-coordinate representation of color #F606D5: hue angle of 308.25º 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 #F606D5 is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 6 | 213 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.04 |
| HSL | 308.25º | 0.95% | 0.49% | - |
| HSV(B) | 308.25º | 0.98% | 0.96% | - |
| XYZ | 50.08 | 24.53 | 65.05 | - |
| YUV | 101.36 | 191.01 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 6 | 213 | 0 | 0.98 | 0.13 | 0.04 | 308.25 | 0.95 | 0.49 |
| Hex | F6 | 6 | D5 | 0 | 62 | D | 4 | 134 | 5F | 31 |
| Octal | 366 | 6 | 325 | 0 | 142 | 15 | 4 | 464 | 137 | 61 |
| Binary | 11110110 | 110 | 11010101 | 0 | 1100010 | 1101 | 100 | 100110100 | 1011111 | 110001 |
Color Harmonies of #F606D5
Complementary color
Monochromatic Colors of #F606D5
Black with #F606D5
Text Example
Text Example
White with #F606D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F606D5; }
p { color: rgb(246,6,213); }
H1.HeaderClassName
{
color: #F606D5;
}
.AnyTagClassName
{
color: #F606D5;
}
</style>
background-color css
<style>
a { background-color: #F606D5; }
a { background-color: rgb(246,6,213); }
div.DivClassName
{
background-color: #F606D5;
}
.BgClassName
{
background-color: #F606D5;
}
</style>
border-color css
<style>
span { border-color: #F606D5; }
span { border-color: rgb(246,6,213); }
td.TdClassName
{
border-color: #F606D5;
}
.TagClassName
{
border-color: #F606D5;
}
</style>