Shades of Hot Magenta #F103D0
Tints of Hot Magenta #F103D0
RGB
CMYK
RGB Variations
Color information
#F103D0 (or 0xF103D0) is known color: Hot Magenta. HEX triplet: F1, 03 and D0. RGB value is (241,3,208). Sum of RGB (Red+Green+Blue) = 241+3+208=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 3 (1.56% from 255 or 0.66% from 452); Blue value is 208 (81.64% from 255 or 46.02% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F103D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103D0 is #0EFC2F. Grayscale: #606060. Windows color (decimal): -982064 or 13632497. OLE color: 13632497.
HSL color Cylindrical-coordinate representation of color #F103D0: hue angle of 308.32º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F103D0 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 208 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.05 |
| HSL | 308.32º | 0.98% | 0.48% | - |
| HSV(B) | 308.32º | 0.99% | 0.95% | - |
| XYZ | 47.69 | 23.32 | 61.66 | - |
| YUV | 97.53 | 190.35 | 230.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 208 | 0 | 0.99 | 0.14 | 0.05 | 308.32 | 0.98 | 0.48 |
| Hex | F1 | 3 | D0 | 0 | 63 | E | 5 | 134 | 62 | 30 |
| Octal | 361 | 3 | 320 | 0 | 143 | 16 | 5 | 464 | 142 | 60 |
| Binary | 11110001 | 11 | 11010000 | 0 | 1100011 | 1110 | 101 | 100110100 | 1100010 | 110000 |
Color Harmonies of #F103D0
Complementary color
Monochromatic Colors of #F103D0
Black with #F103D0
Text Example
Text Example
White with #F103D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103D0; }
p { color: rgb(241,3,208); }
H1.HeaderClassName
{
color: #F103D0;
}
.AnyTagClassName
{
color: #F103D0;
}
</style>
background-color css
<style>
a { background-color: #F103D0; }
a { background-color: rgb(241,3,208); }
div.DivClassName
{
background-color: #F103D0;
}
.BgClassName
{
background-color: #F103D0;
}
</style>
border-color css
<style>
span { border-color: #F103D0; }
span { border-color: rgb(241,3,208); }
td.TdClassName
{
border-color: #F103D0;
}
.TagClassName
{
border-color: #F103D0;
}
</style>