Shades of Razzmatazz #F8075E
Tints of Razzmatazz #F8075E
RGB
CMYK
RGB Variations
Color information
#F8075E (or 0xF8075E) is known color: Razzmatazz. HEX triplet: F8, 07 and 5E. RGB value is (248,7,94). Sum of RGB (Red+Green+Blue) = 248+7+94=349 (46% of max value = 765). Red value is 248 (97.27% from 255 or 71.06% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 248 - color contains mainly: red. Hex color #F8075E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8075E is #07F8A1. Grayscale: #585858. Windows color (decimal): -522402 or 6162424. OLE color: 6162424.
HSL color Cylindrical-coordinate representation of color #F8075E: hue angle of 338.34º 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 #F8075E is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 7 | 94 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.03 |
| HSL | 338.34º | 0.95% | 0.5% | - |
| HSV(B) | 338.34º | 0.97% | 0.97% | - |
| XYZ | 40.81 | 20.92 | 12.48 | - |
| YUV | 88.98 | 130.84 | 241.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 7 | 94 | 0 | 0.97 | 0.62 | 0.03 | 338.34 | 0.95 | 0.5 |
| Hex | F8 | 7 | 5E | 0 | 61 | 3E | 3 | 152 | 5F | 32 |
| Octal | 370 | 7 | 136 | 0 | 141 | 76 | 3 | 522 | 137 | 62 |
| Binary | 11111000 | 111 | 1011110 | 0 | 1100001 | 111110 | 11 | 101010010 | 1011111 | 110010 |
Color Harmonies of #F8075E
Complementary color
Monochromatic Colors of #F8075E
Black with #F8075E
Text Example
Text Example
White with #F8075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8075E; }
p { color: rgb(248,7,94); }
H1.HeaderClassName
{
color: #F8075E;
}
.AnyTagClassName
{
color: #F8075E;
}
</style>
background-color css
<style>
a { background-color: #F8075E; }
a { background-color: rgb(248,7,94); }
div.DivClassName
{
background-color: #F8075E;
}
.BgClassName
{
background-color: #F8075E;
}
</style>
border-color css
<style>
span { border-color: #F8075E; }
span { border-color: rgb(248,7,94); }
td.TdClassName
{
border-color: #F8075E;
}
.TagClassName
{
border-color: #F8075E;
}
</style>