Shades of Razzmatazz #F80959
Tints of Razzmatazz #F80959
RGB
CMYK
RGB Variations
Color information
#F80959 (or 0xF80959) is known color: Razzmatazz. HEX triplet: F8, 09 and 59. RGB value is (248,9,89). Sum of RGB (Red+Green+Blue) = 248+9+89=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 9 (3.91% from 255 or 2.60% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F80959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80959 is #07F6A6. Grayscale: #595959. Windows color (decimal): -521895 or 5835256. OLE color: 5835256.
HSL color Cylindrical-coordinate representation of color #F80959: hue angle of 339.92º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80959 is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 89 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.03 |
| HSL | 339.92º | 0.94% | 0.5% | - |
| HSV(B) | 339.92º | 0.96% | 0.97% | - |
| XYZ | 40.61 | 20.87 | 11.34 | - |
| YUV | 89.58 | 127.68 | 241 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 89 | 0 | 0.96 | 0.64 | 0.03 | 339.92 | 0.94 | 0.5 |
| Hex | F8 | 9 | 59 | 0 | 60 | 40 | 3 | 154 | 5E | 32 |
| Octal | 370 | 11 | 131 | 0 | 140 | 100 | 3 | 524 | 136 | 62 |
| Binary | 11111000 | 1001 | 1011001 | 0 | 1100000 | 1000000 | 11 | 101010100 | 1011110 | 110010 |
Color Harmonies of #F80959
Complementary color
Monochromatic Colors of #F80959
Black with #F80959
Text Example
Text Example
White with #F80959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80959; }
p { color: rgb(248,9,89); }
H1.HeaderClassName
{
color: #F80959;
}
.AnyTagClassName
{
color: #F80959;
}
</style>
background-color css
<style>
a { background-color: #F80959; }
a { background-color: rgb(248,9,89); }
div.DivClassName
{
background-color: #F80959;
}
.BgClassName
{
background-color: #F80959;
}
</style>
border-color css
<style>
span { border-color: #F80959; }
span { border-color: rgb(248,9,89); }
td.TdClassName
{
border-color: #F80959;
}
.TagClassName
{
border-color: #F80959;
}
</style>