Shades of Hot Magenta #F10BCE
Tints of Hot Magenta #F10BCE
RGB
CMYK
RGB Variations
Color information
#F10BCE (or 0xF10BCE) is known color: Hot Magenta. HEX triplet: F1, 0B and CE. RGB value is (241,11,206). Sum of RGB (Red+Green+Blue) = 241+11+206=458 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.62% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 241 - color contains mainly: red. Hex color #F10BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F10BCE is #0EF431. Grayscale: #656565. Windows color (decimal): -980018 or 13503473. OLE color: 13503473.
HSL color Cylindrical-coordinate representation of color #F10BCE: hue angle of 309.13º 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 #F10BCE is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 11 | 206 | - |
| CMYK | 0 | 0.95 | 0.15 | 0.05 |
| HSL | 309.13º | 0.91% | 0.49% | - |
| HSV(B) | 309.13º | 0.95% | 0.95% | - |
| XYZ | 47.54 | 23.4 | 60.4 | - |
| YUV | 102 | 186.7 | 227.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 11 | 206 | 0 | 0.95 | 0.15 | 0.05 | 309.13 | 0.91 | 0.49 |
| Hex | F1 | B | CE | 0 | 5F | F | 5 | 135 | 5B | 31 |
| Octal | 361 | 13 | 316 | 0 | 137 | 17 | 5 | 465 | 133 | 61 |
| Binary | 11110001 | 1011 | 11001110 | 0 | 1011111 | 1111 | 101 | 100110101 | 1011011 | 110001 |
Color Harmonies of #F10BCE
Complementary color
Monochromatic Colors of #F10BCE
Black with #F10BCE
Text Example
Text Example
White with #F10BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10BCE; }
p { color: rgb(241,11,206); }
H1.HeaderClassName
{
color: #F10BCE;
}
.AnyTagClassName
{
color: #F10BCE;
}
</style>
background-color css
<style>
a { background-color: #F10BCE; }
a { background-color: rgb(241,11,206); }
div.DivClassName
{
background-color: #F10BCE;
}
.BgClassName
{
background-color: #F10BCE;
}
</style>
border-color css
<style>
span { border-color: #F10BCE; }
span { border-color: rgb(241,11,206); }
td.TdClassName
{
border-color: #F10BCE;
}
.TagClassName
{
border-color: #F10BCE;
}
</style>