Shades of Razzmatazz #F8085E
Tints of Razzmatazz #F8085E
RGB
CMYK
RGB Variations
Color information
#F8085E (or 0xF8085E) is known color: Razzmatazz. HEX triplet: F8, 08 and 5E. RGB value is (248,8,94). Sum of RGB (Red+Green+Blue) = 248+8+94=350 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.86% from 350); Green value is 8 (3.52% from 255 or 2.29% from 350); Blue value is 94 (37.11% from 255 or 26.86% from 350); Max value from RGB is 248 - color contains mainly: red. Hex color #F8085E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8085E is #07F7A1. Grayscale: #595959. Windows color (decimal): -522146 or 6162680. OLE color: 6162680.
HSL color Cylindrical-coordinate representation of color #F8085E: hue angle of 338.5º degrees, saturation: 0.94, 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 #F8085E is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 8 | 94 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.03 |
| HSL | 338.5º | 0.94% | 0.5% | - |
| HSV(B) | 338.5º | 0.97% | 0.97% | - |
| XYZ | 40.82 | 20.94 | 12.48 | - |
| YUV | 89.56 | 130.51 | 241.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 8 | 94 | 0 | 0.97 | 0.62 | 0.03 | 338.5 | 0.94 | 0.5 |
| Hex | F8 | 8 | 5E | 0 | 61 | 3E | 3 | 152 | 5E | 32 |
| Octal | 370 | 10 | 136 | 0 | 141 | 76 | 3 | 522 | 136 | 62 |
| Binary | 11111000 | 1000 | 1011110 | 0 | 1100001 | 111110 | 11 | 101010010 | 1011110 | 110010 |
Color Harmonies of #F8085E
Complementary color
Monochromatic Colors of #F8085E
Black with #F8085E
Text Example
Text Example
White with #F8085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8085E; }
p { color: rgb(248,8,94); }
H1.HeaderClassName
{
color: #F8085E;
}
.AnyTagClassName
{
color: #F8085E;
}
</style>
background-color css
<style>
a { background-color: #F8085E; }
a { background-color: rgb(248,8,94); }
div.DivClassName
{
background-color: #F8085E;
}
.BgClassName
{
background-color: #F8085E;
}
</style>
border-color css
<style>
span { border-color: #F8085E; }
span { border-color: rgb(248,8,94); }
td.TdClassName
{
border-color: #F8085E;
}
.TagClassName
{
border-color: #F8085E;
}
</style>