Shades of Razzmatazz #F7085C
Tints of Razzmatazz #F7085C
RGB
CMYK
RGB Variations
Color information
#F7085C (or 0xF7085C) is known color: Razzmatazz. HEX triplet: F7, 08 and 5C. RGB value is (247,8,92). Sum of RGB (Red+Green+Blue) = 247+8+92=347 (45% of max value = 765). Red value is 247 (96.88% from 255 or 71.18% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 247 - color contains mainly: red. Hex color #F7085C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7085C is #08F7A3. Grayscale: #585858. Windows color (decimal): -587684 or 6031607. OLE color: 6031607.
HSL color Cylindrical-coordinate representation of color #F7085C: hue angle of 338.91º 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 #F7085C is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 92 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.03 |
| HSL | 338.91º | 0.94% | 0.5% | - |
| HSV(B) | 338.91º | 0.97% | 0.97% | - |
| XYZ | 40.38 | 20.72 | 12 | - |
| YUV | 89.04 | 129.68 | 240.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 92 | 0 | 0.97 | 0.63 | 0.03 | 338.91 | 0.94 | 0.5 |
| Hex | F7 | 8 | 5C | 0 | 61 | 3F | 3 | 153 | 5E | 32 |
| Octal | 367 | 10 | 134 | 0 | 141 | 77 | 3 | 523 | 136 | 62 |
| Binary | 11110111 | 1000 | 1011100 | 0 | 1100001 | 111111 | 11 | 101010011 | 1011110 | 110010 |
Color Harmonies of #F7085C
Complementary color
Monochromatic Colors of #F7085C
Black with #F7085C
Text Example
Text Example
White with #F7085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7085C; }
p { color: rgb(247,8,92); }
H1.HeaderClassName
{
color: #F7085C;
}
.AnyTagClassName
{
color: #F7085C;
}
</style>
background-color css
<style>
a { background-color: #F7085C; }
a { background-color: rgb(247,8,92); }
div.DivClassName
{
background-color: #F7085C;
}
.BgClassName
{
background-color: #F7085C;
}
</style>
border-color css
<style>
span { border-color: #F7085C; }
span { border-color: rgb(247,8,92); }
td.TdClassName
{
border-color: #F7085C;
}
.TagClassName
{
border-color: #F7085C;
}
</style>