Shades of Hot Magenta #F103DD
Tints of Hot Magenta #F103DD
RGB
CMYK
RGB Variations
Color information
#F103DD (or 0xF103DD) is known color: Hot Magenta. HEX triplet: F1, 03 and DD. RGB value is (241,3,221). Sum of RGB (Red+Green+Blue) = 241+3+221=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 3 (1.56% from 255 or 0.65% from 465); Blue value is 221 (86.72% from 255 or 47.53% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F103DD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103DD is #0EFC22. Grayscale: #626262. Windows color (decimal): -982051 or 14484465. OLE color: 14484465.
HSL color Cylindrical-coordinate representation of color #F103DD: hue angle of 305.04º 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 #F103DD is Cyan = 0, Magento = 0.99, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 221 | - |
| CMYK | 0 | 0.99 | 0.08 | 0.05 |
| HSL | 305.04º | 0.98% | 0.48% | - |
| HSV(B) | 305.04º | 0.99% | 0.95% | - |
| XYZ | 49.36 | 23.99 | 70.43 | - |
| YUV | 99.01 | 196.85 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 221 | 0 | 0.99 | 0.08 | 0.05 | 305.04 | 0.98 | 0.48 |
| Hex | F1 | 3 | DD | 0 | 63 | 8 | 5 | 131 | 62 | 30 |
| Octal | 361 | 3 | 335 | 0 | 143 | 10 | 5 | 461 | 142 | 60 |
| Binary | 11110001 | 11 | 11011101 | 0 | 1100011 | 1000 | 101 | 100110001 | 1100010 | 110000 |
Color Harmonies of #F103DD
Complementary color
Monochromatic Colors of #F103DD
Black with #F103DD
Text Example
Text Example
White with #F103DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103DD; }
p { color: rgb(241,3,221); }
H1.HeaderClassName
{
color: #F103DD;
}
.AnyTagClassName
{
color: #F103DD;
}
</style>
background-color css
<style>
a { background-color: #F103DD; }
a { background-color: rgb(241,3,221); }
div.DivClassName
{
background-color: #F103DD;
}
.BgClassName
{
background-color: #F103DD;
}
</style>
border-color css
<style>
span { border-color: #F103DD; }
span { border-color: rgb(241,3,221); }
td.TdClassName
{
border-color: #F103DD;
}
.TagClassName
{
border-color: #F103DD;
}
</style>