Shades of Razzmatazz #F00960
Tints of Razzmatazz #F00960
RGB
CMYK
RGB Variations
Color information
#F00960 (or 0xF00960) is known color: Razzmatazz. HEX triplet: F0, 09 and 60. RGB value is (240,9,96). Sum of RGB (Red+Green+Blue) = 240+9+96=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F00960 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00960 is #0FF69F. Grayscale: #575757. Windows color (decimal): -1046176 or 6294000. OLE color: 6294000.
HSL color Cylindrical-coordinate representation of color #F00960: hue angle of 337.4º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00960 is Cyan = 0, Magento = 0.96, Yellow = 0.6 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 96 | - |
| CMYK | 0 | 0.96 | 0.6 | 0.06 |
| HSL | 337.4º | 0.93% | 0.49% | - |
| HSV(B) | 337.4º | 0.96% | 0.94% | - |
| XYZ | 38.14 | 19.57 | 12.83 | - |
| YUV | 87.99 | 132.53 | 236.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 96 | 0 | 0.96 | 0.6 | 0.06 | 337.4 | 0.93 | 0.49 |
| Hex | F0 | 9 | 60 | 0 | 60 | 3C | 6 | 151 | 5D | 31 |
| Octal | 360 | 11 | 140 | 0 | 140 | 74 | 6 | 521 | 135 | 61 |
| Binary | 11110000 | 1001 | 1100000 | 0 | 1100000 | 111100 | 110 | 101010001 | 1011101 | 110001 |
Color Harmonies of #F00960
Complementary color
Monochromatic Colors of #F00960
Black with #F00960
Text Example
Text Example
White with #F00960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00960; }
p { color: rgb(240,9,96); }
H1.HeaderClassName
{
color: #F00960;
}
.AnyTagClassName
{
color: #F00960;
}
</style>
background-color css
<style>
a { background-color: #F00960; }
a { background-color: rgb(240,9,96); }
div.DivClassName
{
background-color: #F00960;
}
.BgClassName
{
background-color: #F00960;
}
</style>
border-color css
<style>
span { border-color: #F00960; }
span { border-color: rgb(240,9,96); }
td.TdClassName
{
border-color: #F00960;
}
.TagClassName
{
border-color: #F00960;
}
</style>