Shades of Hot Magenta #F61ADF
Tints of Hot Magenta #F61ADF
RGB
CMYK
RGB Variations
Color information
#F61ADF (or 0xF61ADF) is known color: Hot Magenta. HEX triplet: F6, 1A and DF. RGB value is (246,26,223). Sum of RGB (Red+Green+Blue) = 246+26+223=495 (65% of max value = 765). Red value is 246 (96.48% from 255 or 49.70% from 495); Green value is 26 (10.55% from 255 or 5.25% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 246 - color contains mainly: red. Hex color #F61ADF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F61ADF is #09E520. Grayscale: #717171. Windows color (decimal): -648481 or 14621430. OLE color: 14621430.
HSL color Cylindrical-coordinate representation of color #F61ADF: hue angle of 306.27º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F61ADF is Cyan = 0, Magento = 0.89, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 26 | 223 | - |
| CMYK | 0 | 0.89 | 0.09 | 0.04 |
| HSL | 306.27º | 0.92% | 0.53% | - |
| HSV(B) | 306.27º | 0.89% | 0.96% | - |
| XYZ | 51.69 | 25.66 | 72.04 | - |
| YUV | 114.24 | 189.39 | 221.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 26 | 223 | 0 | 0.89 | 0.09 | 0.04 | 306.27 | 0.92 | 0.53 |
| Hex | F6 | 1A | DF | 0 | 59 | 9 | 4 | 132 | 5C | 35 |
| Octal | 366 | 32 | 337 | 0 | 131 | 11 | 4 | 462 | 134 | 65 |
| Binary | 11110110 | 11010 | 11011111 | 0 | 1011001 | 1001 | 100 | 100110010 | 1011100 | 110101 |
Color Harmonies of #F61ADF
Complementary color
Monochromatic Colors of #F61ADF
Black with #F61ADF
Text Example
Text Example
White with #F61ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F61ADF; }
p { color: rgb(246,26,223); }
H1.HeaderClassName
{
color: #F61ADF;
}
.AnyTagClassName
{
color: #F61ADF;
}
</style>
background-color css
<style>
a { background-color: #F61ADF; }
a { background-color: rgb(246,26,223); }
div.DivClassName
{
background-color: #F61ADF;
}
.BgClassName
{
background-color: #F61ADF;
}
</style>
border-color css
<style>
span { border-color: #F61ADF; }
span { border-color: rgb(246,26,223); }
td.TdClassName
{
border-color: #F61ADF;
}
.TagClassName
{
border-color: #F61ADF;
}
</style>