Shades of Hot Magenta #F100CC
Tints of Hot Magenta #F100CC
RGB
CMYK
RGB Variations
Color information
#F100CC (or 0xF100CC) is known color: Hot Magenta. HEX triplet: F1, 00 and CC. RGB value is (241,0,204). Sum of RGB (Red+Green+Blue) = 241+0+204=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 0 (0.39% from 255 or 0% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F100CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100CC is #0EFF33. Grayscale: #5E5E5E. Windows color (decimal): -982836 or 13369585. OLE color: 13369585.
HSL color Cylindrical-coordinate representation of color #F100CC: hue angle of 309.21º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F100CC is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.15 | 0.05 |
| HSL | 309.21º | 1% | 0.47% | - |
| HSV(B) | 309.21º | 1% | 0.95% | - |
| XYZ | 47.17 | 23.06 | 59.09 | - |
| YUV | 95.32 | 189.34 | 231.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 204 | 0 | 1 | 0.15 | 0.05 | 309.21 | 1 | 0.47 |
| Hex | F1 | 0 | CC | 0 | 64 | F | 5 | 135 | 64 | 2F |
| Octal | 361 | 0 | 314 | 0 | 144 | 17 | 5 | 465 | 144 | 57 |
| Binary | 11110001 | 0 | 11001100 | 0 | 1100100 | 1111 | 101 | 100110101 | 1100100 | 101111 |
Color Harmonies of #F100CC
Complementary color
Monochromatic Colors of #F100CC
Black with #F100CC
Text Example
Text Example
White with #F100CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100CC; }
p { color: rgb(241,0,204); }
H1.HeaderClassName
{
color: #F100CC;
}
.AnyTagClassName
{
color: #F100CC;
}
</style>
background-color css
<style>
a { background-color: #F100CC; }
a { background-color: rgb(241,0,204); }
div.DivClassName
{
background-color: #F100CC;
}
.BgClassName
{
background-color: #F100CC;
}
</style>
border-color css
<style>
span { border-color: #F100CC; }
span { border-color: rgb(241,0,204); }
td.TdClassName
{
border-color: #F100CC;
}
.TagClassName
{
border-color: #F100CC;
}
</style>