Shades of Razzmatazz #F0096D
Tints of Razzmatazz #F0096D
RGB
CMYK
RGB Variations
Color information
#F0096D (or 0xF0096D) is known color: Razzmatazz. HEX triplet: F0, 09 and 6D. RGB value is (240,9,109). Sum of RGB (Red+Green+Blue) = 240+9+109=358 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.04% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 240 - color contains mainly: red. Hex color #F0096D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0096D is #0FF692. Grayscale: #595959. Windows color (decimal): -1046163 or 7145968. OLE color: 7145968.
HSL color Cylindrical-coordinate representation of color #F0096D: hue angle of 334.03º 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 #F0096D is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.06 |
| HSL | 334.03º | 0.93% | 0.49% | - |
| HSV(B) | 334.03º | 0.96% | 0.94% | - |
| XYZ | 38.79 | 19.82 | 16.25 | - |
| YUV | 89.47 | 139.03 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 109 | 0 | 0.96 | 0.55 | 0.06 | 334.03 | 0.93 | 0.49 |
| Hex | F0 | 9 | 6D | 0 | 60 | 37 | 6 | 14E | 5D | 31 |
| Octal | 360 | 11 | 155 | 0 | 140 | 67 | 6 | 516 | 135 | 61 |
| Binary | 11110000 | 1001 | 1101101 | 0 | 1100000 | 110111 | 110 | 101001110 | 1011101 | 110001 |
Color Harmonies of #F0096D
Complementary color
Monochromatic Colors of #F0096D
Black with #F0096D
Text Example
Text Example
White with #F0096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0096D; }
p { color: rgb(240,9,109); }
H1.HeaderClassName
{
color: #F0096D;
}
.AnyTagClassName
{
color: #F0096D;
}
</style>
background-color css
<style>
a { background-color: #F0096D; }
a { background-color: rgb(240,9,109); }
div.DivClassName
{
background-color: #F0096D;
}
.BgClassName
{
background-color: #F0096D;
}
</style>
border-color css
<style>
span { border-color: #F0096D; }
span { border-color: rgb(240,9,109); }
td.TdClassName
{
border-color: #F0096D;
}
.TagClassName
{
border-color: #F0096D;
}
</style>