Shades of Razzmatazz #F9076E
Tints of Razzmatazz #F9076E
RGB
CMYK
RGB Variations
Color information
#F9076E (or 0xF9076E) is known color: Razzmatazz. HEX triplet: F9, 07 and 6E. RGB value is (249,7,110). Sum of RGB (Red+Green+Blue) = 249+7+110=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 7 (3.12% from 255 or 1.91% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F9076E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9076E is #06F891. Grayscale: #5A5A5A. Windows color (decimal): -456850 or 7211001. OLE color: 7211001.
HSL color Cylindrical-coordinate representation of color #F9076E: hue angle of 334.46º 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 #F9076E is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 110 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.02 |
| HSL | 334.46º | 0.95% | 0.5% | - |
| HSV(B) | 334.46º | 0.97% | 0.98% | - |
| XYZ | 41.96 | 21.42 | 16.67 | - |
| YUV | 91.1 | 138.67 | 240.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 110 | 0 | 0.97 | 0.56 | 0.02 | 334.46 | 0.95 | 0.5 |
| Hex | F9 | 7 | 6E | 0 | 61 | 38 | 2 | 14E | 5F | 32 |
| Octal | 371 | 7 | 156 | 0 | 141 | 70 | 2 | 516 | 137 | 62 |
| Binary | 11111001 | 111 | 1101110 | 0 | 1100001 | 111000 | 10 | 101001110 | 1011111 | 110010 |
Color Harmonies of #F9076E
Complementary color
Monochromatic Colors of #F9076E
Black with #F9076E
Text Example
Text Example
White with #F9076E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9076E; }
p { color: rgb(249,7,110); }
H1.HeaderClassName
{
color: #F9076E;
}
.AnyTagClassName
{
color: #F9076E;
}
</style>
background-color css
<style>
a { background-color: #F9076E; }
a { background-color: rgb(249,7,110); }
div.DivClassName
{
background-color: #F9076E;
}
.BgClassName
{
background-color: #F9076E;
}
</style>
border-color css
<style>
span { border-color: #F9076E; }
span { border-color: rgb(249,7,110); }
td.TdClassName
{
border-color: #F9076E;
}
.TagClassName
{
border-color: #F9076E;
}
</style>