Shades of Razzmatazz #F80575
Tints of Razzmatazz #F80575
RGB
CMYK
RGB Variations
Color information
#F80575 (or 0xF80575) is known color: Razzmatazz. HEX triplet: F8, 05 and 75. RGB value is (248,5,117). Sum of RGB (Red+Green+Blue) = 248+5+117=370 (49% of max value = 765). Red value is 248 (97.27% from 255 or 67.03% from 370); Green value is 5 (2.34% from 255 or 1.35% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 248 - color contains mainly: red. Hex color #F80575 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80575 is #07FA8A. Grayscale: #5A5A5A. Windows color (decimal): -522891 or 7669240. OLE color: 7669240.
HSL color Cylindrical-coordinate representation of color #F80575: hue angle of 332.35º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F80575 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 5 | 117 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.03 |
| HSL | 332.35º | 0.96% | 0.5% | - |
| HSV(B) | 332.35º | 0.98% | 0.97% | - |
| XYZ | 41.98 | 21.35 | 18.74 | - |
| YUV | 90.43 | 143.01 | 240.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 5 | 117 | 0 | 0.98 | 0.53 | 0.03 | 332.35 | 0.96 | 0.5 |
| Hex | F8 | 5 | 75 | 0 | 62 | 35 | 3 | 14C | 60 | 32 |
| Octal | 370 | 5 | 165 | 0 | 142 | 65 | 3 | 514 | 140 | 62 |
| Binary | 11111000 | 101 | 1110101 | 0 | 1100010 | 110101 | 11 | 101001100 | 1100000 | 110010 |
Color Harmonies of #F80575
Complementary color
Monochromatic Colors of #F80575
Black with #F80575
Text Example
Text Example
White with #F80575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80575; }
p { color: rgb(248,5,117); }
H1.HeaderClassName
{
color: #F80575;
}
.AnyTagClassName
{
color: #F80575;
}
</style>
background-color css
<style>
a { background-color: #F80575; }
a { background-color: rgb(248,5,117); }
div.DivClassName
{
background-color: #F80575;
}
.BgClassName
{
background-color: #F80575;
}
</style>
border-color css
<style>
span { border-color: #F80575; }
span { border-color: rgb(248,5,117); }
td.TdClassName
{
border-color: #F80575;
}
.TagClassName
{
border-color: #F80575;
}
</style>