Shades of Razzmatazz #F80B57
Tints of Razzmatazz #F80B57
RGB
CMYK
RGB Variations
Color information
#F80B57 (or 0xF80B57) is known color: Razzmatazz. HEX triplet: F8, 0B and 57. RGB value is (248,11,87). Sum of RGB (Red+Green+Blue) = 248+11+87=346 (45% of max value = 765). Red value is 248 (97.27% from 255 or 71.68% from 346); Green value is 11 (4.69% from 255 or 3.18% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 248 - color contains mainly: red. Hex color #F80B57 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80B57 is #07F4A8. Grayscale: #5A5A5A. Windows color (decimal): -521385 or 5704696. OLE color: 5704696.
HSL color Cylindrical-coordinate representation of color #F80B57: hue angle of 340.76º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80B57 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 11 | 87 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.03 |
| HSL | 340.76º | 0.94% | 0.51% | - |
| HSV(B) | 340.76º | 0.96% | 0.97% | - |
| XYZ | 40.55 | 20.88 | 10.91 | - |
| YUV | 90.53 | 126.02 | 240.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 11 | 87 | 0 | 0.96 | 0.65 | 0.03 | 340.76 | 0.94 | 0.51 |
| Hex | F8 | B | 57 | 0 | 60 | 41 | 3 | 155 | 5E | 33 |
| Octal | 370 | 13 | 127 | 0 | 140 | 101 | 3 | 525 | 136 | 63 |
| Binary | 11111000 | 1011 | 1010111 | 0 | 1100000 | 1000001 | 11 | 101010101 | 1011110 | 110011 |
Color Harmonies of #F80B57
Complementary color
Monochromatic Colors of #F80B57
Black with #F80B57
Text Example
Text Example
White with #F80B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80B57; }
p { color: rgb(248,11,87); }
H1.HeaderClassName
{
color: #F80B57;
}
.AnyTagClassName
{
color: #F80B57;
}
</style>
background-color css
<style>
a { background-color: #F80B57; }
a { background-color: rgb(248,11,87); }
div.DivClassName
{
background-color: #F80B57;
}
.BgClassName
{
background-color: #F80B57;
}
</style>
border-color css
<style>
span { border-color: #F80B57; }
span { border-color: rgb(248,11,87); }
td.TdClassName
{
border-color: #F80B57;
}
.TagClassName
{
border-color: #F80B57;
}
</style>