Shades of Razzmatazz #F40773
Tints of Razzmatazz #F40773
RGB
CMYK
RGB Variations
Color information
#F40773 (or 0xF40773) is known color: Razzmatazz. HEX triplet: F4, 07 and 73. RGB value is (244,7,115). Sum of RGB (Red+Green+Blue) = 244+7+115=366 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.67% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 244 - color contains mainly: red. Hex color #F40773 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F40773 is #0BF88C. Grayscale: #595959. Windows color (decimal): -784525 or 7538676. OLE color: 7538676.
HSL color Cylindrical-coordinate representation of color #F40773: hue angle of 332.66º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F40773 is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 7 | 115 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.04 |
| HSL | 332.66º | 0.94% | 0.49% | - |
| HSV(B) | 332.66º | 0.97% | 0.96% | - |
| XYZ | 40.48 | 20.62 | 18.07 | - |
| YUV | 90.18 | 142.02 | 237.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 7 | 115 | 0 | 0.97 | 0.53 | 0.04 | 332.66 | 0.94 | 0.49 |
| Hex | F4 | 7 | 73 | 0 | 61 | 35 | 4 | 14D | 5E | 31 |
| Octal | 364 | 7 | 163 | 0 | 141 | 65 | 4 | 515 | 136 | 61 |
| Binary | 11110100 | 111 | 1110011 | 0 | 1100001 | 110101 | 100 | 101001101 | 1011110 | 110001 |
Color Harmonies of #F40773
Complementary color
Monochromatic Colors of #F40773
Black with #F40773
Text Example
Text Example
White with #F40773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F40773; }
p { color: rgb(244,7,115); }
H1.HeaderClassName
{
color: #F40773;
}
.AnyTagClassName
{
color: #F40773;
}
</style>
background-color css
<style>
a { background-color: #F40773; }
a { background-color: rgb(244,7,115); }
div.DivClassName
{
background-color: #F40773;
}
.BgClassName
{
background-color: #F40773;
}
</style>
border-color css
<style>
span { border-color: #F40773; }
span { border-color: rgb(244,7,115); }
td.TdClassName
{
border-color: #F40773;
}
.TagClassName
{
border-color: #F40773;
}
</style>