Shades of Razzmatazz #F80C51
Tints of Razzmatazz #F80C51
RGB
CMYK
RGB Variations
Color information
#F80C51 (or 0xF80C51) is known color: Razzmatazz. HEX triplet: F8, 0C and 51. RGB value is (248,12,81). Sum of RGB (Red+Green+Blue) = 248+12+81=341 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.73% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 248 - color contains mainly: red. Hex color #F80C51 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80C51 is #07F3AE. Grayscale: #5A5A5A. Windows color (decimal): -521135 or 5311736. OLE color: 5311736.
HSL color Cylindrical-coordinate representation of color #F80C51: hue angle of 342.46º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F80C51 is Cyan = 0, Magento = 0.95, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 12 | 81 | - |
| CMYK | 0 | 0.95 | 0.67 | 0.03 |
| HSL | 342.46º | 0.94% | 0.51% | - |
| HSV(B) | 342.46º | 0.95% | 0.97% | - |
| XYZ | 40.33 | 20.81 | 9.68 | - |
| YUV | 90.43 | 122.69 | 240.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 12 | 81 | 0 | 0.95 | 0.67 | 0.03 | 342.46 | 0.94 | 0.51 |
| Hex | F8 | C | 51 | 0 | 5F | 43 | 3 | 156 | 5E | 33 |
| Octal | 370 | 14 | 121 | 0 | 137 | 103 | 3 | 526 | 136 | 63 |
| Binary | 11111000 | 1100 | 1010001 | 0 | 1011111 | 1000011 | 11 | 101010110 | 1011110 | 110011 |
Color Harmonies of #F80C51
Complementary color
Monochromatic Colors of #F80C51
Black with #F80C51
Text Example
Text Example
White with #F80C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80C51; }
p { color: rgb(248,12,81); }
H1.HeaderClassName
{
color: #F80C51;
}
.AnyTagClassName
{
color: #F80C51;
}
</style>
background-color css
<style>
a { background-color: #F80C51; }
a { background-color: rgb(248,12,81); }
div.DivClassName
{
background-color: #F80C51;
}
.BgClassName
{
background-color: #F80C51;
}
</style>
border-color css
<style>
span { border-color: #F80C51; }
span { border-color: rgb(248,12,81); }
td.TdClassName
{
border-color: #F80C51;
}
.TagClassName
{
border-color: #F80C51;
}
</style>