Shades of Razzmatazz #F50976
Tints of Razzmatazz #F50976
RGB
CMYK
RGB Variations
Color information
#F50976 (or 0xF50976) is known color: Razzmatazz. HEX triplet: F5, 09 and 76. RGB value is (245,9,118). Sum of RGB (Red+Green+Blue) = 245+9+118=372 (49% of max value = 765). Red value is 245 (96.09% from 255 or 65.86% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 245 - color contains mainly: red. Hex color #F50976 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F50976 is #0AF689. Grayscale: #5B5B5B. Windows color (decimal): -718474 or 7735797. OLE color: 7735797.
HSL color Cylindrical-coordinate representation of color #F50976: hue angle of 332.29º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50976 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 118 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.04 |
| HSL | 332.29º | 0.93% | 0.5% | - |
| HSV(B) | 332.29º | 0.96% | 0.96% | - |
| XYZ | 41.02 | 20.92 | 19.01 | - |
| YUV | 91.99 | 142.69 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 118 | 0 | 0.96 | 0.52 | 0.04 | 332.29 | 0.93 | 0.5 |
| Hex | F5 | 9 | 76 | 0 | 60 | 34 | 4 | 14C | 5D | 32 |
| Octal | 365 | 11 | 166 | 0 | 140 | 64 | 4 | 514 | 135 | 62 |
| Binary | 11110101 | 1001 | 1110110 | 0 | 1100000 | 110100 | 100 | 101001100 | 1011101 | 110010 |
Color Harmonies of #F50976
Complementary color
Monochromatic Colors of #F50976
Black with #F50976
Text Example
Text Example
White with #F50976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50976; }
p { color: rgb(245,9,118); }
H1.HeaderClassName
{
color: #F50976;
}
.AnyTagClassName
{
color: #F50976;
}
</style>
background-color css
<style>
a { background-color: #F50976; }
a { background-color: rgb(245,9,118); }
div.DivClassName
{
background-color: #F50976;
}
.BgClassName
{
background-color: #F50976;
}
</style>
border-color css
<style>
span { border-color: #F50976; }
span { border-color: rgb(245,9,118); }
td.TdClassName
{
border-color: #F50976;
}
.TagClassName
{
border-color: #F50976;
}
</style>