Shades of Razzmatazz #F70859
Tints of Razzmatazz #F70859
RGB
CMYK
RGB Variations
Color information
#F70859 (or 0xF70859) is known color: Razzmatazz. HEX triplet: F7, 08 and 59. RGB value is (247,8,89). Sum of RGB (Red+Green+Blue) = 247+8+89=344 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.80% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 247 - color contains mainly: red. Hex color #F70859 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70859 is #08F7A6. Grayscale: #585858. Windows color (decimal): -587687 or 5834999. OLE color: 5834999.
HSL color Cylindrical-coordinate representation of color #F70859: hue angle of 339.67º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F70859 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 89 | - |
| CMYK | 0 | 0.97 | 0.64 | 0.03 |
| HSL | 339.67º | 0.94% | 0.5% | - |
| HSV(B) | 339.67º | 0.97% | 0.97% | - |
| XYZ | 40.25 | 20.67 | 11.32 | - |
| YUV | 88.7 | 128.18 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 89 | 0 | 0.97 | 0.64 | 0.03 | 339.67 | 0.94 | 0.5 |
| Hex | F7 | 8 | 59 | 0 | 61 | 40 | 3 | 154 | 5E | 32 |
| Octal | 367 | 10 | 131 | 0 | 141 | 100 | 3 | 524 | 136 | 62 |
| Binary | 11110111 | 1000 | 1011001 | 0 | 1100001 | 1000000 | 11 | 101010100 | 1011110 | 110010 |
Color Harmonies of #F70859
Complementary color
Monochromatic Colors of #F70859
Black with #F70859
Text Example
Text Example
White with #F70859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70859; }
p { color: rgb(247,8,89); }
H1.HeaderClassName
{
color: #F70859;
}
.AnyTagClassName
{
color: #F70859;
}
</style>
background-color css
<style>
a { background-color: #F70859; }
a { background-color: rgb(247,8,89); }
div.DivClassName
{
background-color: #F70859;
}
.BgClassName
{
background-color: #F70859;
}
</style>
border-color css
<style>
span { border-color: #F70859; }
span { border-color: rgb(247,8,89); }
td.TdClassName
{
border-color: #F70859;
}
.TagClassName
{
border-color: #F70859;
}
</style>