Shades of Razzmatazz #F10773
Tints of Razzmatazz #F10773
RGB
CMYK
RGB Variations
Color information
#F10773 (or 0xF10773) is known color: Razzmatazz. HEX triplet: F1, 07 and 73. RGB value is (241,7,115). Sum of RGB (Red+Green+Blue) = 241+7+115=363 (48% of max value = 765). Red value is 241 (94.53% from 255 or 66.39% from 363); Green value is 7 (3.12% from 255 or 1.93% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 241 - color contains mainly: red. Hex color #F10773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F10773 is #0EF88C. Grayscale: #595959. Windows color (decimal): -981133 or 7538673. OLE color: 7538673.
HSL color Cylindrical-coordinate representation of color #F10773: hue angle of 332.31º 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 #F10773 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.05 |
| HSL | 332.31º | 0.94% | 0.49% | - |
| HSV(B) | 332.31º | 0.97% | 0.95% | - |
| XYZ | 39.45 | 20.09 | 18.02 | - |
| YUV | 89.28 | 142.52 | 236.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 7 | 115 | 0 | 0.97 | 0.52 | 0.05 | 332.31 | 0.94 | 0.49 |
| Hex | F1 | 7 | 73 | 0 | 61 | 34 | 5 | 14C | 5E | 31 |
| Octal | 361 | 7 | 163 | 0 | 141 | 64 | 5 | 514 | 136 | 61 |
| Binary | 11110001 | 111 | 1110011 | 0 | 1100001 | 110100 | 101 | 101001100 | 1011110 | 110001 |
Color Harmonies of #F10773
Complementary color
Monochromatic Colors of #F10773
Black with #F10773
Text Example
Text Example
White with #F10773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F10773; }
p { color: rgb(241,7,115); }
H1.HeaderClassName
{
color: #F10773;
}
.AnyTagClassName
{
color: #F10773;
}
</style>
background-color css
<style>
a { background-color: #F10773; }
a { background-color: rgb(241,7,115); }
div.DivClassName
{
background-color: #F10773;
}
.BgClassName
{
background-color: #F10773;
}
</style>
border-color css
<style>
span { border-color: #F10773; }
span { border-color: rgb(241,7,115); }
td.TdClassName
{
border-color: #F10773;
}
.TagClassName
{
border-color: #F10773;
}
</style>