Shades of Razzmatazz #F70B4D
Tints of Razzmatazz #F70B4D
RGB
CMYK
RGB Variations
Color information
#F70B4D (or 0xF70B4D) is known color: Razzmatazz. HEX triplet: F7, 0B and 4D. RGB value is (247,11,77). Sum of RGB (Red+Green+Blue) = 247+11+77=335 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.73% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 247 - color contains mainly: red. Hex color #F70B4D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F70B4D is #08F4B2. Grayscale: #595959. Windows color (decimal): -586931 or 5049335. OLE color: 5049335.
HSL color Cylindrical-coordinate representation of color #F70B4D: hue angle of 343.22º 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 #F70B4D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 77 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.03 |
| HSL | 343.22º | 0.94% | 0.51% | - |
| HSV(B) | 343.22º | 0.96% | 0.97% | - |
| XYZ | 39.82 | 20.55 | 8.89 | - |
| YUV | 89.09 | 121.19 | 240.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 77 | 0 | 0.96 | 0.69 | 0.03 | 343.22 | 0.94 | 0.51 |
| Hex | F7 | B | 4D | 0 | 60 | 45 | 3 | 157 | 5E | 33 |
| Octal | 367 | 13 | 115 | 0 | 140 | 105 | 3 | 527 | 136 | 63 |
| Binary | 11110111 | 1011 | 1001101 | 0 | 1100000 | 1000101 | 11 | 101010111 | 1011110 | 110011 |
Color Harmonies of #F70B4D
Complementary color
Monochromatic Colors of #F70B4D
Black with #F70B4D
Text Example
Text Example
White with #F70B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70B4D; }
p { color: rgb(247,11,77); }
H1.HeaderClassName
{
color: #F70B4D;
}
.AnyTagClassName
{
color: #F70B4D;
}
</style>
background-color css
<style>
a { background-color: #F70B4D; }
a { background-color: rgb(247,11,77); }
div.DivClassName
{
background-color: #F70B4D;
}
.BgClassName
{
background-color: #F70B4D;
}
</style>
border-color css
<style>
span { border-color: #F70B4D; }
span { border-color: rgb(247,11,77); }
td.TdClassName
{
border-color: #F70B4D;
}
.TagClassName
{
border-color: #F70B4D;
}
</style>