Shades of Razzmatazz #F81756
Tints of Razzmatazz #F81756
RGB
CMYK
RGB Variations
Color information
#F81756 (or 0xF81756) is known color: Razzmatazz. HEX triplet: F8, 17 and 56. RGB value is (248,23,86). Sum of RGB (Red+Green+Blue) = 248+23+86=357 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.47% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 248 - color contains mainly: red. Hex color #F81756 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F81756 is #07E8A9. Grayscale: #616161. Windows color (decimal): -518314 or 5642232. OLE color: 5642232.
HSL color Cylindrical-coordinate representation of color #F81756: hue angle of 343.2º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81756 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 23 | 86 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.03 |
| HSL | 343.2º | 0.94% | 0.53% | - |
| HSV(B) | 343.2º | 0.91% | 0.97% | - |
| XYZ | 40.7 | 21.24 | 10.76 | - |
| YUV | 97.46 | 121.54 | 235.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 23 | 86 | 0 | 0.91 | 0.65 | 0.03 | 343.2 | 0.94 | 0.53 |
| Hex | F8 | 17 | 56 | 0 | 5B | 41 | 3 | 157 | 5E | 35 |
| Octal | 370 | 27 | 126 | 0 | 133 | 101 | 3 | 527 | 136 | 65 |
| Binary | 11111000 | 10111 | 1010110 | 0 | 1011011 | 1000001 | 11 | 101010111 | 1011110 | 110101 |
Color Harmonies of #F81756
Complementary color
Monochromatic Colors of #F81756
Black with #F81756
Text Example
Text Example
White with #F81756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81756; }
p { color: rgb(248,23,86); }
H1.HeaderClassName
{
color: #F81756;
}
.AnyTagClassName
{
color: #F81756;
}
</style>
background-color css
<style>
a { background-color: #F81756; }
a { background-color: rgb(248,23,86); }
div.DivClassName
{
background-color: #F81756;
}
.BgClassName
{
background-color: #F81756;
}
</style>
border-color css
<style>
span { border-color: #F81756; }
span { border-color: rgb(248,23,86); }
td.TdClassName
{
border-color: #F81756;
}
.TagClassName
{
border-color: #F81756;
}
</style>