Shades of Razzmatazz #F8094D
Tints of Razzmatazz #F8094D
RGB
CMYK
RGB Variations
Color information
#F8094D (or 0xF8094D) is known color: Razzmatazz. HEX triplet: F8, 09 and 4D. RGB value is (248,9,77). Sum of RGB (Red+Green+Blue) = 248+9+77=334 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.25% from 334); Green value is 9 (3.91% from 255 or 2.69% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 248 - color contains mainly: red. Hex color #F8094D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8094D is #07F6B2. Grayscale: #585858. Windows color (decimal): -521907 or 5048824. OLE color: 5048824.
HSL color Cylindrical-coordinate representation of color #F8094D: hue angle of 342.93º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8094D is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.03 |
| HSL | 342.93º | 0.94% | 0.5% | - |
| HSV(B) | 342.93º | 0.96% | 0.97% | - |
| XYZ | 40.15 | 20.69 | 8.9 | - |
| YUV | 88.21 | 121.68 | 241.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 77 | 0 | 0.96 | 0.69 | 0.03 | 342.93 | 0.94 | 0.5 |
| Hex | F8 | 9 | 4D | 0 | 60 | 45 | 3 | 157 | 5E | 32 |
| Octal | 370 | 11 | 115 | 0 | 140 | 105 | 3 | 527 | 136 | 62 |
| Binary | 11111000 | 1001 | 1001101 | 0 | 1100000 | 1000101 | 11 | 101010111 | 1011110 | 110010 |
Color Harmonies of #F8094D
Complementary color
Monochromatic Colors of #F8094D
Black with #F8094D
Text Example
Text Example
White with #F8094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8094D; }
p { color: rgb(248,9,77); }
H1.HeaderClassName
{
color: #F8094D;
}
.AnyTagClassName
{
color: #F8094D;
}
</style>
background-color css
<style>
a { background-color: #F8094D; }
a { background-color: rgb(248,9,77); }
div.DivClassName
{
background-color: #F8094D;
}
.BgClassName
{
background-color: #F8094D;
}
</style>
border-color css
<style>
span { border-color: #F8094D; }
span { border-color: rgb(248,9,77); }
td.TdClassName
{
border-color: #F8094D;
}
.TagClassName
{
border-color: #F8094D;
}
</style>