Shades of Razzmatazz #F9076D
Tints of Razzmatazz #F9076D
RGB
CMYK
RGB Variations
Color information
#F9076D (or 0xF9076D) is known color: Razzmatazz. HEX triplet: F9, 07 and 6D. RGB value is (249,7,109). Sum of RGB (Red+Green+Blue) = 249+7+109=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 7 (3.12% from 255 or 1.92% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F9076D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9076D is #06F892. Grayscale: #5A5A5A. Windows color (decimal): -456851 or 7145465. OLE color: 7145465.
HSL color Cylindrical-coordinate representation of color #F9076D: hue angle of 334.71º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9076D is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 109 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.02 |
| HSL | 334.71º | 0.95% | 0.5% | - |
| HSV(B) | 334.71º | 0.97% | 0.98% | - |
| XYZ | 41.9 | 21.4 | 16.39 | - |
| YUV | 90.99 | 138.17 | 240.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 109 | 0 | 0.97 | 0.56 | 0.02 | 334.71 | 0.95 | 0.5 |
| Hex | F9 | 7 | 6D | 0 | 61 | 38 | 2 | 14F | 5F | 32 |
| Octal | 371 | 7 | 155 | 0 | 141 | 70 | 2 | 517 | 137 | 62 |
| Binary | 11111001 | 111 | 1101101 | 0 | 1100001 | 111000 | 10 | 101001111 | 1011111 | 110010 |
Color Harmonies of #F9076D
Complementary color
Monochromatic Colors of #F9076D
Black with #F9076D
Text Example
Text Example
White with #F9076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9076D; }
p { color: rgb(249,7,109); }
H1.HeaderClassName
{
color: #F9076D;
}
.AnyTagClassName
{
color: #F9076D;
}
</style>
background-color css
<style>
a { background-color: #F9076D; }
a { background-color: rgb(249,7,109); }
div.DivClassName
{
background-color: #F9076D;
}
.BgClassName
{
background-color: #F9076D;
}
</style>
border-color css
<style>
span { border-color: #F9076D; }
span { border-color: rgb(249,7,109); }
td.TdClassName
{
border-color: #F9076D;
}
.TagClassName
{
border-color: #F9076D;
}
</style>