Shades of Hot Magenta #F109CB
Tints of Hot Magenta #F109CB
RGB
CMYK
RGB Variations
Color information
#F109CB (or 0xF109CB) is known color: Hot Magenta. HEX triplet: F1, 09 and CB. RGB value is (241,9,203). Sum of RGB (Red+Green+Blue) = 241+9+203=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 9 (3.91% from 255 or 1.99% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F109CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F109CB is #0EF634. Grayscale: #636363. Windows color (decimal): -980533 or 13306353. OLE color: 13306353.
HSL color Cylindrical-coordinate representation of color #F109CB: hue angle of 309.83º 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 #F109CB is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 203 | - |
| CMYK | 0 | 0.96 | 0.16 | 0.05 |
| HSL | 309.83º | 0.93% | 0.49% | - |
| HSV(B) | 309.83º | 0.96% | 0.95% | - |
| XYZ | 47.15 | 23.21 | 58.49 | - |
| YUV | 100.48 | 185.86 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 203 | 0 | 0.96 | 0.16 | 0.05 | 309.83 | 0.93 | 0.49 |
| Hex | F1 | 9 | CB | 0 | 60 | 10 | 5 | 136 | 5D | 31 |
| Octal | 361 | 11 | 313 | 0 | 140 | 20 | 5 | 466 | 135 | 61 |
| Binary | 11110001 | 1001 | 11001011 | 0 | 1100000 | 10000 | 101 | 100110110 | 1011101 | 110001 |
Color Harmonies of #F109CB
Complementary color
Monochromatic Colors of #F109CB
Black with #F109CB
Text Example
Text Example
White with #F109CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F109CB; }
p { color: rgb(241,9,203); }
H1.HeaderClassName
{
color: #F109CB;
}
.AnyTagClassName
{
color: #F109CB;
}
</style>
background-color css
<style>
a { background-color: #F109CB; }
a { background-color: rgb(241,9,203); }
div.DivClassName
{
background-color: #F109CB;
}
.BgClassName
{
background-color: #F109CB;
}
</style>
border-color css
<style>
span { border-color: #F109CB; }
span { border-color: rgb(241,9,203); }
td.TdClassName
{
border-color: #F109CB;
}
.TagClassName
{
border-color: #F109CB;
}
</style>