Shades of Hot Magenta #F103D2
Tints of Hot Magenta #F103D2
RGB
CMYK
RGB Variations
Color information
#F103D2 (or 0xF103D2) is known color: Hot Magenta. HEX triplet: F1, 03 and D2. RGB value is (241,3,210). Sum of RGB (Red+Green+Blue) = 241+3+210=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 3 (1.56% from 255 or 0.66% from 454); Blue value is 210 (82.42% from 255 or 46.26% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F103D2 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103D2 is #0EFC2D. Grayscale: #616161. Windows color (decimal): -982062 or 13763569. OLE color: 13763569.
HSL color Cylindrical-coordinate representation of color #F103D2: hue angle of 307.82º 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 #F103D2 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 210 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.05 |
| HSL | 307.82º | 0.98% | 0.48% | - |
| HSV(B) | 307.82º | 0.99% | 0.95% | - |
| XYZ | 47.94 | 23.42 | 62.97 | - |
| YUV | 97.76 | 191.35 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 210 | 0 | 0.99 | 0.13 | 0.05 | 307.82 | 0.98 | 0.48 |
| Hex | F1 | 3 | D2 | 0 | 63 | D | 5 | 134 | 62 | 30 |
| Octal | 361 | 3 | 322 | 0 | 143 | 15 | 5 | 464 | 142 | 60 |
| Binary | 11110001 | 11 | 11010010 | 0 | 1100011 | 1101 | 101 | 100110100 | 1100010 | 110000 |
Color Harmonies of #F103D2
Complementary color
Monochromatic Colors of #F103D2
Black with #F103D2
Text Example
Text Example
White with #F103D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103D2; }
p { color: rgb(241,3,210); }
H1.HeaderClassName
{
color: #F103D2;
}
.AnyTagClassName
{
color: #F103D2;
}
</style>
background-color css
<style>
a { background-color: #F103D2; }
a { background-color: rgb(241,3,210); }
div.DivClassName
{
background-color: #F103D2;
}
.BgClassName
{
background-color: #F103D2;
}
</style>
border-color css
<style>
span { border-color: #F103D2; }
span { border-color: rgb(241,3,210); }
td.TdClassName
{
border-color: #F103D2;
}
.TagClassName
{
border-color: #F103D2;
}
</style>