Shades of Razzmatazz #F8115D
Tints of Razzmatazz #F8115D
RGB
CMYK
RGB Variations
Color information
#F8115D (or 0xF8115D) is known color: Razzmatazz. HEX triplet: F8, 11 and 5D. RGB value is (248,17,93). Sum of RGB (Red+Green+Blue) = 248+17+93=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 17 (7.03% from 255 or 4.75% from 358); Blue value is 93 (36.72% from 255 or 25.98% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F8115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8115D is #07EEA2. Grayscale: #5E5E5E. Windows color (decimal): -519843 or 6099448. OLE color: 6099448.
HSL color Cylindrical-coordinate representation of color #F8115D: hue angle of 340.26º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F8115D is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 93 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.03 |
| HSL | 340.26º | 0.94% | 0.52% | - |
| HSV(B) | 340.26º | 0.93% | 0.97% | - |
| XYZ | 40.89 | 21.15 | 12.28 | - |
| YUV | 94.73 | 127.03 | 237.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 93 | 0 | 0.93 | 0.62 | 0.03 | 340.26 | 0.94 | 0.52 |
| Hex | F8 | 11 | 5D | 0 | 5D | 3E | 3 | 154 | 5E | 34 |
| Octal | 370 | 21 | 135 | 0 | 135 | 76 | 3 | 524 | 136 | 64 |
| Binary | 11111000 | 10001 | 1011101 | 0 | 1011101 | 111110 | 11 | 101010100 | 1011110 | 110100 |
Color Harmonies of #F8115D
Complementary color
Monochromatic Colors of #F8115D
Black with #F8115D
Text Example
Text Example
White with #F8115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8115D; }
p { color: rgb(248,17,93); }
H1.HeaderClassName
{
color: #F8115D;
}
.AnyTagClassName
{
color: #F8115D;
}
</style>
background-color css
<style>
a { background-color: #F8115D; }
a { background-color: rgb(248,17,93); }
div.DivClassName
{
background-color: #F8115D;
}
.BgClassName
{
background-color: #F8115D;
}
</style>
border-color css
<style>
span { border-color: #F8115D; }
span { border-color: rgb(248,17,93); }
td.TdClassName
{
border-color: #F8115D;
}
.TagClassName
{
border-color: #F8115D;
}
</style>