Shades of Razzmatazz #F50770
Tints of Razzmatazz #F50770
RGB
CMYK
RGB Variations
Color information
#F50770 (or 0xF50770) is known color: Razzmatazz. HEX triplet: F5, 07 and 70. RGB value is (245,7,112). Sum of RGB (Red+Green+Blue) = 245+7+112=364 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.31% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 245 - color contains mainly: red. Hex color #F50770 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50770 is #0AF88F. Grayscale: #595959. Windows color (decimal): -718992 or 7342069. OLE color: 7342069.
HSL color Cylindrical-coordinate representation of color #F50770: hue angle of 333.53º 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 #F50770 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 112 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.04 |
| HSL | 333.53º | 0.94% | 0.49% | - |
| HSV(B) | 333.53º | 0.97% | 0.96% | - |
| XYZ | 40.66 | 20.73 | 17.19 | - |
| YUV | 90.13 | 140.35 | 238.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 112 | 0 | 0.97 | 0.54 | 0.04 | 333.53 | 0.94 | 0.49 |
| Hex | F5 | 7 | 70 | 0 | 61 | 36 | 4 | 14E | 5E | 31 |
| Octal | 365 | 7 | 160 | 0 | 141 | 66 | 4 | 516 | 136 | 61 |
| Binary | 11110101 | 111 | 1110000 | 0 | 1100001 | 110110 | 100 | 101001110 | 1011110 | 110001 |
Color Harmonies of #F50770
Complementary color
Monochromatic Colors of #F50770
Black with #F50770
Text Example
Text Example
White with #F50770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50770; }
p { color: rgb(245,7,112); }
H1.HeaderClassName
{
color: #F50770;
}
.AnyTagClassName
{
color: #F50770;
}
</style>
background-color css
<style>
a { background-color: #F50770; }
a { background-color: rgb(245,7,112); }
div.DivClassName
{
background-color: #F50770;
}
.BgClassName
{
background-color: #F50770;
}
</style>
border-color css
<style>
span { border-color: #F50770; }
span { border-color: rgb(245,7,112); }
td.TdClassName
{
border-color: #F50770;
}
.TagClassName
{
border-color: #F50770;
}
</style>