Shades of Razzmatazz #F70851
Tints of Razzmatazz #F70851
RGB
CMYK
RGB Variations
Color information
#F70851 (or 0xF70851) is known color: Razzmatazz. HEX triplet: F7, 08 and 51. RGB value is (247,8,81). Sum of RGB (Red+Green+Blue) = 247+8+81=336 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.51% from 336); Green value is 8 (3.52% from 255 or 2.38% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 247 - color contains mainly: red. Hex color #F70851 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70851 is #08F7AE. Grayscale: #575757. Windows color (decimal): -587695 or 5310711. OLE color: 5310711.
HSL color Cylindrical-coordinate representation of color #F70851: hue angle of 341.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 #F70851 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 81 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.03 |
| HSL | 341.67º | 0.94% | 0.5% | - |
| HSV(B) | 341.67º | 0.97% | 0.97% | - |
| XYZ | 39.93 | 20.54 | 9.65 | - |
| YUV | 87.78 | 124.18 | 241.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 81 | 0 | 0.97 | 0.67 | 0.03 | 341.67 | 0.94 | 0.5 |
| Hex | F7 | 8 | 51 | 0 | 61 | 43 | 3 | 156 | 5E | 32 |
| Octal | 367 | 10 | 121 | 0 | 141 | 103 | 3 | 526 | 136 | 62 |
| Binary | 11110111 | 1000 | 1010001 | 0 | 1100001 | 1000011 | 11 | 101010110 | 1011110 | 110010 |
Color Harmonies of #F70851
Complementary color
Monochromatic Colors of #F70851
Black with #F70851
Text Example
Text Example
White with #F70851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70851; }
p { color: rgb(247,8,81); }
H1.HeaderClassName
{
color: #F70851;
}
.AnyTagClassName
{
color: #F70851;
}
</style>
background-color css
<style>
a { background-color: #F70851; }
a { background-color: rgb(247,8,81); }
div.DivClassName
{
background-color: #F70851;
}
.BgClassName
{
background-color: #F70851;
}
</style>
border-color css
<style>
span { border-color: #F70851; }
span { border-color: rgb(247,8,81); }
td.TdClassName
{
border-color: #F70851;
}
.TagClassName
{
border-color: #F70851;
}
</style>