Shades of Razzmatazz #F80471
Tints of Razzmatazz #F80471
RGB
CMYK
RGB Variations
Color information
#F80471 (or 0xF80471) is known color: Razzmatazz. HEX triplet: F8, 04 and 71. RGB value is (248,4,113). Sum of RGB (Red+Green+Blue) = 248+4+113=365 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.95% from 365); Green value is 4 (1.95% from 255 or 1.10% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 248 - color contains mainly: red. Hex color #F80471 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80471 is #07FB8E. Grayscale: #595959. Windows color (decimal): -523151 or 7406840. OLE color: 7406840.
HSL color Cylindrical-coordinate representation of color #F80471: hue angle of 333.2º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80471 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 4 | 113 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.03 |
| HSL | 333.2º | 0.97% | 0.49% | - |
| HSV(B) | 333.2º | 0.98% | 0.97% | - |
| XYZ | 41.74 | 21.24 | 17.52 | - |
| YUV | 89.38 | 141.34 | 241.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 4 | 113 | 0 | 0.98 | 0.54 | 0.03 | 333.2 | 0.97 | 0.49 |
| Hex | F8 | 4 | 71 | 0 | 62 | 36 | 3 | 14D | 61 | 31 |
| Octal | 370 | 4 | 161 | 0 | 142 | 66 | 3 | 515 | 141 | 61 |
| Binary | 11111000 | 100 | 1110001 | 0 | 1100010 | 110110 | 11 | 101001101 | 1100001 | 110001 |
Color Harmonies of #F80471
Complementary color
Monochromatic Colors of #F80471
Black with #F80471
Text Example
Text Example
White with #F80471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80471; }
p { color: rgb(248,4,113); }
H1.HeaderClassName
{
color: #F80471;
}
.AnyTagClassName
{
color: #F80471;
}
</style>
background-color css
<style>
a { background-color: #F80471; }
a { background-color: rgb(248,4,113); }
div.DivClassName
{
background-color: #F80471;
}
.BgClassName
{
background-color: #F80471;
}
</style>
border-color css
<style>
span { border-color: #F80471; }
span { border-color: rgb(248,4,113); }
td.TdClassName
{
border-color: #F80471;
}
.TagClassName
{
border-color: #F80471;
}
</style>