Shades of Razzmatazz #F80753
Tints of Razzmatazz #F80753
RGB
CMYK
RGB Variations
Color information
#F80753 (or 0xF80753) is known color: Razzmatazz. HEX triplet: F8, 07 and 53. RGB value is (248,7,83). Sum of RGB (Red+Green+Blue) = 248+7+83=338 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.37% from 338); Green value is 7 (3.12% from 255 or 2.07% from 338); Blue value is 83 (32.81% from 255 or 24.56% from 338); Max value from RGB is 248 - color contains mainly: red. Hex color #F80753 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F80753 is #07F8AC. Grayscale: #575757. Windows color (decimal): -522413 or 5441528. OLE color: 5441528.
HSL color Cylindrical-coordinate representation of color #F80753: hue angle of 341.08º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F80753 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 83 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.03 |
| HSL | 341.08º | 0.95% | 0.5% | - |
| HSV(B) | 341.08º | 0.97% | 0.97% | - |
| XYZ | 40.35 | 20.73 | 10.06 | - |
| YUV | 87.72 | 125.34 | 242.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 83 | 0 | 0.97 | 0.67 | 0.03 | 341.08 | 0.95 | 0.5 |
| Hex | F8 | 7 | 53 | 0 | 61 | 43 | 3 | 155 | 5F | 32 |
| Octal | 370 | 7 | 123 | 0 | 141 | 103 | 3 | 525 | 137 | 62 |
| Binary | 11111000 | 111 | 1010011 | 0 | 1100001 | 1000011 | 11 | 101010101 | 1011111 | 110010 |
Color Harmonies of #F80753
Complementary color
Monochromatic Colors of #F80753
Black with #F80753
Text Example
Text Example
White with #F80753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80753; }
p { color: rgb(248,7,83); }
H1.HeaderClassName
{
color: #F80753;
}
.AnyTagClassName
{
color: #F80753;
}
</style>
background-color css
<style>
a { background-color: #F80753; }
a { background-color: rgb(248,7,83); }
div.DivClassName
{
background-color: #F80753;
}
.BgClassName
{
background-color: #F80753;
}
</style>
border-color css
<style>
span { border-color: #F80753; }
span { border-color: rgb(248,7,83); }
td.TdClassName
{
border-color: #F80753;
}
.TagClassName
{
border-color: #F80753;
}
</style>