Shades of Razzmatazz #F80056
Tints of Razzmatazz #F80056
RGB
CMYK
RGB Variations
Color information
#F80056 (or 0xF80056) is known color: Razzmatazz. HEX triplet: F8, 00 and 56. RGB value is (248,0,86). Sum of RGB (Red+Green+Blue) = 248+0+86=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 86 (33.98% from 255 or 25.75% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F80056 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80056 is #07FFA9. Grayscale: #535353. Windows color (decimal): -524202 or 5636344. OLE color: 5636344.
HSL color Cylindrical-coordinate representation of color #F80056: hue angle of 339.19º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80056 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 86 | - |
| CMYK | 0 | 1 | 0.65 | 0.03 |
| HSL | 339.19º | 1% | 0.49% | - |
| HSV(B) | 339.19º | 1% | 0.97% | - |
| XYZ | 40.39 | 20.63 | 10.66 | - |
| YUV | 83.96 | 129.16 | 245.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 86 | 0 | 1 | 0.65 | 0.03 | 339.19 | 1 | 0.49 |
| Hex | F8 | 0 | 56 | 0 | 64 | 41 | 3 | 153 | 64 | 31 |
| Octal | 370 | 0 | 126 | 0 | 144 | 101 | 3 | 523 | 144 | 61 |
| Binary | 11111000 | 0 | 1010110 | 0 | 1100100 | 1000001 | 11 | 101010011 | 1100100 | 110001 |
Color Harmonies of #F80056
Complementary color
Monochromatic Colors of #F80056
Black with #F80056
Text Example
Text Example
White with #F80056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80056; }
p { color: rgb(248,0,86); }
H1.HeaderClassName
{
color: #F80056;
}
.AnyTagClassName
{
color: #F80056;
}
</style>
background-color css
<style>
a { background-color: #F80056; }
a { background-color: rgb(248,0,86); }
div.DivClassName
{
background-color: #F80056;
}
.BgClassName
{
background-color: #F80056;
}
</style>
border-color css
<style>
span { border-color: #F80056; }
span { border-color: rgb(248,0,86); }
td.TdClassName
{
border-color: #F80056;
}
.TagClassName
{
border-color: #F80056;
}
</style>