Shades of Razzmatazz #F7096E
Tints of Razzmatazz #F7096E
RGB
CMYK
RGB Variations
Color information
#F7096E (or 0xF7096E) is known color: Razzmatazz. HEX triplet: F7, 09 and 6E. RGB value is (247,9,110). Sum of RGB (Red+Green+Blue) = 247+9+110=366 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.49% from 366); Green value is 9 (3.91% from 255 or 2.46% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 247 - color contains mainly: red. Hex color #F7096E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7096E is #08F691. Grayscale: #5B5B5B. Windows color (decimal): -587410 or 7211511. OLE color: 7211511.
HSL color Cylindrical-coordinate representation of color #F7096E: hue angle of 334.54º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7096E is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 110 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.03 |
| HSL | 334.54º | 0.94% | 0.5% | - |
| HSV(B) | 334.54º | 0.96% | 0.97% | - |
| XYZ | 41.27 | 21.1 | 16.65 | - |
| YUV | 91.68 | 138.35 | 238.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 110 | 0 | 0.96 | 0.55 | 0.03 | 334.54 | 0.94 | 0.5 |
| Hex | F7 | 9 | 6E | 0 | 60 | 37 | 3 | 14F | 5E | 32 |
| Octal | 367 | 11 | 156 | 0 | 140 | 67 | 3 | 517 | 136 | 62 |
| Binary | 11110111 | 1001 | 1101110 | 0 | 1100000 | 110111 | 11 | 101001111 | 1011110 | 110010 |
Color Harmonies of #F7096E
Complementary color
Monochromatic Colors of #F7096E
Black with #F7096E
Text Example
Text Example
White with #F7096E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7096E; }
p { color: rgb(247,9,110); }
H1.HeaderClassName
{
color: #F7096E;
}
.AnyTagClassName
{
color: #F7096E;
}
</style>
background-color css
<style>
a { background-color: #F7096E; }
a { background-color: rgb(247,9,110); }
div.DivClassName
{
background-color: #F7096E;
}
.BgClassName
{
background-color: #F7096E;
}
</style>
border-color css
<style>
span { border-color: #F7096E; }
span { border-color: rgb(247,9,110); }
td.TdClassName
{
border-color: #F7096E;
}
.TagClassName
{
border-color: #F7096E;
}
</style>