Shades of Hot Magenta #F11ADD
Tints of Hot Magenta #F11ADD
RGB
CMYK
RGB Variations
Color information
#F11ADD (or 0xF11ADD) is known color: Hot Magenta. HEX triplet: F1, 1A and DD. RGB value is (241,26,221). Sum of RGB (Red+Green+Blue) = 241+26+221=488 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.39% from 488); Green value is 26 (10.55% from 255 or 5.33% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ADD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ADD is #0EE522. Grayscale: #6F6F6F. Windows color (decimal): -976163 or 14490353. OLE color: 14490353.
HSL color Cylindrical-coordinate representation of color #F11ADD: hue angle of 305.58º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11ADD is Cyan = 0, Magento = 0.89, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 26 | 221 | - |
| CMYK | 0 | 0.89 | 0.08 | 0.05 |
| HSL | 305.58º | 0.88% | 0.52% | - |
| HSV(B) | 305.58º | 0.89% | 0.95% | - |
| XYZ | 49.7 | 24.66 | 70.55 | - |
| YUV | 112.52 | 189.23 | 219.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 26 | 221 | 0 | 0.89 | 0.08 | 0.05 | 305.58 | 0.88 | 0.52 |
| Hex | F1 | 1A | DD | 0 | 59 | 8 | 5 | 132 | 58 | 34 |
| Octal | 361 | 32 | 335 | 0 | 131 | 10 | 5 | 462 | 130 | 64 |
| Binary | 11110001 | 11010 | 11011101 | 0 | 1011001 | 1000 | 101 | 100110010 | 1011000 | 110100 |
Color Harmonies of #F11ADD
Complementary color
Monochromatic Colors of #F11ADD
Black with #F11ADD
Text Example
Text Example
White with #F11ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11ADD; }
p { color: rgb(241,26,221); }
H1.HeaderClassName
{
color: #F11ADD;
}
.AnyTagClassName
{
color: #F11ADD;
}
</style>
background-color css
<style>
a { background-color: #F11ADD; }
a { background-color: rgb(241,26,221); }
div.DivClassName
{
background-color: #F11ADD;
}
.BgClassName
{
background-color: #F11ADD;
}
</style>
border-color css
<style>
span { border-color: #F11ADD; }
span { border-color: rgb(241,26,221); }
td.TdClassName
{
border-color: #F11ADD;
}
.TagClassName
{
border-color: #F11ADD;
}
</style>