Shades of Razzmatazz #F81959
Tints of Razzmatazz #F81959
RGB
CMYK
RGB Variations
Color information
#F81959 (or 0xF81959) is known color: Razzmatazz. HEX triplet: F8, 19 and 59. RGB value is (248,25,89). Sum of RGB (Red+Green+Blue) = 248+25+89=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 25 (10.16% from 255 or 6.91% from 362); Blue value is 89 (35.16% from 255 or 24.59% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F81959 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81959 is #07E6A6. Grayscale: #626262. Windows color (decimal): -517799 or 5839352. OLE color: 5839352.
HSL color Cylindrical-coordinate representation of color #F81959: hue angle of 342.78º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81959 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 25 | 89 | - |
| CMYK | 0 | 0.90 | 0.64 | 0.03 |
| HSL | 342.78º | 0.94% | 0.54% | - |
| HSV(B) | 342.78º | 0.9% | 0.97% | - |
| XYZ | 40.86 | 21.37 | 11.42 | - |
| YUV | 98.97 | 122.38 | 234.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 25 | 89 | 0 | 0.90 | 0.64 | 0.03 | 342.78 | 0.94 | 0.54 |
| Hex | F8 | 19 | 59 | 0 | 5A | 40 | 3 | 157 | 5E | 36 |
| Octal | 370 | 31 | 131 | 0 | 132 | 100 | 3 | 527 | 136 | 66 |
| Binary | 11111000 | 11001 | 1011001 | 0 | 1011010 | 1000000 | 11 | 101010111 | 1011110 | 110110 |
Color Harmonies of #F81959
Complementary color
Monochromatic Colors of #F81959
Black with #F81959
Text Example
Text Example
White with #F81959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81959; }
p { color: rgb(248,25,89); }
H1.HeaderClassName
{
color: #F81959;
}
.AnyTagClassName
{
color: #F81959;
}
</style>
background-color css
<style>
a { background-color: #F81959; }
a { background-color: rgb(248,25,89); }
div.DivClassName
{
background-color: #F81959;
}
.BgClassName
{
background-color: #F81959;
}
</style>
border-color css
<style>
span { border-color: #F81959; }
span { border-color: rgb(248,25,89); }
td.TdClassName
{
border-color: #F81959;
}
.TagClassName
{
border-color: #F81959;
}
</style>