Shades of Razzmatazz #F71159
Tints of Razzmatazz #F71159
RGB
CMYK
RGB Variations
Color information
#F71159 (or 0xF71159) is known color: Razzmatazz. HEX triplet: F7, 11 and 59. RGB value is (247,17,89). Sum of RGB (Red+Green+Blue) = 247+17+89=353 (46% of max value = 765). Red value is 247 (96.88% from 255 or 69.97% from 353); Green value is 17 (7.03% from 255 or 4.82% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 247 - color contains mainly: red. Hex color #F71159 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F71159 is #08EEA6. Grayscale: #5D5D5D. Windows color (decimal): -585383 or 5837303. OLE color: 5837303.
HSL color Cylindrical-coordinate representation of color #F71159: hue angle of 341.22º 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 #F71159 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 17 | 89 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.03 |
| HSL | 341.22º | 0.93% | 0.52% | - |
| HSV(B) | 341.22º | 0.93% | 0.97% | - |
| XYZ | 40.36 | 20.9 | 11.36 | - |
| YUV | 93.98 | 125.2 | 237.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 17 | 89 | 0 | 0.93 | 0.64 | 0.03 | 341.22 | 0.93 | 0.52 |
| Hex | F7 | 11 | 59 | 0 | 5D | 40 | 3 | 155 | 5D | 34 |
| Octal | 367 | 21 | 131 | 0 | 135 | 100 | 3 | 525 | 135 | 64 |
| Binary | 11110111 | 10001 | 1011001 | 0 | 1011101 | 1000000 | 11 | 101010101 | 1011101 | 110100 |
Color Harmonies of #F71159
Complementary color
Monochromatic Colors of #F71159
Black with #F71159
Text Example
Text Example
White with #F71159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71159; }
p { color: rgb(247,17,89); }
H1.HeaderClassName
{
color: #F71159;
}
.AnyTagClassName
{
color: #F71159;
}
</style>
background-color css
<style>
a { background-color: #F71159; }
a { background-color: rgb(247,17,89); }
div.DivClassName
{
background-color: #F71159;
}
.BgClassName
{
background-color: #F71159;
}
</style>
border-color css
<style>
span { border-color: #F71159; }
span { border-color: rgb(247,17,89); }
td.TdClassName
{
border-color: #F71159;
}
.TagClassName
{
border-color: #F71159;
}
</style>