Shades of Razzmatazz #F00770
Tints of Razzmatazz #F00770
RGB
CMYK
RGB Variations
Color information
#F00770 (or 0xF00770) is known color: Razzmatazz. HEX triplet: F0, 07 and 70. RGB value is (240,7,112). Sum of RGB (Red+Green+Blue) = 240+7+112=359 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.85% from 359); Green value is 7 (3.12% from 255 or 1.95% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 240 - color contains mainly: red. Hex color #F00770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00770 is #0FF88F. Grayscale: #585858. Windows color (decimal): -1046672 or 7342064. OLE color: 7342064.
HSL color Cylindrical-coordinate representation of color #F00770: hue angle of 332.96º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F00770 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.06 |
| HSL | 332.96º | 0.94% | 0.48% | - |
| HSV(B) | 332.96º | 0.97% | 0.94% | - |
| XYZ | 38.94 | 19.85 | 17.11 | - |
| YUV | 88.64 | 141.19 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 112 | 0 | 0.97 | 0.53 | 0.06 | 332.96 | 0.94 | 0.48 |
| Hex | F0 | 7 | 70 | 0 | 61 | 35 | 6 | 14D | 5E | 30 |
| Octal | 360 | 7 | 160 | 0 | 141 | 65 | 6 | 515 | 136 | 60 |
| Binary | 11110000 | 111 | 1110000 | 0 | 1100001 | 110101 | 110 | 101001101 | 1011110 | 110000 |
Color Harmonies of #F00770
Complementary color
Monochromatic Colors of #F00770
Black with #F00770
Text Example
Text Example
White with #F00770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00770; }
p { color: rgb(240,7,112); }
H1.HeaderClassName
{
color: #F00770;
}
.AnyTagClassName
{
color: #F00770;
}
</style>
background-color css
<style>
a { background-color: #F00770; }
a { background-color: rgb(240,7,112); }
div.DivClassName
{
background-color: #F00770;
}
.BgClassName
{
background-color: #F00770;
}
</style>
border-color css
<style>
span { border-color: #F00770; }
span { border-color: rgb(240,7,112); }
td.TdClassName
{
border-color: #F00770;
}
.TagClassName
{
border-color: #F00770;
}
</style>