Shades of Razzmatazz #F80971
Tints of Razzmatazz #F80971
RGB
CMYK
RGB Variations
Color information
#F80971 (or 0xF80971) is known color: Razzmatazz. HEX triplet: F8, 09 and 71. RGB value is (248,9,113). Sum of RGB (Red+Green+Blue) = 248+9+113=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 9 (3.91% from 255 or 2.43% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F80971 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80971 is #07F68E. Grayscale: #5C5C5C. Windows color (decimal): -521871 or 7408120. OLE color: 7408120.
HSL color Cylindrical-coordinate representation of color #F80971: hue angle of 333.89º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F80971 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 113 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.03 |
| HSL | 333.89º | 0.94% | 0.5% | - |
| HSV(B) | 333.89º | 0.96% | 0.97% | - |
| XYZ | 41.79 | 21.34 | 17.54 | - |
| YUV | 92.32 | 139.68 | 239.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 113 | 0 | 0.96 | 0.54 | 0.03 | 333.89 | 0.94 | 0.5 |
| Hex | F8 | 9 | 71 | 0 | 60 | 36 | 3 | 14E | 5E | 32 |
| Octal | 370 | 11 | 161 | 0 | 140 | 66 | 3 | 516 | 136 | 62 |
| Binary | 11111000 | 1001 | 1110001 | 0 | 1100000 | 110110 | 11 | 101001110 | 1011110 | 110010 |
Color Harmonies of #F80971
Complementary color
Monochromatic Colors of #F80971
Black with #F80971
Text Example
Text Example
White with #F80971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80971; }
p { color: rgb(248,9,113); }
H1.HeaderClassName
{
color: #F80971;
}
.AnyTagClassName
{
color: #F80971;
}
</style>
background-color css
<style>
a { background-color: #F80971; }
a { background-color: rgb(248,9,113); }
div.DivClassName
{
background-color: #F80971;
}
.BgClassName
{
background-color: #F80971;
}
</style>
border-color css
<style>
span { border-color: #F80971; }
span { border-color: rgb(248,9,113); }
td.TdClassName
{
border-color: #F80971;
}
.TagClassName
{
border-color: #F80971;
}
</style>