Shades of Razzmatazz #F30773
Tints of Razzmatazz #F30773
RGB
CMYK
RGB Variations
Color information
#F30773 (or 0xF30773) is known color: Razzmatazz. HEX triplet: F3, 07 and 73. RGB value is (243,7,115). Sum of RGB (Red+Green+Blue) = 243+7+115=365 (48% of max value = 765). Red value is 243 (95.31% from 255 or 66.58% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 243 - color contains mainly: red. Hex color #F30773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F30773 is #0CF88C. Grayscale: #595959. Windows color (decimal): -850061 or 7538675. OLE color: 7538675.
HSL color Cylindrical-coordinate representation of color #F30773: hue angle of 332.54º 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 #F30773 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.05 |
| HSL | 332.54º | 0.94% | 0.49% | - |
| HSV(B) | 332.54º | 0.97% | 0.95% | - |
| XYZ | 40.13 | 20.44 | 18.05 | - |
| YUV | 89.88 | 142.19 | 237.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 7 | 115 | 0 | 0.97 | 0.53 | 0.05 | 332.54 | 0.94 | 0.49 |
| Hex | F3 | 7 | 73 | 0 | 61 | 35 | 5 | 14D | 5E | 31 |
| Octal | 363 | 7 | 163 | 0 | 141 | 65 | 5 | 515 | 136 | 61 |
| Binary | 11110011 | 111 | 1110011 | 0 | 1100001 | 110101 | 101 | 101001101 | 1011110 | 110001 |
Color Harmonies of #F30773
Complementary color
Monochromatic Colors of #F30773
Black with #F30773
Text Example
Text Example
White with #F30773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F30773; }
p { color: rgb(243,7,115); }
H1.HeaderClassName
{
color: #F30773;
}
.AnyTagClassName
{
color: #F30773;
}
</style>
background-color css
<style>
a { background-color: #F30773; }
a { background-color: rgb(243,7,115); }
div.DivClassName
{
background-color: #F30773;
}
.BgClassName
{
background-color: #F30773;
}
</style>
border-color css
<style>
span { border-color: #F30773; }
span { border-color: rgb(243,7,115); }
td.TdClassName
{
border-color: #F30773;
}
.TagClassName
{
border-color: #F30773;
}
</style>