Shades of Hot Magenta #F10BDA
Tints of Hot Magenta #F10BDA
RGB
CMYK
RGB Variations
Color information
#F10BDA (or 0xF10BDA) is known color: Hot Magenta. HEX triplet: F1, 0B and DA. RGB value is (241,11,218). Sum of RGB (Red+Green+Blue) = 241+11+218=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 11 (4.69% from 255 or 2.34% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BDA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BDA is #0EF425. Grayscale: #666666. Windows color (decimal): -980006 or 14289905. OLE color: 14289905.
HSL color Cylindrical-coordinate representation of color #F10BDA: hue angle of 306º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10BDA is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 218 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.05 |
| HSL | 306º | 0.91% | 0.49% | - |
| HSV(B) | 306º | 0.95% | 0.95% | - |
| XYZ | 49.05 | 24 | 68.38 | - |
| YUV | 103.37 | 192.7 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 218 | 0 | 0.95 | 0.10 | 0.05 | 306 | 0.91 | 0.49 |
| Hex | F1 | B | DA | 0 | 5F | A | 5 | 132 | 5B | 31 |
| Octal | 361 | 13 | 332 | 0 | 137 | 12 | 5 | 462 | 133 | 61 |
| Binary | 11110001 | 1011 | 11011010 | 0 | 1011111 | 1010 | 101 | 100110010 | 1011011 | 110001 |
Color Harmonies of #F10BDA
Complementary color
Monochromatic Colors of #F10BDA
Black with #F10BDA
Text Example
Text Example
White with #F10BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BDA; }
p { color: rgb(241,11,218); }
H1.HeaderClassName
{
color: #F10BDA;
}
.AnyTagClassName
{
color: #F10BDA;
}
</style>
background-color css
<style>
a { background-color: #F10BDA; }
a { background-color: rgb(241,11,218); }
div.DivClassName
{
background-color: #F10BDA;
}
.BgClassName
{
background-color: #F10BDA;
}
</style>
border-color css
<style>
span { border-color: #F10BDA; }
span { border-color: rgb(241,11,218); }
td.TdClassName
{
border-color: #F10BDA;
}
.TagClassName
{
border-color: #F10BDA;
}
</style>