Shades of Razzmatazz #F7165E
Tints of Razzmatazz #F7165E
RGB
CMYK
RGB Variations
Color information
#F7165E (or 0xF7165E) is known color: Razzmatazz. HEX triplet: F7, 16 and 5E. RGB value is (247,22,94). Sum of RGB (Red+Green+Blue) = 247+22+94=363 (48% of max value = 765). Red value is 247 (96.88% from 255 or 68.04% from 363); Green value is 22 (8.98% from 255 or 6.06% from 363); Blue value is 94 (37.11% from 255 or 25.90% from 363); Max value from RGB is 247 - color contains mainly: red. Hex color #F7165E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7165E is #08E9A1. Grayscale: #616161. Windows color (decimal): -584098 or 6166263. OLE color: 6166263.
HSL color Cylindrical-coordinate representation of color #F7165E: hue angle of 340.8º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F7165E is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 22 | 94 | - |
| CMYK | 0 | 0.91 | 0.62 | 0.03 |
| HSL | 340.8º | 0.93% | 0.53% | - |
| HSV(B) | 340.8º | 0.91% | 0.97% | - |
| XYZ | 40.67 | 21.16 | 12.53 | - |
| YUV | 97.48 | 126.04 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 22 | 94 | 0 | 0.91 | 0.62 | 0.03 | 340.8 | 0.93 | 0.53 |
| Hex | F7 | 16 | 5E | 0 | 5B | 3E | 3 | 155 | 5D | 35 |
| Octal | 367 | 26 | 136 | 0 | 133 | 76 | 3 | 525 | 135 | 65 |
| Binary | 11110111 | 10110 | 1011110 | 0 | 1011011 | 111110 | 11 | 101010101 | 1011101 | 110101 |
Color Harmonies of #F7165E
Complementary color
Monochromatic Colors of #F7165E
Black with #F7165E
Text Example
Text Example
White with #F7165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7165E; }
p { color: rgb(247,22,94); }
H1.HeaderClassName
{
color: #F7165E;
}
.AnyTagClassName
{
color: #F7165E;
}
</style>
background-color css
<style>
a { background-color: #F7165E; }
a { background-color: rgb(247,22,94); }
div.DivClassName
{
background-color: #F7165E;
}
.BgClassName
{
background-color: #F7165E;
}
</style>
border-color css
<style>
span { border-color: #F7165E; }
span { border-color: rgb(247,22,94); }
td.TdClassName
{
border-color: #F7165E;
}
.TagClassName
{
border-color: #F7165E;
}
</style>