Shades of Razzmatazz #F7076B
Tints of Razzmatazz #F7076B
RGB
CMYK
RGB Variations
Color information
#F7076B (or 0xF7076B) is known color: Razzmatazz. HEX triplet: F7, 07 and 6B. RGB value is (247,7,107). Sum of RGB (Red+Green+Blue) = 247+7+107=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F7076B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7076B is #08F894. Grayscale: #595959. Windows color (decimal): -587925 or 7014391. OLE color: 7014391.
HSL color Cylindrical-coordinate representation of color #F7076B: hue angle of 335º 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 #F7076B is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 107 | - |
| CMYK | 0 | 0.97 | 0.57 | 0.03 |
| HSL | 335º | 0.94% | 0.5% | - |
| HSV(B) | 335º | 0.97% | 0.97% | - |
| XYZ | 41.09 | 20.99 | 15.8 | - |
| YUV | 90.16 | 137.51 | 239.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 107 | 0 | 0.97 | 0.57 | 0.03 | 335 | 0.94 | 0.5 |
| Hex | F7 | 7 | 6B | 0 | 61 | 39 | 3 | 14F | 5E | 32 |
| Octal | 367 | 7 | 153 | 0 | 141 | 71 | 3 | 517 | 136 | 62 |
| Binary | 11110111 | 111 | 1101011 | 0 | 1100001 | 111001 | 11 | 101001111 | 1011110 | 110010 |
Color Harmonies of #F7076B
Complementary color
Monochromatic Colors of #F7076B
Black with #F7076B
Text Example
Text Example
White with #F7076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7076B; }
p { color: rgb(247,7,107); }
H1.HeaderClassName
{
color: #F7076B;
}
.AnyTagClassName
{
color: #F7076B;
}
</style>
background-color css
<style>
a { background-color: #F7076B; }
a { background-color: rgb(247,7,107); }
div.DivClassName
{
background-color: #F7076B;
}
.BgClassName
{
background-color: #F7076B;
}
</style>
border-color css
<style>
span { border-color: #F7076B; }
span { border-color: rgb(247,7,107); }
td.TdClassName
{
border-color: #F7076B;
}
.TagClassName
{
border-color: #F7076B;
}
</style>