Shades of Razzmatazz #F00773
Tints of Razzmatazz #F00773
RGB
CMYK
RGB Variations
Color information
#F00773 (or 0xF00773) is known color: Razzmatazz. HEX triplet: F0, 07 and 73. RGB value is (240,7,115). Sum of RGB (Red+Green+Blue) = 240+7+115=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F00773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00773 is #0FF88C. Grayscale: #585858. Windows color (decimal): -1046669 or 7538672. OLE color: 7538672.
HSL color Cylindrical-coordinate representation of color #F00773: hue angle of 332.19º 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 #F00773 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.06 |
| HSL | 332.19º | 0.94% | 0.48% | - |
| HSV(B) | 332.19º | 0.97% | 0.94% | - |
| XYZ | 39.11 | 19.92 | 18 | - |
| YUV | 88.98 | 142.69 | 235.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 115 | 0 | 0.97 | 0.52 | 0.06 | 332.19 | 0.94 | 0.48 |
| Hex | F0 | 7 | 73 | 0 | 61 | 34 | 6 | 14C | 5E | 30 |
| Octal | 360 | 7 | 163 | 0 | 141 | 64 | 6 | 514 | 136 | 60 |
| Binary | 11110000 | 111 | 1110011 | 0 | 1100001 | 110100 | 110 | 101001100 | 1011110 | 110000 |
Color Harmonies of #F00773
Complementary color
Monochromatic Colors of #F00773
Black with #F00773
Text Example
Text Example
White with #F00773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00773; }
p { color: rgb(240,7,115); }
H1.HeaderClassName
{
color: #F00773;
}
.AnyTagClassName
{
color: #F00773;
}
</style>
background-color css
<style>
a { background-color: #F00773; }
a { background-color: rgb(240,7,115); }
div.DivClassName
{
background-color: #F00773;
}
.BgClassName
{
background-color: #F00773;
}
</style>
border-color css
<style>
span { border-color: #F00773; }
span { border-color: rgb(240,7,115); }
td.TdClassName
{
border-color: #F00773;
}
.TagClassName
{
border-color: #F00773;
}
</style>