Shades of Razzmatazz #F8115C
Tints of Razzmatazz #F8115C
RGB
CMYK
RGB Variations
Color information
#F8115C (or 0xF8115C) is known color: Razzmatazz. HEX triplet: F8, 11 and 5C. RGB value is (248,17,92). Sum of RGB (Red+Green+Blue) = 248+17+92=357 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.47% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 248 - color contains mainly: red. Hex color #F8115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F8115C is #07EEA3. Grayscale: #5E5E5E. Windows color (decimal): -519844 or 6033912. OLE color: 6033912.
HSL color Cylindrical-coordinate representation of color #F8115C: hue angle of 340.52º 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 #F8115C is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 17 | 92 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.03 |
| HSL | 340.52º | 0.94% | 0.52% | - |
| HSV(B) | 340.52º | 0.93% | 0.97% | - |
| XYZ | 40.84 | 21.13 | 12.05 | - |
| YUV | 94.62 | 126.53 | 237.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 17 | 92 | 0 | 0.93 | 0.63 | 0.03 | 340.52 | 0.94 | 0.52 |
| Hex | F8 | 11 | 5C | 0 | 5D | 3F | 3 | 155 | 5E | 34 |
| Octal | 370 | 21 | 134 | 0 | 135 | 77 | 3 | 525 | 136 | 64 |
| Binary | 11111000 | 10001 | 1011100 | 0 | 1011101 | 111111 | 11 | 101010101 | 1011110 | 110100 |
Color Harmonies of #F8115C
Complementary color
Monochromatic Colors of #F8115C
Black with #F8115C
Text Example
Text Example
White with #F8115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8115C; }
p { color: rgb(248,17,92); }
H1.HeaderClassName
{
color: #F8115C;
}
.AnyTagClassName
{
color: #F8115C;
}
</style>
background-color css
<style>
a { background-color: #F8115C; }
a { background-color: rgb(248,17,92); }
div.DivClassName
{
background-color: #F8115C;
}
.BgClassName
{
background-color: #F8115C;
}
</style>
border-color css
<style>
span { border-color: #F8115C; }
span { border-color: rgb(248,17,92); }
td.TdClassName
{
border-color: #F8115C;
}
.TagClassName
{
border-color: #F8115C;
}
</style>