Shades of Razzmatazz #F80A52
Tints of Razzmatazz #F80A52
RGB
CMYK
RGB Variations
Color information
#F80A52 (or 0xF80A52) is known color: Razzmatazz. HEX triplet: F8, 0A and 52. RGB value is (248,10,82). Sum of RGB (Red+Green+Blue) = 248+10+82=340 (45% of max value = 765). Red value is 248 (97.27% from 255 or 72.94% from 340); Green value is 10 (4.30% from 255 or 2.94% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 248 - color contains mainly: red. Hex color #F80A52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80A52 is #07F5AD. Grayscale: #595959. Windows color (decimal): -521646 or 5376760. OLE color: 5376760.
HSL color Cylindrical-coordinate representation of color #F80A52: hue angle of 341.85º 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 #F80A52 is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 10 | 82 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.03 |
| HSL | 341.85º | 0.94% | 0.51% | - |
| HSV(B) | 341.85º | 0.96% | 0.97% | - |
| XYZ | 40.34 | 20.78 | 9.87 | - |
| YUV | 89.37 | 123.85 | 241.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 10 | 82 | 0 | 0.96 | 0.67 | 0.03 | 341.85 | 0.94 | 0.51 |
| Hex | F8 | A | 52 | 0 | 60 | 43 | 3 | 156 | 5E | 33 |
| Octal | 370 | 12 | 122 | 0 | 140 | 103 | 3 | 526 | 136 | 63 |
| Binary | 11111000 | 1010 | 1010010 | 0 | 1100000 | 1000011 | 11 | 101010110 | 1011110 | 110011 |
Color Harmonies of #F80A52
Complementary color
Monochromatic Colors of #F80A52
Black with #F80A52
Text Example
Text Example
White with #F80A52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80A52; }
p { color: rgb(248,10,82); }
H1.HeaderClassName
{
color: #F80A52;
}
.AnyTagClassName
{
color: #F80A52;
}
</style>
background-color css
<style>
a { background-color: #F80A52; }
a { background-color: rgb(248,10,82); }
div.DivClassName
{
background-color: #F80A52;
}
.BgClassName
{
background-color: #F80A52;
}
</style>
border-color css
<style>
span { border-color: #F80A52; }
span { border-color: rgb(248,10,82); }
td.TdClassName
{
border-color: #F80A52;
}
.TagClassName
{
border-color: #F80A52;
}
</style>