Shades of Razzmatazz #F80955
Tints of Razzmatazz #F80955
RGB
CMYK
RGB Variations
Color information
#F80955 (or 0xF80955) is known color: Razzmatazz. HEX triplet: F8, 09 and 55. RGB value is (248,9,85). Sum of RGB (Red+Green+Blue) = 248+9+85=342 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.51% from 342); Green value is 9 (3.91% from 255 or 2.63% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 248 - color contains mainly: red. Hex color #F80955 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80955 is #07F6AA. Grayscale: #595959. Windows color (decimal): -521899 or 5573112. OLE color: 5573112.
HSL color Cylindrical-coordinate representation of color #F80955: hue angle of 340.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 #F80955 is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 85 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.03 |
| HSL | 340.92º | 0.94% | 0.5% | - |
| HSV(B) | 340.92º | 0.96% | 0.97% | - |
| XYZ | 40.45 | 20.81 | 10.48 | - |
| YUV | 89.13 | 125.68 | 241.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 85 | 0 | 0.96 | 0.66 | 0.03 | 340.92 | 0.94 | 0.5 |
| Hex | F8 | 9 | 55 | 0 | 60 | 42 | 3 | 155 | 5E | 32 |
| Octal | 370 | 11 | 125 | 0 | 140 | 102 | 3 | 525 | 136 | 62 |
| Binary | 11111000 | 1001 | 1010101 | 0 | 1100000 | 1000010 | 11 | 101010101 | 1011110 | 110010 |
Color Harmonies of #F80955
Complementary color
Monochromatic Colors of #F80955
Black with #F80955
Text Example
Text Example
White with #F80955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80955; }
p { color: rgb(248,9,85); }
H1.HeaderClassName
{
color: #F80955;
}
.AnyTagClassName
{
color: #F80955;
}
</style>
background-color css
<style>
a { background-color: #F80955; }
a { background-color: rgb(248,9,85); }
div.DivClassName
{
background-color: #F80955;
}
.BgClassName
{
background-color: #F80955;
}
</style>
border-color css
<style>
span { border-color: #F80955; }
span { border-color: rgb(248,9,85); }
td.TdClassName
{
border-color: #F80955;
}
.TagClassName
{
border-color: #F80955;
}
</style>