Shades of Razzmatazz #F7095D
Tints of Razzmatazz #F7095D
RGB
CMYK
RGB Variations
Color information
#F7095D (or 0xF7095D) is known color: Razzmatazz. HEX triplet: F7, 09 and 5D. RGB value is (247,9,93). Sum of RGB (Red+Green+Blue) = 247+9+93=349 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.77% from 349); Green value is 9 (3.91% from 255 or 2.58% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 247 - color contains mainly: red. Hex color #F7095D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7095D is #08F6A2. Grayscale: #595959. Windows color (decimal): -587427 or 6097399. OLE color: 6097399.
HSL color Cylindrical-coordinate representation of color #F7095D: hue angle of 338.82º 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 #F7095D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 9 | 93 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.03 |
| HSL | 338.82º | 0.94% | 0.5% | - |
| HSV(B) | 338.82º | 0.96% | 0.97% | - |
| XYZ | 40.43 | 20.76 | 12.23 | - |
| YUV | 89.74 | 129.85 | 240.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 9 | 93 | 0 | 0.96 | 0.62 | 0.03 | 338.82 | 0.94 | 0.5 |
| Hex | F7 | 9 | 5D | 0 | 60 | 3E | 3 | 153 | 5E | 32 |
| Octal | 367 | 11 | 135 | 0 | 140 | 76 | 3 | 523 | 136 | 62 |
| Binary | 11110111 | 1001 | 1011101 | 0 | 1100000 | 111110 | 11 | 101010011 | 1011110 | 110010 |
Color Harmonies of #F7095D
Complementary color
Monochromatic Colors of #F7095D
Black with #F7095D
Text Example
Text Example
White with #F7095D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7095D; }
p { color: rgb(247,9,93); }
H1.HeaderClassName
{
color: #F7095D;
}
.AnyTagClassName
{
color: #F7095D;
}
</style>
background-color css
<style>
a { background-color: #F7095D; }
a { background-color: rgb(247,9,93); }
div.DivClassName
{
background-color: #F7095D;
}
.BgClassName
{
background-color: #F7095D;
}
</style>
border-color css
<style>
span { border-color: #F7095D; }
span { border-color: rgb(247,9,93); }
td.TdClassName
{
border-color: #F7095D;
}
.TagClassName
{
border-color: #F7095D;
}
</style>