Shades of Hot Magenta #F103CD
Tints of Hot Magenta #F103CD
RGB
CMYK
RGB Variations
Color information
#F103CD (or 0xF103CD) is known color: Hot Magenta. HEX triplet: F1, 03 and CD. RGB value is (241,3,205). Sum of RGB (Red+Green+Blue) = 241+3+205=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 3 (1.56% from 255 or 0.67% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F103CD is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103CD is #0EFC32. Grayscale: #606060. Windows color (decimal): -982067 or 13435889. OLE color: 13435889.
HSL color Cylindrical-coordinate representation of color #F103CD: hue angle of 309.08º 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 #F103CD is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 205 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.05 |
| HSL | 309.08º | 0.98% | 0.48% | - |
| HSV(B) | 309.08º | 0.99% | 0.95% | - |
| XYZ | 47.33 | 23.17 | 59.74 | - |
| YUV | 97.19 | 188.85 | 230.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 205 | 0 | 0.99 | 0.15 | 0.05 | 309.08 | 0.98 | 0.48 |
| Hex | F1 | 3 | CD | 0 | 63 | F | 5 | 135 | 62 | 30 |
| Octal | 361 | 3 | 315 | 0 | 143 | 17 | 5 | 465 | 142 | 60 |
| Binary | 11110001 | 11 | 11001101 | 0 | 1100011 | 1111 | 101 | 100110101 | 1100010 | 110000 |
Color Harmonies of #F103CD
Complementary color
Monochromatic Colors of #F103CD
Black with #F103CD
Text Example
Text Example
White with #F103CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103CD; }
p { color: rgb(241,3,205); }
H1.HeaderClassName
{
color: #F103CD;
}
.AnyTagClassName
{
color: #F103CD;
}
</style>
background-color css
<style>
a { background-color: #F103CD; }
a { background-color: rgb(241,3,205); }
div.DivClassName
{
background-color: #F103CD;
}
.BgClassName
{
background-color: #F103CD;
}
</style>
border-color css
<style>
span { border-color: #F103CD; }
span { border-color: rgb(241,3,205); }
td.TdClassName
{
border-color: #F103CD;
}
.TagClassName
{
border-color: #F103CD;
}
</style>