Shades of Hot Magenta #F70BCE
Tints of Hot Magenta #F70BCE
RGB
CMYK
RGB Variations
Color information
#F70BCE (or 0xF70BCE) is known color: Hot Magenta. HEX triplet: F7, 0B and CE. RGB value is (247,11,206). Sum of RGB (Red+Green+Blue) = 247+11+206=464 (61% of max value = 765). Red value is 247 (96.88% from 255 or 53.23% from 464); Green value is 11 (4.69% from 255 or 2.37% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BCE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70BCE is #08F431. Grayscale: #676767. Windows color (decimal): -586802 or 13503479. OLE color: 13503479.
HSL color Cylindrical-coordinate representation of color #F70BCE: hue angle of 310.42º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70BCE is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 206 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.03 |
| HSL | 310.42º | 0.94% | 0.51% | - |
| HSV(B) | 310.42º | 0.96% | 0.97% | - |
| XYZ | 49.62 | 24.47 | 60.5 | - |
| YUV | 103.79 | 185.69 | 230.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 206 | 0 | 0.96 | 0.17 | 0.03 | 310.42 | 0.94 | 0.51 |
| Hex | F7 | B | CE | 0 | 60 | 11 | 3 | 136 | 5E | 33 |
| Octal | 367 | 13 | 316 | 0 | 140 | 21 | 3 | 466 | 136 | 63 |
| Binary | 11110111 | 1011 | 11001110 | 0 | 1100000 | 10001 | 11 | 100110110 | 1011110 | 110011 |
Color Harmonies of #F70BCE
Complementary color
Monochromatic Colors of #F70BCE
Black with #F70BCE
Text Example
Text Example
White with #F70BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70BCE; }
p { color: rgb(247,11,206); }
H1.HeaderClassName
{
color: #F70BCE;
}
.AnyTagClassName
{
color: #F70BCE;
}
</style>
background-color css
<style>
a { background-color: #F70BCE; }
a { background-color: rgb(247,11,206); }
div.DivClassName
{
background-color: #F70BCE;
}
.BgClassName
{
background-color: #F70BCE;
}
</style>
border-color css
<style>
span { border-color: #F70BCE; }
span { border-color: rgb(247,11,206); }
td.TdClassName
{
border-color: #F70BCE;
}
.TagClassName
{
border-color: #F70BCE;
}
</style>