Shades of Razzmatazz #F00963
Tints of Razzmatazz #F00963
RGB
CMYK
RGB Variations
Color information
#F00963 (or 0xF00963) is known color: Razzmatazz. HEX triplet: F0, 09 and 63. RGB value is (240,9,99). Sum of RGB (Red+Green+Blue) = 240+9+99=348 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.97% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 240 - color contains mainly: red. Hex color #F00963 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00963 is #0FF69C. Grayscale: #585858. Windows color (decimal): -1046173 or 6490608. OLE color: 6490608.
HSL color Cylindrical-coordinate representation of color #F00963: hue angle of 336.62º 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 #F00963 is Cyan = 0, Magento = 0.96, Yellow = 0.59 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.59 | 0.06 |
| HSL | 336.62º | 0.93% | 0.49% | - |
| HSV(B) | 336.62º | 0.96% | 0.94% | - |
| XYZ | 38.29 | 19.62 | 13.57 | - |
| YUV | 88.33 | 134.03 | 236.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 99 | 0 | 0.96 | 0.59 | 0.06 | 336.62 | 0.93 | 0.49 |
| Hex | F0 | 9 | 63 | 0 | 60 | 3B | 6 | 151 | 5D | 31 |
| Octal | 360 | 11 | 143 | 0 | 140 | 73 | 6 | 521 | 135 | 61 |
| Binary | 11110000 | 1001 | 1100011 | 0 | 1100000 | 111011 | 110 | 101010001 | 1011101 | 110001 |
Color Harmonies of #F00963
Complementary color
Monochromatic Colors of #F00963
Black with #F00963
Text Example
Text Example
White with #F00963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00963; }
p { color: rgb(240,9,99); }
H1.HeaderClassName
{
color: #F00963;
}
.AnyTagClassName
{
color: #F00963;
}
</style>
background-color css
<style>
a { background-color: #F00963; }
a { background-color: rgb(240,9,99); }
div.DivClassName
{
background-color: #F00963;
}
.BgClassName
{
background-color: #F00963;
}
</style>
border-color css
<style>
span { border-color: #F00963; }
span { border-color: rgb(240,9,99); }
td.TdClassName
{
border-color: #F00963;
}
.TagClassName
{
border-color: #F00963;
}
</style>