Shades of Razzmatazz #F80054
Tints of Razzmatazz #F80054
RGB
CMYK
RGB Variations
Color information
#F80054 (or 0xF80054) is known color: Razzmatazz. HEX triplet: F8, 00 and 54. RGB value is (248,0,84). Sum of RGB (Red+Green+Blue) = 248+0+84=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 84 (33.20% from 255 or 25.30% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F80054 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80054 is #07FFAB. Grayscale: #535353. Windows color (decimal): -524204 or 5505272. OLE color: 5505272.
HSL color Cylindrical-coordinate representation of color #F80054: hue angle of 339.68º 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 #F80054 is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.66 | 0.03 |
| HSL | 339.68º | 1% | 0.49% | - |
| HSV(B) | 339.68º | 1% | 0.97% | - |
| XYZ | 40.31 | 20.6 | 10.24 | - |
| YUV | 83.73 | 128.16 | 245.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 84 | 0 | 1 | 0.66 | 0.03 | 339.68 | 1 | 0.49 |
| Hex | F8 | 0 | 54 | 0 | 64 | 42 | 3 | 154 | 64 | 31 |
| Octal | 370 | 0 | 124 | 0 | 144 | 102 | 3 | 524 | 144 | 61 |
| Binary | 11111000 | 0 | 1010100 | 0 | 1100100 | 1000010 | 11 | 101010100 | 1100100 | 110001 |
Color Harmonies of #F80054
Complementary color
Monochromatic Colors of #F80054
Black with #F80054
Text Example
Text Example
White with #F80054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80054; }
p { color: rgb(248,0,84); }
H1.HeaderClassName
{
color: #F80054;
}
.AnyTagClassName
{
color: #F80054;
}
</style>
background-color css
<style>
a { background-color: #F80054; }
a { background-color: rgb(248,0,84); }
div.DivClassName
{
background-color: #F80054;
}
.BgClassName
{
background-color: #F80054;
}
</style>
border-color css
<style>
span { border-color: #F80054; }
span { border-color: rgb(248,0,84); }
td.TdClassName
{
border-color: #F80054;
}
.TagClassName
{
border-color: #F80054;
}
</style>