Shades of Razzmatazz #F81558
Tints of Razzmatazz #F81558
RGB
CMYK
RGB Variations
Color information
#F81558 (or 0xF81558) is known color: Razzmatazz. HEX triplet: F8, 15 and 58. RGB value is (248,21,88). Sum of RGB (Red+Green+Blue) = 248+21+88=357 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.47% from 357); Green value is 21 (8.59% from 255 or 5.88% from 357); Blue value is 88 (34.77% from 255 or 24.65% from 357); Max value from RGB is 248 - color contains mainly: red. Hex color #F81558 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81558 is #07EAA7. Grayscale: #606060. Windows color (decimal): -518824 or 5772792. OLE color: 5772792.
HSL color Cylindrical-coordinate representation of color #F81558: hue angle of 342.29º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81558 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 88 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.03 |
| HSL | 342.29º | 0.94% | 0.53% | - |
| HSV(B) | 342.29º | 0.92% | 0.97% | - |
| XYZ | 40.74 | 21.2 | 11.18 | - |
| YUV | 96.51 | 123.21 | 236.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 88 | 0 | 0.92 | 0.65 | 0.03 | 342.29 | 0.94 | 0.53 |
| Hex | F8 | 15 | 58 | 0 | 5C | 41 | 3 | 156 | 5E | 35 |
| Octal | 370 | 25 | 130 | 0 | 134 | 101 | 3 | 526 | 136 | 65 |
| Binary | 11111000 | 10101 | 1011000 | 0 | 1011100 | 1000001 | 11 | 101010110 | 1011110 | 110101 |
Color Harmonies of #F81558
Complementary color
Monochromatic Colors of #F81558
Black with #F81558
Text Example
Text Example
White with #F81558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81558; }
p { color: rgb(248,21,88); }
H1.HeaderClassName
{
color: #F81558;
}
.AnyTagClassName
{
color: #F81558;
}
</style>
background-color css
<style>
a { background-color: #F81558; }
a { background-color: rgb(248,21,88); }
div.DivClassName
{
background-color: #F81558;
}
.BgClassName
{
background-color: #F81558;
}
</style>
border-color css
<style>
span { border-color: #F81558; }
span { border-color: rgb(248,21,88); }
td.TdClassName
{
border-color: #F81558;
}
.TagClassName
{
border-color: #F81558;
}
</style>