Shades of Razzmatazz #F80259
Tints of Razzmatazz #F80259
RGB
CMYK
RGB Variations
Color information
#F80259 (or 0xF80259) is known color: Razzmatazz. HEX triplet: F8, 02 and 59. RGB value is (248,2,89). Sum of RGB (Red+Green+Blue) = 248+2+89=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 89 (35.16% from 255 or 26.25% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F80259 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80259 is #07FDA6. Grayscale: #555555. Windows color (decimal): -523687 or 5833464. OLE color: 5833464.
HSL color Cylindrical-coordinate representation of color #F80259: hue angle of 338.78º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80259 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 89 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.03 |
| HSL | 338.78º | 0.98% | 0.49% | - |
| HSV(B) | 338.78º | 0.99% | 0.97% | - |
| XYZ | 40.54 | 20.72 | 11.31 | - |
| YUV | 85.47 | 130 | 243.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 89 | 0 | 0.99 | 0.64 | 0.03 | 338.78 | 0.98 | 0.49 |
| Hex | F8 | 2 | 59 | 0 | 63 | 40 | 3 | 153 | 62 | 31 |
| Octal | 370 | 2 | 131 | 0 | 143 | 100 | 3 | 523 | 142 | 61 |
| Binary | 11111000 | 10 | 1011001 | 0 | 1100011 | 1000000 | 11 | 101010011 | 1100010 | 110001 |
Color Harmonies of #F80259
Complementary color
Monochromatic Colors of #F80259
Black with #F80259
Text Example
Text Example
White with #F80259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80259; }
p { color: rgb(248,2,89); }
H1.HeaderClassName
{
color: #F80259;
}
.AnyTagClassName
{
color: #F80259;
}
</style>
background-color css
<style>
a { background-color: #F80259; }
a { background-color: rgb(248,2,89); }
div.DivClassName
{
background-color: #F80259;
}
.BgClassName
{
background-color: #F80259;
}
</style>
border-color css
<style>
span { border-color: #F80259; }
span { border-color: rgb(248,2,89); }
td.TdClassName
{
border-color: #F80259;
}
.TagClassName
{
border-color: #F80259;
}
</style>