Shades of Hot Magenta #F103CE
Tints of Hot Magenta #F103CE
RGB
CMYK
RGB Variations
Color information
#F103CE (or 0xF103CE) is known color: Hot Magenta. HEX triplet: F1, 03 and CE. RGB value is (241,3,206). Sum of RGB (Red+Green+Blue) = 241+3+206=450 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.56% from 450); Green value is 3 (1.56% from 255 or 0.67% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 241 - color contains mainly: red. Hex color #F103CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103CE is #0EFC31. Grayscale: #606060. Windows color (decimal): -982066 or 13501425. OLE color: 13501425.
HSL color Cylindrical-coordinate representation of color #F103CE: hue angle of 308.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 #F103CE is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 206 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.05 |
| HSL | 308.82º | 0.98% | 0.48% | - |
| HSV(B) | 308.82º | 0.99% | 0.95% | - |
| XYZ | 47.45 | 23.22 | 60.37 | - |
| YUV | 97.3 | 189.35 | 230.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 206 | 0 | 0.99 | 0.15 | 0.05 | 308.82 | 0.98 | 0.48 |
| Hex | F1 | 3 | CE | 0 | 63 | F | 5 | 135 | 62 | 30 |
| Octal | 361 | 3 | 316 | 0 | 143 | 17 | 5 | 465 | 142 | 60 |
| Binary | 11110001 | 11 | 11001110 | 0 | 1100011 | 1111 | 101 | 100110101 | 1100010 | 110000 |
Color Harmonies of #F103CE
Complementary color
Monochromatic Colors of #F103CE
Black with #F103CE
Text Example
Text Example
White with #F103CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103CE; }
p { color: rgb(241,3,206); }
H1.HeaderClassName
{
color: #F103CE;
}
.AnyTagClassName
{
color: #F103CE;
}
</style>
background-color css
<style>
a { background-color: #F103CE; }
a { background-color: rgb(241,3,206); }
div.DivClassName
{
background-color: #F103CE;
}
.BgClassName
{
background-color: #F103CE;
}
</style>
border-color css
<style>
span { border-color: #F103CE; }
span { border-color: rgb(241,3,206); }
td.TdClassName
{
border-color: #F103CE;
}
.TagClassName
{
border-color: #F103CE;
}
</style>