Shades of Razzmatazz #F00749
Tints of Razzmatazz #F00749
RGB
CMYK
RGB Variations
Color information
#F00749 (or 0xF00749) is known color: Razzmatazz. HEX triplet: F0, 07 and 49. RGB value is (240,7,73). Sum of RGB (Red+Green+Blue) = 240+7+73=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 7 (3.12% from 255 or 2.19% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F00749 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00749 is #0FF8B6. Grayscale: #545454. Windows color (decimal): -1046711 or 4786160. OLE color: 4786160.
HSL color Cylindrical-coordinate representation of color #F00749: hue angle of 343º 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 #F00749 is Cyan = 0, Magento = 0.97, Yellow = 0.70 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 7 | 73 | - |
| CMYK | 0 | 0.97 | 0.70 | 0.06 |
| HSL | 343º | 0.94% | 0.48% | - |
| HSV(B) | 343º | 0.97% | 0.94% | - |
| XYZ | 37.21 | 19.16 | 8.04 | - |
| YUV | 84.19 | 121.69 | 239.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 7 | 73 | 0 | 0.97 | 0.70 | 0.06 | 343 | 0.94 | 0.48 |
| Hex | F0 | 7 | 49 | 0 | 61 | 46 | 6 | 157 | 5E | 30 |
| Octal | 360 | 7 | 111 | 0 | 141 | 106 | 6 | 527 | 136 | 60 |
| Binary | 11110000 | 111 | 1001001 | 0 | 1100001 | 1000110 | 110 | 101010111 | 1011110 | 110000 |
Color Harmonies of #F00749
Complementary color
Monochromatic Colors of #F00749
Black with #F00749
Text Example
Text Example
White with #F00749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00749; }
p { color: rgb(240,7,73); }
H1.HeaderClassName
{
color: #F00749;
}
.AnyTagClassName
{
color: #F00749;
}
</style>
background-color css
<style>
a { background-color: #F00749; }
a { background-color: rgb(240,7,73); }
div.DivClassName
{
background-color: #F00749;
}
.BgClassName
{
background-color: #F00749;
}
</style>
border-color css
<style>
span { border-color: #F00749; }
span { border-color: rgb(240,7,73); }
td.TdClassName
{
border-color: #F00749;
}
.TagClassName
{
border-color: #F00749;
}
</style>