Shades of Razzmatazz #F80158
Tints of Razzmatazz #F80158
RGB
CMYK
RGB Variations
Color information
#F80158 (or 0xF80158) is known color: Razzmatazz. HEX triplet: F8, 01 and 58. RGB value is (248,1,88). Sum of RGB (Red+Green+Blue) = 248+1+88=337 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.59% from 337); Green value is 1 (0.78% from 255 or 0.30% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 248 - color contains mainly: red. Hex color #F80158 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80158 is #07FEA7. Grayscale: #545454. Windows color (decimal): -523944 or 5767672. OLE color: 5767672.
HSL color Cylindrical-coordinate representation of color #F80158: hue angle of 338.87º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F80158 is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 1 | 88 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.03 |
| HSL | 338.87º | 0.99% | 0.49% | - |
| HSV(B) | 338.87º | 1% | 0.97% | - |
| XYZ | 40.48 | 20.68 | 11.09 | - |
| YUV | 84.77 | 129.83 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 1 | 88 | 0 | 1.00 | 0.65 | 0.03 | 338.87 | 0.99 | 0.49 |
| Hex | F8 | 1 | 58 | 0 | 64 | 41 | 3 | 153 | 63 | 31 |
| Octal | 370 | 1 | 130 | 0 | 144 | 101 | 3 | 523 | 143 | 61 |
| Binary | 11111000 | 1 | 1011000 | 0 | 1100100 | 1000001 | 11 | 101010011 | 1100011 | 110001 |
Color Harmonies of #F80158
Complementary color
Monochromatic Colors of #F80158
Black with #F80158
Text Example
Text Example
White with #F80158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80158; }
p { color: rgb(248,1,88); }
H1.HeaderClassName
{
color: #F80158;
}
.AnyTagClassName
{
color: #F80158;
}
</style>
background-color css
<style>
a { background-color: #F80158; }
a { background-color: rgb(248,1,88); }
div.DivClassName
{
background-color: #F80158;
}
.BgClassName
{
background-color: #F80158;
}
</style>
border-color css
<style>
span { border-color: #F80158; }
span { border-color: rgb(248,1,88); }
td.TdClassName
{
border-color: #F80158;
}
.TagClassName
{
border-color: #F80158;
}
</style>