Shades of Razzmatazz #F1096F
Tints of Razzmatazz #F1096F
RGB
CMYK
RGB Variations
Color information
#F1096F (or 0xF1096F) is known color: Razzmatazz. HEX triplet: F1, 09 and 6F. RGB value is (241,9,111). Sum of RGB (Red+Green+Blue) = 241+9+111=361 (47% of max value = 765). Red value is 241 (94.53% from 255 or 66.76% from 361); Green value is 9 (3.91% from 255 or 2.49% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 241 - color contains mainly: red. Hex color #F1096F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1096F is #0EF690. Grayscale: #595959. Windows color (decimal): -980625 or 7277041. OLE color: 7277041.
HSL color Cylindrical-coordinate representation of color #F1096F: hue angle of 333.62º 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 #F1096F is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 9 | 111 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.05 |
| HSL | 333.62º | 0.93% | 0.49% | - |
| HSV(B) | 333.62º | 0.96% | 0.95% | - |
| XYZ | 39.24 | 20.04 | 16.84 | - |
| YUV | 90 | 139.86 | 235.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 9 | 111 | 0 | 0.96 | 0.54 | 0.05 | 333.62 | 0.93 | 0.49 |
| Hex | F1 | 9 | 6F | 0 | 60 | 36 | 5 | 14E | 5D | 31 |
| Octal | 361 | 11 | 157 | 0 | 140 | 66 | 5 | 516 | 135 | 61 |
| Binary | 11110001 | 1001 | 1101111 | 0 | 1100000 | 110110 | 101 | 101001110 | 1011101 | 110001 |
Color Harmonies of #F1096F
Complementary color
Monochromatic Colors of #F1096F
Black with #F1096F
Text Example
Text Example
White with #F1096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1096F; }
p { color: rgb(241,9,111); }
H1.HeaderClassName
{
color: #F1096F;
}
.AnyTagClassName
{
color: #F1096F;
}
</style>
background-color css
<style>
a { background-color: #F1096F; }
a { background-color: rgb(241,9,111); }
div.DivClassName
{
background-color: #F1096F;
}
.BgClassName
{
background-color: #F1096F;
}
</style>
border-color css
<style>
span { border-color: #F1096F; }
span { border-color: rgb(241,9,111); }
td.TdClassName
{
border-color: #F1096F;
}
.TagClassName
{
border-color: #F1096F;
}
</style>