Shades of Hot Magenta #F706CB
Tints of Hot Magenta #F706CB
RGB
CMYK
RGB Variations
Color information
#F706CB (or 0xF706CB) is known color: Hot Magenta. HEX triplet: F7, 06 and CB. RGB value is (247,6,203). Sum of RGB (Red+Green+Blue) = 247+6+203=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 6 (2.73% from 255 or 1.32% from 456); Blue value is 203 (79.69% from 255 or 44.52% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F706CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706CB is #08F934. Grayscale: #636363. Windows color (decimal): -588085 or 13305591. OLE color: 13305591.
HSL color Cylindrical-coordinate representation of color #F706CB: hue angle of 310.95º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706CB is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 203 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.03 |
| HSL | 310.95º | 0.95% | 0.5% | - |
| HSV(B) | 310.95º | 0.98% | 0.97% | - |
| XYZ | 49.2 | 24.22 | 58.58 | - |
| YUV | 100.52 | 185.84 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 203 | 0 | 0.98 | 0.18 | 0.03 | 310.95 | 0.95 | 0.5 |
| Hex | F7 | 6 | CB | 0 | 62 | 12 | 3 | 137 | 5F | 32 |
| Octal | 367 | 6 | 313 | 0 | 142 | 22 | 3 | 467 | 137 | 62 |
| Binary | 11110111 | 110 | 11001011 | 0 | 1100010 | 10010 | 11 | 100110111 | 1011111 | 110010 |
Color Harmonies of #F706CB
Complementary color
Monochromatic Colors of #F706CB
Black with #F706CB
Text Example
Text Example
White with #F706CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706CB; }
p { color: rgb(247,6,203); }
H1.HeaderClassName
{
color: #F706CB;
}
.AnyTagClassName
{
color: #F706CB;
}
</style>
background-color css
<style>
a { background-color: #F706CB; }
a { background-color: rgb(247,6,203); }
div.DivClassName
{
background-color: #F706CB;
}
.BgClassName
{
background-color: #F706CB;
}
</style>
border-color css
<style>
span { border-color: #F706CB; }
span { border-color: rgb(247,6,203); }
td.TdClassName
{
border-color: #F706CB;
}
.TagClassName
{
border-color: #F706CB;
}
</style>