Shades of Razzmatazz #F5076D
Tints of Razzmatazz #F5076D
RGB
CMYK
RGB Variations
Color information
#F5076D (or 0xF5076D) is known color: Razzmatazz. HEX triplet: F5, 07 and 6D. RGB value is (245,7,109). Sum of RGB (Red+Green+Blue) = 245+7+109=361 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.87% from 361); Green value is 7 (3.12% from 255 or 1.94% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 245 - color contains mainly: red. Hex color #F5076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5076D is #0AF892. Grayscale: #595959. Windows color (decimal): -718995 or 7145461. OLE color: 7145461.
HSL color Cylindrical-coordinate representation of color #F5076D: hue angle of 334.29º 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 #F5076D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.04 |
| HSL | 334.29º | 0.94% | 0.49% | - |
| HSV(B) | 334.29º | 0.97% | 0.96% | - |
| XYZ | 40.49 | 20.67 | 16.32 | - |
| YUV | 89.79 | 138.85 | 238.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 7 | 109 | 0 | 0.97 | 0.56 | 0.04 | 334.29 | 0.94 | 0.49 |
| Hex | F5 | 7 | 6D | 0 | 61 | 38 | 4 | 14E | 5E | 31 |
| Octal | 365 | 7 | 155 | 0 | 141 | 70 | 4 | 516 | 136 | 61 |
| Binary | 11110101 | 111 | 1101101 | 0 | 1100001 | 111000 | 100 | 101001110 | 1011110 | 110001 |
Color Harmonies of #F5076D
Complementary color
Monochromatic Colors of #F5076D
Black with #F5076D
Text Example
Text Example
White with #F5076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5076D; }
p { color: rgb(245,7,109); }
H1.HeaderClassName
{
color: #F5076D;
}
.AnyTagClassName
{
color: #F5076D;
}
</style>
background-color css
<style>
a { background-color: #F5076D; }
a { background-color: rgb(245,7,109); }
div.DivClassName
{
background-color: #F5076D;
}
.BgClassName
{
background-color: #F5076D;
}
</style>
border-color css
<style>
span { border-color: #F5076D; }
span { border-color: rgb(245,7,109); }
td.TdClassName
{
border-color: #F5076D;
}
.TagClassName
{
border-color: #F5076D;
}
</style>