Shades of Razzmatazz #F1096C
Tints of Razzmatazz #F1096C
RGB
CMYK
RGB Variations
Color information
#F1096C (or 0xF1096C) is known color: Razzmatazz. HEX triplet: F1, 09 and 6C. RGB value is (241,9,108). Sum of RGB (Red+Green+Blue) = 241+9+108=358 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.32% from 358); Green value is 9 (3.91% from 255 or 2.51% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 241 - color contains mainly: red. Hex color #F1096C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1096C is #0EF693. Grayscale: #595959. Windows color (decimal): -980628 or 7080433. OLE color: 7080433.
HSL color Cylindrical-coordinate representation of color #F1096C: hue angle of 334.4º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1096C is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 108 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.05 |
| HSL | 334.4º | 0.93% | 0.49% | - |
| HSV(B) | 334.4º | 0.96% | 0.95% | - |
| XYZ | 39.08 | 19.98 | 15.98 | - |
| YUV | 89.65 | 138.36 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 108 | 0 | 0.96 | 0.55 | 0.05 | 334.4 | 0.93 | 0.49 |
| Hex | F1 | 9 | 6C | 0 | 60 | 37 | 5 | 14E | 5D | 31 |
| Octal | 361 | 11 | 154 | 0 | 140 | 67 | 5 | 516 | 135 | 61 |
| Binary | 11110001 | 1001 | 1101100 | 0 | 1100000 | 110111 | 101 | 101001110 | 1011101 | 110001 |
Color Harmonies of #F1096C
Complementary color
Monochromatic Colors of #F1096C
Black with #F1096C
Text Example
Text Example
White with #F1096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1096C; }
p { color: rgb(241,9,108); }
H1.HeaderClassName
{
color: #F1096C;
}
.AnyTagClassName
{
color: #F1096C;
}
</style>
background-color css
<style>
a { background-color: #F1096C; }
a { background-color: rgb(241,9,108); }
div.DivClassName
{
background-color: #F1096C;
}
.BgClassName
{
background-color: #F1096C;
}
</style>
border-color css
<style>
span { border-color: #F1096C; }
span { border-color: rgb(241,9,108); }
td.TdClassName
{
border-color: #F1096C;
}
.TagClassName
{
border-color: #F1096C;
}
</style>