Shades of Hot Magenta #F103CA
Tints of Hot Magenta #F103CA
RGB
CMYK
RGB Variations
Color information
#F103CA (or 0xF103CA) is known color: Hot Magenta. HEX triplet: F1, 03 and CA. RGB value is (241,3,202). Sum of RGB (Red+Green+Blue) = 241+3+202=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 3 (1.56% from 255 or 0.67% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F103CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103CA is #0EFC35. Grayscale: #606060. Windows color (decimal): -982070 or 13239281. OLE color: 13239281.
HSL color Cylindrical-coordinate representation of color #F103CA: hue angle of 309.83º 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 #F103CA is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 202 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.05 |
| HSL | 309.83º | 0.98% | 0.48% | - |
| HSV(B) | 309.83º | 0.99% | 0.95% | - |
| XYZ | 46.97 | 23.03 | 57.85 | - |
| YUV | 96.85 | 187.35 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 202 | 0 | 0.99 | 0.16 | 0.05 | 309.83 | 0.98 | 0.48 |
| Hex | F1 | 3 | CA | 0 | 63 | 10 | 5 | 136 | 62 | 30 |
| Octal | 361 | 3 | 312 | 0 | 143 | 20 | 5 | 466 | 142 | 60 |
| Binary | 11110001 | 11 | 11001010 | 0 | 1100011 | 10000 | 101 | 100110110 | 1100010 | 110000 |
Color Harmonies of #F103CA
Complementary color
Monochromatic Colors of #F103CA
Black with #F103CA
Text Example
Text Example
White with #F103CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103CA; }
p { color: rgb(241,3,202); }
H1.HeaderClassName
{
color: #F103CA;
}
.AnyTagClassName
{
color: #F103CA;
}
</style>
background-color css
<style>
a { background-color: #F103CA; }
a { background-color: rgb(241,3,202); }
div.DivClassName
{
background-color: #F103CA;
}
.BgClassName
{
background-color: #F103CA;
}
</style>
border-color css
<style>
span { border-color: #F103CA; }
span { border-color: rgb(241,3,202); }
td.TdClassName
{
border-color: #F103CA;
}
.TagClassName
{
border-color: #F103CA;
}
</style>