Shades of Hot Magenta #F109CA
Tints of Hot Magenta #F109CA
RGB
CMYK
RGB Variations
Color information
#F109CA (or 0xF109CA) is known color: Hot Magenta. HEX triplet: F1, 09 and CA. RGB value is (241,9,202). Sum of RGB (Red+Green+Blue) = 241+9+202=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 9 (3.91% from 255 or 1.99% from 452); Blue value is 202 (79.30% from 255 or 44.69% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F109CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F109CA is #0EF635. Grayscale: #636363. Windows color (decimal): -980534 or 13240817. OLE color: 13240817.
HSL color Cylindrical-coordinate representation of color #F109CA: hue angle of 310.09º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F109CA is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 202 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.05 |
| HSL | 310.09º | 0.93% | 0.49% | - |
| HSV(B) | 310.09º | 0.96% | 0.95% | - |
| XYZ | 47.03 | 23.16 | 57.87 | - |
| YUV | 100.37 | 185.36 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 202 | 0 | 0.96 | 0.16 | 0.05 | 310.09 | 0.93 | 0.49 |
| Hex | F1 | 9 | CA | 0 | 60 | 10 | 5 | 136 | 5D | 31 |
| Octal | 361 | 11 | 312 | 0 | 140 | 20 | 5 | 466 | 135 | 61 |
| Binary | 11110001 | 1001 | 11001010 | 0 | 1100000 | 10000 | 101 | 100110110 | 1011101 | 110001 |
Color Harmonies of #F109CA
Complementary color
Monochromatic Colors of #F109CA
Black with #F109CA
Text Example
Text Example
White with #F109CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109CA; }
p { color: rgb(241,9,202); }
H1.HeaderClassName
{
color: #F109CA;
}
.AnyTagClassName
{
color: #F109CA;
}
</style>
background-color css
<style>
a { background-color: #F109CA; }
a { background-color: rgb(241,9,202); }
div.DivClassName
{
background-color: #F109CA;
}
.BgClassName
{
background-color: #F109CA;
}
</style>
border-color css
<style>
span { border-color: #F109CA; }
span { border-color: rgb(241,9,202); }
td.TdClassName
{
border-color: #F109CA;
}
.TagClassName
{
border-color: #F109CA;
}
</style>