Shades of Razzmatazz #F00967
Tints of Razzmatazz #F00967
RGB
CMYK
RGB Variations
Color information
#F00967 (or 0xF00967) is known color: Razzmatazz. HEX triplet: F0, 09 and 67. RGB value is (240,9,103). Sum of RGB (Red+Green+Blue) = 240+9+103=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 9 (3.91% from 255 or 2.56% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F00967 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F00967 is #0FF698. Grayscale: #585858. Windows color (decimal): -1046169 or 6752752. OLE color: 6752752.
HSL color Cylindrical-coordinate representation of color #F00967: hue angle of 335.58º 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 #F00967 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 103 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.06 |
| HSL | 335.58º | 0.93% | 0.49% | - |
| HSV(B) | 335.58º | 0.96% | 0.94% | - |
| XYZ | 38.48 | 19.7 | 14.61 | - |
| YUV | 88.79 | 136.03 | 235.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 103 | 0 | 0.96 | 0.57 | 0.06 | 335.58 | 0.93 | 0.49 |
| Hex | F0 | 9 | 67 | 0 | 60 | 39 | 6 | 150 | 5D | 31 |
| Octal | 360 | 11 | 147 | 0 | 140 | 71 | 6 | 520 | 135 | 61 |
| Binary | 11110000 | 1001 | 1100111 | 0 | 1100000 | 111001 | 110 | 101010000 | 1011101 | 110001 |
Color Harmonies of #F00967
Complementary color
Monochromatic Colors of #F00967
Black with #F00967
Text Example
Text Example
White with #F00967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00967; }
p { color: rgb(240,9,103); }
H1.HeaderClassName
{
color: #F00967;
}
.AnyTagClassName
{
color: #F00967;
}
</style>
background-color css
<style>
a { background-color: #F00967; }
a { background-color: rgb(240,9,103); }
div.DivClassName
{
background-color: #F00967;
}
.BgClassName
{
background-color: #F00967;
}
</style>
border-color css
<style>
span { border-color: #F00967; }
span { border-color: rgb(240,9,103); }
td.TdClassName
{
border-color: #F00967;
}
.TagClassName
{
border-color: #F00967;
}
</style>