Shades of Hot Magenta #F10BCC
Tints of Hot Magenta #F10BCC
RGB
CMYK
RGB Variations
Color information
#F10BCC (or 0xF10BCC) is known color: Hot Magenta. HEX triplet: F1, 0B and CC. RGB value is (241,11,204). Sum of RGB (Red+Green+Blue) = 241+11+204=456 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.85% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BCC is #0EF433. Grayscale: #656565. Windows color (decimal): -980020 or 13372401. OLE color: 13372401.
HSL color Cylindrical-coordinate representation of color #F10BCC: hue angle of 309.65º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F10BCC is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 204 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.05 |
| HSL | 309.65º | 0.91% | 0.49% | - |
| HSV(B) | 309.65º | 0.95% | 0.95% | - |
| XYZ | 47.29 | 23.3 | 59.13 | - |
| YUV | 101.77 | 185.7 | 227.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 204 | 0 | 0.95 | 0.15 | 0.05 | 309.65 | 0.91 | 0.49 |
| Hex | F1 | B | CC | 0 | 5F | F | 5 | 136 | 5B | 31 |
| Octal | 361 | 13 | 314 | 0 | 137 | 17 | 5 | 466 | 133 | 61 |
| Binary | 11110001 | 1011 | 11001100 | 0 | 1011111 | 1111 | 101 | 100110110 | 1011011 | 110001 |
Color Harmonies of #F10BCC
Complementary color
Monochromatic Colors of #F10BCC
Black with #F10BCC
Text Example
Text Example
White with #F10BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BCC; }
p { color: rgb(241,11,204); }
H1.HeaderClassName
{
color: #F10BCC;
}
.AnyTagClassName
{
color: #F10BCC;
}
</style>
background-color css
<style>
a { background-color: #F10BCC; }
a { background-color: rgb(241,11,204); }
div.DivClassName
{
background-color: #F10BCC;
}
.BgClassName
{
background-color: #F10BCC;
}
</style>
border-color css
<style>
span { border-color: #F10BCC; }
span { border-color: rgb(241,11,204); }
td.TdClassName
{
border-color: #F10BCC;
}
.TagClassName
{
border-color: #F10BCC;
}
</style>