Shades of Razzmatazz #F0096C
Tints of Razzmatazz #F0096C
RGB
CMYK
RGB Variations
Color information
#F0096C (or 0xF0096C) is known color: Razzmatazz. HEX triplet: F0, 09 and 6C. RGB value is (240,9,108). Sum of RGB (Red+Green+Blue) = 240+9+108=357 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.23% from 357); Green value is 9 (3.91% from 255 or 2.52% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 240 - color contains mainly: red. Hex color #F0096C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0096C is #0FF693. Grayscale: #595959. Windows color (decimal): -1046164 or 7080432. OLE color: 7080432.
HSL color Cylindrical-coordinate representation of color #F0096C: hue angle of 334.29º 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 #F0096C is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.06 |
| HSL | 334.29º | 0.93% | 0.49% | - |
| HSV(B) | 334.29º | 0.96% | 0.94% | - |
| XYZ | 38.74 | 19.8 | 15.97 | - |
| YUV | 89.36 | 138.53 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 108 | 0 | 0.96 | 0.55 | 0.06 | 334.29 | 0.93 | 0.49 |
| Hex | F0 | 9 | 6C | 0 | 60 | 37 | 6 | 14E | 5D | 31 |
| Octal | 360 | 11 | 154 | 0 | 140 | 67 | 6 | 516 | 135 | 61 |
| Binary | 11110000 | 1001 | 1101100 | 0 | 1100000 | 110111 | 110 | 101001110 | 1011101 | 110001 |
Color Harmonies of #F0096C
Complementary color
Monochromatic Colors of #F0096C
Black with #F0096C
Text Example
Text Example
White with #F0096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0096C; }
p { color: rgb(240,9,108); }
H1.HeaderClassName
{
color: #F0096C;
}
.AnyTagClassName
{
color: #F0096C;
}
</style>
background-color css
<style>
a { background-color: #F0096C; }
a { background-color: rgb(240,9,108); }
div.DivClassName
{
background-color: #F0096C;
}
.BgClassName
{
background-color: #F0096C;
}
</style>
border-color css
<style>
span { border-color: #F0096C; }
span { border-color: rgb(240,9,108); }
td.TdClassName
{
border-color: #F0096C;
}
.TagClassName
{
border-color: #F0096C;
}
</style>