Shades of Razzmatazz #F7096D
Tints of Razzmatazz #F7096D
RGB
CMYK
RGB Variations
Color information
#F7096D (or 0xF7096D) is known color: Razzmatazz. HEX triplet: F7, 09 and 6D. RGB value is (247,9,109). Sum of RGB (Red+Green+Blue) = 247+9+109=365 (48% of max value = 765). Red value is 247 (96.88% from 255 or 67.67% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 247 - color contains mainly: red. Hex color #F7096D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7096D is #08F692. Grayscale: #5B5B5B. Windows color (decimal): -587411 or 7145975. OLE color: 7145975.
HSL color Cylindrical-coordinate representation of color #F7096D: hue angle of 334.79º 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 #F7096D is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 109 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.03 |
| HSL | 334.79º | 0.94% | 0.5% | - |
| HSV(B) | 334.79º | 0.96% | 0.97% | - |
| XYZ | 41.22 | 21.07 | 16.36 | - |
| YUV | 91.56 | 137.85 | 238.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 109 | 0 | 0.96 | 0.56 | 0.03 | 334.79 | 0.94 | 0.5 |
| Hex | F7 | 9 | 6D | 0 | 60 | 38 | 3 | 14F | 5E | 32 |
| Octal | 367 | 11 | 155 | 0 | 140 | 70 | 3 | 517 | 136 | 62 |
| Binary | 11110111 | 1001 | 1101101 | 0 | 1100000 | 111000 | 11 | 101001111 | 1011110 | 110010 |
Color Harmonies of #F7096D
Complementary color
Monochromatic Colors of #F7096D
Black with #F7096D
Text Example
Text Example
White with #F7096D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7096D; }
p { color: rgb(247,9,109); }
H1.HeaderClassName
{
color: #F7096D;
}
.AnyTagClassName
{
color: #F7096D;
}
</style>
background-color css
<style>
a { background-color: #F7096D; }
a { background-color: rgb(247,9,109); }
div.DivClassName
{
background-color: #F7096D;
}
.BgClassName
{
background-color: #F7096D;
}
</style>
border-color css
<style>
span { border-color: #F7096D; }
span { border-color: rgb(247,9,109); }
td.TdClassName
{
border-color: #F7096D;
}
.TagClassName
{
border-color: #F7096D;
}
</style>