Shades of Razzmatazz #F80F59
Tints of Razzmatazz #F80F59
RGB
CMYK
RGB Variations
Color information
#F80F59 (or 0xF80F59) is known color: Razzmatazz. HEX triplet: F8, 0F and 59. RGB value is (248,15,89). Sum of RGB (Red+Green+Blue) = 248+15+89=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 15 (6.25% from 255 or 4.26% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F80F59 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80F59 is #07F0A6. Grayscale: #5D5D5D. Windows color (decimal): -520359 or 5836792. OLE color: 5836792.
HSL color Cylindrical-coordinate representation of color #F80F59: hue angle of 340.94º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F80F59 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 15 | 89 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.03 |
| HSL | 340.94º | 0.94% | 0.52% | - |
| HSV(B) | 340.94º | 0.94% | 0.97% | - |
| XYZ | 40.69 | 21.02 | 11.36 | - |
| YUV | 93.1 | 125.69 | 238.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 15 | 89 | 0 | 0.94 | 0.64 | 0.03 | 340.94 | 0.94 | 0.52 |
| Hex | F8 | F | 59 | 0 | 5E | 40 | 3 | 155 | 5E | 34 |
| Octal | 370 | 17 | 131 | 0 | 136 | 100 | 3 | 525 | 136 | 64 |
| Binary | 11111000 | 1111 | 1011001 | 0 | 1011110 | 1000000 | 11 | 101010101 | 1011110 | 110100 |
Color Harmonies of #F80F59
Complementary color
Monochromatic Colors of #F80F59
Black with #F80F59
Text Example
Text Example
White with #F80F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80F59; }
p { color: rgb(248,15,89); }
H1.HeaderClassName
{
color: #F80F59;
}
.AnyTagClassName
{
color: #F80F59;
}
</style>
background-color css
<style>
a { background-color: #F80F59; }
a { background-color: rgb(248,15,89); }
div.DivClassName
{
background-color: #F80F59;
}
.BgClassName
{
background-color: #F80F59;
}
</style>
border-color css
<style>
span { border-color: #F80F59; }
span { border-color: rgb(248,15,89); }
td.TdClassName
{
border-color: #F80F59;
}
.TagClassName
{
border-color: #F80F59;
}
</style>