Shades of Razzmatazz #F7085D
Tints of Razzmatazz #F7085D
RGB
CMYK
RGB Variations
Color information
#F7085D (or 0xF7085D) is known color: Razzmatazz. HEX triplet: F7, 08 and 5D. RGB value is (247,8,93). Sum of RGB (Red+Green+Blue) = 247+8+93=348 (46% of max value = 765). Red value is 247 (96.88% from 255 or 70.98% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 247 - color contains mainly: red. Hex color #F7085D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7085D is #08F7A2. Grayscale: #595959. Windows color (decimal): -587683 or 6097143. OLE color: 6097143.
HSL color Cylindrical-coordinate representation of color #F7085D: hue angle of 338.66º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F7085D is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 93 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.03 |
| HSL | 338.66º | 0.94% | 0.5% | - |
| HSV(B) | 338.66º | 0.97% | 0.97% | - |
| XYZ | 40.42 | 20.74 | 12.23 | - |
| YUV | 89.15 | 130.18 | 240.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 93 | 0 | 0.97 | 0.62 | 0.03 | 338.66 | 0.94 | 0.5 |
| Hex | F7 | 8 | 5D | 0 | 61 | 3E | 3 | 153 | 5E | 32 |
| Octal | 367 | 10 | 135 | 0 | 141 | 76 | 3 | 523 | 136 | 62 |
| Binary | 11110111 | 1000 | 1011101 | 0 | 1100001 | 111110 | 11 | 101010011 | 1011110 | 110010 |
Color Harmonies of #F7085D
Complementary color
Monochromatic Colors of #F7085D
Black with #F7085D
Text Example
Text Example
White with #F7085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7085D; }
p { color: rgb(247,8,93); }
H1.HeaderClassName
{
color: #F7085D;
}
.AnyTagClassName
{
color: #F7085D;
}
</style>
background-color css
<style>
a { background-color: #F7085D; }
a { background-color: rgb(247,8,93); }
div.DivClassName
{
background-color: #F7085D;
}
.BgClassName
{
background-color: #F7085D;
}
</style>
border-color css
<style>
span { border-color: #F7085D; }
span { border-color: rgb(247,8,93); }
td.TdClassName
{
border-color: #F7085D;
}
.TagClassName
{
border-color: #F7085D;
}
</style>