Shades of Razzmatazz #F7115D
Tints of Razzmatazz #F7115D
RGB
CMYK
RGB Variations
Color information
#F7115D (or 0xF7115D) is known color: Razzmatazz. HEX triplet: F7, 11 and 5D. RGB value is (247,17,93). Sum of RGB (Red+Green+Blue) = 247+17+93=357 (47% of max value = 765). Red value is 247 (96.88% from 255 or 69.19% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 93 (36.72% from 255 or 26.05% from 357); Max value from RGB is 247 - color contains mainly: red. Hex color #F7115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F7115D is #08EEA2. Grayscale: #5E5E5E. Windows color (decimal): -585379 or 6099447. OLE color: 6099447.
HSL color Cylindrical-coordinate representation of color #F7115D: hue angle of 340.17º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F7115D is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 93 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.03 |
| HSL | 340.17º | 0.93% | 0.52% | - |
| HSV(B) | 340.17º | 0.93% | 0.97% | - |
| XYZ | 40.53 | 20.97 | 12.27 | - |
| YUV | 94.43 | 127.2 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 93 | 0 | 0.93 | 0.62 | 0.03 | 340.17 | 0.93 | 0.52 |
| Hex | F7 | 11 | 5D | 0 | 5D | 3E | 3 | 154 | 5D | 34 |
| Octal | 367 | 21 | 135 | 0 | 135 | 76 | 3 | 524 | 135 | 64 |
| Binary | 11110111 | 10001 | 1011101 | 0 | 1011101 | 111110 | 11 | 101010100 | 1011101 | 110100 |
Color Harmonies of #F7115D
Complementary color
Monochromatic Colors of #F7115D
Black with #F7115D
Text Example
Text Example
White with #F7115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7115D; }
p { color: rgb(247,17,93); }
H1.HeaderClassName
{
color: #F7115D;
}
.AnyTagClassName
{
color: #F7115D;
}
</style>
background-color css
<style>
a { background-color: #F7115D; }
a { background-color: rgb(247,17,93); }
div.DivClassName
{
background-color: #F7115D;
}
.BgClassName
{
background-color: #F7115D;
}
</style>
border-color css
<style>
span { border-color: #F7115D; }
span { border-color: rgb(247,17,93); }
td.TdClassName
{
border-color: #F7115D;
}
.TagClassName
{
border-color: #F7115D;
}
</style>