Shades of Razzmatazz #F50076
Tints of Razzmatazz #F50076
RGB
CMYK
RGB Variations
Color information
#F50076 (or 0xF50076) is known color: Razzmatazz. HEX triplet: F5, 00 and 76. RGB value is (245,0,118). Sum of RGB (Red+Green+Blue) = 245+0+118=363 (48% of max value = 765). Red value is 245 (96.09% from 255 or 67.49% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 245 - color contains mainly: red. Hex color #F50076 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50076 is #0AFF89. Grayscale: #565656. Windows color (decimal): -720778 or 7733493. OLE color: 7733493.
HSL color Cylindrical-coordinate representation of color #F50076: hue angle of 331.1º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F50076 is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.52 | 0.04 |
| HSL | 331.1º | 1% | 0.48% | - |
| HSV(B) | 331.1º | 1% | 0.96% | - |
| XYZ | 40.93 | 20.72 | 18.98 | - |
| YUV | 86.71 | 145.67 | 240.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 118 | 0 | 1 | 0.52 | 0.04 | 331.1 | 1 | 0.48 |
| Hex | F5 | 0 | 76 | 0 | 64 | 34 | 4 | 14B | 64 | 30 |
| Octal | 365 | 0 | 166 | 0 | 144 | 64 | 4 | 513 | 144 | 60 |
| Binary | 11110101 | 0 | 1110110 | 0 | 1100100 | 110100 | 100 | 101001011 | 1100100 | 110000 |
Color Harmonies of #F50076
Complementary color
Monochromatic Colors of #F50076
Black with #F50076
Text Example
Text Example
White with #F50076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50076; }
p { color: rgb(245,0,118); }
H1.HeaderClassName
{
color: #F50076;
}
.AnyTagClassName
{
color: #F50076;
}
</style>
background-color css
<style>
a { background-color: #F50076; }
a { background-color: rgb(245,0,118); }
div.DivClassName
{
background-color: #F50076;
}
.BgClassName
{
background-color: #F50076;
}
</style>
border-color css
<style>
span { border-color: #F50076; }
span { border-color: rgb(245,0,118); }
td.TdClassName
{
border-color: #F50076;
}
.TagClassName
{
border-color: #F50076;
}
</style>