Shades of Razzmatazz #F1076D
Tints of Razzmatazz #F1076D
RGB
CMYK
RGB Variations
Color information
#F1076D (or 0xF1076D) is known color: Razzmatazz. HEX triplet: F1, 07 and 6D. RGB value is (241,7,109). Sum of RGB (Red+Green+Blue) = 241+7+109=357 (47% of max value = 765). Red value is 241 (94.53% from 255 or 67.51% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 241 - color contains mainly: red. Hex color #F1076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F1076D is #0EF892. Grayscale: #585858. Windows color (decimal): -981139 or 7145457. OLE color: 7145457.
HSL color Cylindrical-coordinate representation of color #F1076D: hue angle of 333.85º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F1076D is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.05 |
| HSL | 333.85º | 0.94% | 0.49% | - |
| HSV(B) | 333.85º | 0.97% | 0.95% | - |
| XYZ | 39.11 | 19.96 | 16.26 | - |
| YUV | 88.59 | 139.52 | 236.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 109 | 0 | 0.97 | 0.55 | 0.05 | 333.85 | 0.94 | 0.49 |
| Hex | F1 | 7 | 6D | 0 | 61 | 37 | 5 | 14E | 5E | 31 |
| Octal | 361 | 7 | 155 | 0 | 141 | 67 | 5 | 516 | 136 | 61 |
| Binary | 11110001 | 111 | 1101101 | 0 | 1100001 | 110111 | 101 | 101001110 | 1011110 | 110001 |
Color Harmonies of #F1076D
Complementary color
Monochromatic Colors of #F1076D
Black with #F1076D
Text Example
Text Example
White with #F1076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1076D; }
p { color: rgb(241,7,109); }
H1.HeaderClassName
{
color: #F1076D;
}
.AnyTagClassName
{
color: #F1076D;
}
</style>
background-color css
<style>
a { background-color: #F1076D; }
a { background-color: rgb(241,7,109); }
div.DivClassName
{
background-color: #F1076D;
}
.BgClassName
{
background-color: #F1076D;
}
</style>
border-color css
<style>
span { border-color: #F1076D; }
span { border-color: rgb(241,7,109); }
td.TdClassName
{
border-color: #F1076D;
}
.TagClassName
{
border-color: #F1076D;
}
</style>