Shades of Hot Magenta #F100CA
Tints of Hot Magenta #F100CA
RGB
CMYK
RGB Variations
Color information
#F100CA (or 0xF100CA) is known color: Hot Magenta. HEX triplet: F1, 00 and CA. RGB value is (241,0,202). Sum of RGB (Red+Green+Blue) = 241+0+202=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 0 (0.39% from 255 or 0% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F100CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F100CA is #0EFF35. Grayscale: #5E5E5E. Windows color (decimal): -982838 or 13238513. OLE color: 13238513.
HSL color Cylindrical-coordinate representation of color #F100CA: hue angle of 309.71º 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 #F100CA is Cyan = 0, Magento = 1, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 0 | 202 | - |
| CMYK | 0 | 1 | 0.16 | 0.05 |
| HSL | 309.71º | 1% | 0.47% | - |
| HSV(B) | 309.71º | 1% | 0.95% | - |
| XYZ | 46.94 | 22.97 | 57.84 | - |
| YUV | 95.09 | 188.34 | 232.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 0 | 202 | 0 | 1 | 0.16 | 0.05 | 309.71 | 1 | 0.47 |
| Hex | F1 | 0 | CA | 0 | 64 | 10 | 5 | 136 | 64 | 2F |
| Octal | 361 | 0 | 312 | 0 | 144 | 20 | 5 | 466 | 144 | 57 |
| Binary | 11110001 | 0 | 11001010 | 0 | 1100100 | 10000 | 101 | 100110110 | 1100100 | 101111 |
Color Harmonies of #F100CA
Complementary color
Monochromatic Colors of #F100CA
Black with #F100CA
Text Example
Text Example
White with #F100CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F100CA; }
p { color: rgb(241,0,202); }
H1.HeaderClassName
{
color: #F100CA;
}
.AnyTagClassName
{
color: #F100CA;
}
</style>
background-color css
<style>
a { background-color: #F100CA; }
a { background-color: rgb(241,0,202); }
div.DivClassName
{
background-color: #F100CA;
}
.BgClassName
{
background-color: #F100CA;
}
</style>
border-color css
<style>
span { border-color: #F100CA; }
span { border-color: rgb(241,0,202); }
td.TdClassName
{
border-color: #F100CA;
}
.TagClassName
{
border-color: #F100CA;
}
</style>