Shades of Razzmatazz #F0096B
Tints of Razzmatazz #F0096B
RGB
CMYK
RGB Variations
Color information
#F0096B (or 0xF0096B) is known color: Razzmatazz. HEX triplet: F0, 09 and 6B. RGB value is (240,9,107). Sum of RGB (Red+Green+Blue) = 240+9+107=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 9 (3.91% from 255 or 2.53% from 356); Blue value is 107 (42.19% from 255 or 30.06% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F0096B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0096B is #0FF694. Grayscale: #595959. Windows color (decimal): -1046165 or 7014896. OLE color: 7014896.
HSL color Cylindrical-coordinate representation of color #F0096B: hue angle of 334.55º 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 #F0096B is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 9 | 107 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.06 |
| HSL | 334.55º | 0.93% | 0.49% | - |
| HSV(B) | 334.55º | 0.96% | 0.94% | - |
| XYZ | 38.69 | 19.78 | 15.69 | - |
| YUV | 89.24 | 138.03 | 235.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 9 | 107 | 0 | 0.96 | 0.55 | 0.06 | 334.55 | 0.93 | 0.49 |
| Hex | F0 | 9 | 6B | 0 | 60 | 37 | 6 | 14F | 5D | 31 |
| Octal | 360 | 11 | 153 | 0 | 140 | 67 | 6 | 517 | 135 | 61 |
| Binary | 11110000 | 1001 | 1101011 | 0 | 1100000 | 110111 | 110 | 101001111 | 1011101 | 110001 |
Color Harmonies of #F0096B
Complementary color
Monochromatic Colors of #F0096B
Black with #F0096B
Text Example
Text Example
White with #F0096B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0096B; }
p { color: rgb(240,9,107); }
H1.HeaderClassName
{
color: #F0096B;
}
.AnyTagClassName
{
color: #F0096B;
}
</style>
background-color css
<style>
a { background-color: #F0096B; }
a { background-color: rgb(240,9,107); }
div.DivClassName
{
background-color: #F0096B;
}
.BgClassName
{
background-color: #F0096B;
}
</style>
border-color css
<style>
span { border-color: #F0096B; }
span { border-color: rgb(240,9,107); }
td.TdClassName
{
border-color: #F0096B;
}
.TagClassName
{
border-color: #F0096B;
}
</style>