Shades of Hot Magenta #F103D3
Tints of Hot Magenta #F103D3
RGB
CMYK
RGB Variations
Color information
#F103D3 (or 0xF103D3) is known color: Hot Magenta. HEX triplet: F1, 03 and D3. RGB value is (241,3,211). Sum of RGB (Red+Green+Blue) = 241+3+211=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 3 (1.56% from 255 or 0.66% from 455); Blue value is 211 (82.81% from 255 or 46.37% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F103D3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103D3 is #0EFC2C. Grayscale: #616161. Windows color (decimal): -982061 or 13829105. OLE color: 13829105.
HSL color Cylindrical-coordinate representation of color #F103D3: hue angle of 307.56º 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 #F103D3 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 211 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.05 |
| HSL | 307.56º | 0.98% | 0.48% | - |
| HSV(B) | 307.56º | 0.99% | 0.95% | - |
| XYZ | 48.07 | 23.47 | 63.62 | - |
| YUV | 97.87 | 191.85 | 230.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 211 | 0 | 0.99 | 0.12 | 0.05 | 307.56 | 0.98 | 0.48 |
| Hex | F1 | 3 | D3 | 0 | 63 | C | 5 | 134 | 62 | 30 |
| Octal | 361 | 3 | 323 | 0 | 143 | 14 | 5 | 464 | 142 | 60 |
| Binary | 11110001 | 11 | 11010011 | 0 | 1100011 | 1100 | 101 | 100110100 | 1100010 | 110000 |
Color Harmonies of #F103D3
Complementary color
Monochromatic Colors of #F103D3
Black with #F103D3
Text Example
Text Example
White with #F103D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103D3; }
p { color: rgb(241,3,211); }
H1.HeaderClassName
{
color: #F103D3;
}
.AnyTagClassName
{
color: #F103D3;
}
</style>
background-color css
<style>
a { background-color: #F103D3; }
a { background-color: rgb(241,3,211); }
div.DivClassName
{
background-color: #F103D3;
}
.BgClassName
{
background-color: #F103D3;
}
</style>
border-color css
<style>
span { border-color: #F103D3; }
span { border-color: rgb(241,3,211); }
td.TdClassName
{
border-color: #F103D3;
}
.TagClassName
{
border-color: #F103D3;
}
</style>