Shades of Hot Magenta #F103CC
Tints of Hot Magenta #F103CC
RGB
CMYK
RGB Variations
Color information
#F103CC (or 0xF103CC) is known color: Hot Magenta. HEX triplet: F1, 03 and CC. RGB value is (241,3,204). Sum of RGB (Red+Green+Blue) = 241+3+204=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 3 (1.56% from 255 or 0.67% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F103CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F103CC is #0EFC33. Grayscale: #606060. Windows color (decimal): -982068 or 13370353. OLE color: 13370353.
HSL color Cylindrical-coordinate representation of color #F103CC: hue angle of 309.33º 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 #F103CC is Cyan = 0, Magento = 0.99, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.15 | 0.05 |
| HSL | 309.33º | 0.98% | 0.48% | - |
| HSV(B) | 309.33º | 0.99% | 0.95% | - |
| XYZ | 47.21 | 23.13 | 59.1 | - |
| YUV | 97.08 | 188.35 | 230.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 3 | 204 | 0 | 0.99 | 0.15 | 0.05 | 309.33 | 0.98 | 0.48 |
| Hex | F1 | 3 | CC | 0 | 63 | F | 5 | 135 | 62 | 30 |
| Octal | 361 | 3 | 314 | 0 | 143 | 17 | 5 | 465 | 142 | 60 |
| Binary | 11110001 | 11 | 11001100 | 0 | 1100011 | 1111 | 101 | 100110101 | 1100010 | 110000 |
Color Harmonies of #F103CC
Complementary color
Monochromatic Colors of #F103CC
Black with #F103CC
Text Example
Text Example
White with #F103CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F103CC; }
p { color: rgb(241,3,204); }
H1.HeaderClassName
{
color: #F103CC;
}
.AnyTagClassName
{
color: #F103CC;
}
</style>
background-color css
<style>
a { background-color: #F103CC; }
a { background-color: rgb(241,3,204); }
div.DivClassName
{
background-color: #F103CC;
}
.BgClassName
{
background-color: #F103CC;
}
</style>
border-color css
<style>
span { border-color: #F103CC; }
span { border-color: rgb(241,3,204); }
td.TdClassName
{
border-color: #F103CC;
}
.TagClassName
{
border-color: #F103CC;
}
</style>