Shades of Razzmatazz #F80371
Tints of Razzmatazz #F80371
RGB
CMYK
RGB Variations
Color information
#F80371 (or 0xF80371) is known color: Razzmatazz. HEX triplet: F8, 03 and 71. RGB value is (248,3,113). Sum of RGB (Red+Green+Blue) = 248+3+113=364 (48% of max value = 765). Red value is 248 (97.27% from 255 or 68.13% from 364); Green value is 3 (1.56% from 255 or 0.82% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 248 - color contains mainly: red. Hex color #F80371 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80371 is #07FC8E. Grayscale: #585858. Windows color (decimal): -523407 or 7406584. OLE color: 7406584.
HSL color Cylindrical-coordinate representation of color #F80371: hue angle of 333.06º 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 #F80371 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 113 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.03 |
| HSL | 333.06º | 0.98% | 0.49% | - |
| HSV(B) | 333.06º | 0.99% | 0.97% | - |
| XYZ | 41.72 | 21.21 | 17.52 | - |
| YUV | 88.8 | 141.67 | 241.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 113 | 0 | 0.99 | 0.54 | 0.03 | 333.06 | 0.98 | 0.49 |
| Hex | F8 | 3 | 71 | 0 | 63 | 36 | 3 | 14D | 62 | 31 |
| Octal | 370 | 3 | 161 | 0 | 143 | 66 | 3 | 515 | 142 | 61 |
| Binary | 11111000 | 11 | 1110001 | 0 | 1100011 | 110110 | 11 | 101001101 | 1100010 | 110001 |
Color Harmonies of #F80371
Complementary color
Monochromatic Colors of #F80371
Black with #F80371
Text Example
Text Example
White with #F80371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80371; }
p { color: rgb(248,3,113); }
H1.HeaderClassName
{
color: #F80371;
}
.AnyTagClassName
{
color: #F80371;
}
</style>
background-color css
<style>
a { background-color: #F80371; }
a { background-color: rgb(248,3,113); }
div.DivClassName
{
background-color: #F80371;
}
.BgClassName
{
background-color: #F80371;
}
</style>
border-color css
<style>
span { border-color: #F80371; }
span { border-color: rgb(248,3,113); }
td.TdClassName
{
border-color: #F80371;
}
.TagClassName
{
border-color: #F80371;
}
</style>