Shades of Hot Magenta #F103D4
Tints of Hot Magenta #F103D4
RGB
CMYK
RGB Variations
Color information
#F103D4 (or 0xF103D4) is known color: Hot Magenta. HEX triplet: F1, 03 and D4. RGB value is (241,3,212). Sum of RGB (Red+Green+Blue) = 241+3+212=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 3 (1.56% from 255 or 0.66% from 456); Blue value is 212 (83.20% from 255 or 46.49% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F103D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103D4 is #0EFC2B. Grayscale: #616161. Windows color (decimal): -982060 or 13894641. OLE color: 13894641.
HSL color Cylindrical-coordinate representation of color #F103D4: hue angle of 307.31º 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 #F103D4 is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 212 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.05 |
| HSL | 307.31º | 0.98% | 0.48% | - |
| HSV(B) | 307.31º | 0.99% | 0.95% | - |
| XYZ | 48.19 | 23.52 | 64.29 | - |
| YUV | 97.99 | 192.35 | 230.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 212 | 0 | 0.99 | 0.12 | 0.05 | 307.31 | 0.98 | 0.48 |
| Hex | F1 | 3 | D4 | 0 | 63 | C | 5 | 133 | 62 | 30 |
| Octal | 361 | 3 | 324 | 0 | 143 | 14 | 5 | 463 | 142 | 60 |
| Binary | 11110001 | 11 | 11010100 | 0 | 1100011 | 1100 | 101 | 100110011 | 1100010 | 110000 |
Color Harmonies of #F103D4
Complementary color
Monochromatic Colors of #F103D4
Black with #F103D4
Text Example
Text Example
White with #F103D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103D4; }
p { color: rgb(241,3,212); }
H1.HeaderClassName
{
color: #F103D4;
}
.AnyTagClassName
{
color: #F103D4;
}
</style>
background-color css
<style>
a { background-color: #F103D4; }
a { background-color: rgb(241,3,212); }
div.DivClassName
{
background-color: #F103D4;
}
.BgClassName
{
background-color: #F103D4;
}
</style>
border-color css
<style>
span { border-color: #F103D4; }
span { border-color: rgb(241,3,212); }
td.TdClassName
{
border-color: #F103D4;
}
.TagClassName
{
border-color: #F103D4;
}
</style>