Shades of Razzmatazz #F80555
Tints of Razzmatazz #F80555
RGB
CMYK
RGB Variations
Color information
#F80555 (or 0xF80555) is known color: Razzmatazz. HEX triplet: F8, 05 and 55. RGB value is (248,5,85). Sum of RGB (Red+Green+Blue) = 248+5+85=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F80555 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80555 is #07FAAA. Grayscale: #565656. Windows color (decimal): -522923 or 5572088. OLE color: 5572088.
HSL color Cylindrical-coordinate representation of color #F80555: hue angle of 340.25º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80555 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 85 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.03 |
| HSL | 340.25º | 0.96% | 0.5% | - |
| HSV(B) | 340.25º | 0.98% | 0.97% | - |
| XYZ | 40.41 | 20.72 | 10.46 | - |
| YUV | 86.78 | 127.01 | 243 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 85 | 0 | 0.98 | 0.66 | 0.03 | 340.25 | 0.96 | 0.5 |
| Hex | F8 | 5 | 55 | 0 | 62 | 42 | 3 | 154 | 60 | 32 |
| Octal | 370 | 5 | 125 | 0 | 142 | 102 | 3 | 524 | 140 | 62 |
| Binary | 11111000 | 101 | 1010101 | 0 | 1100010 | 1000010 | 11 | 101010100 | 1100000 | 110010 |
Color Harmonies of #F80555
Complementary color
Monochromatic Colors of #F80555
Black with #F80555
Text Example
Text Example
White with #F80555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80555; }
p { color: rgb(248,5,85); }
H1.HeaderClassName
{
color: #F80555;
}
.AnyTagClassName
{
color: #F80555;
}
</style>
background-color css
<style>
a { background-color: #F80555; }
a { background-color: rgb(248,5,85); }
div.DivClassName
{
background-color: #F80555;
}
.BgClassName
{
background-color: #F80555;
}
</style>
border-color css
<style>
span { border-color: #F80555; }
span { border-color: rgb(248,5,85); }
td.TdClassName
{
border-color: #F80555;
}
.TagClassName
{
border-color: #F80555;
}
</style>