Shades of Razzmatazz #F5115D
Tints of Razzmatazz #F5115D
RGB
CMYK
RGB Variations
Color information
#F5115D (or 0xF5115D) is known color: Razzmatazz. HEX triplet: F5, 11 and 5D. RGB value is (245,17,93). Sum of RGB (Red+Green+Blue) = 245+17+93=355 (47% of max value = 765). Red value is 245 (96.09% from 255 or 69.01% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 93 (36.72% from 255 or 26.20% from 355); Max value from RGB is 245 - color contains mainly: red. Hex color #F5115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5115D is #0AEEA2. Grayscale: #5D5D5D. Windows color (decimal): -716451 or 6099445. OLE color: 6099445.
HSL color Cylindrical-coordinate representation of color #F5115D: hue angle of 340º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5115D is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 93 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.04 |
| HSL | 340º | 0.92% | 0.51% | - |
| HSV(B) | 340º | 0.93% | 0.96% | - |
| XYZ | 39.83 | 20.6 | 12.23 | - |
| YUV | 93.84 | 127.54 | 235.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 93 | 0 | 0.93 | 0.62 | 0.04 | 340 | 0.92 | 0.51 |
| Hex | F5 | 11 | 5D | 0 | 5D | 3E | 4 | 154 | 5C | 33 |
| Octal | 365 | 21 | 135 | 0 | 135 | 76 | 4 | 524 | 134 | 63 |
| Binary | 11110101 | 10001 | 1011101 | 0 | 1011101 | 111110 | 100 | 101010100 | 1011100 | 110011 |
Color Harmonies of #F5115D
Complementary color
Monochromatic Colors of #F5115D
Black with #F5115D
Text Example
Text Example
White with #F5115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5115D; }
p { color: rgb(245,17,93); }
H1.HeaderClassName
{
color: #F5115D;
}
.AnyTagClassName
{
color: #F5115D;
}
</style>
background-color css
<style>
a { background-color: #F5115D; }
a { background-color: rgb(245,17,93); }
div.DivClassName
{
background-color: #F5115D;
}
.BgClassName
{
background-color: #F5115D;
}
</style>
border-color css
<style>
span { border-color: #F5115D; }
span { border-color: rgb(245,17,93); }
td.TdClassName
{
border-color: #F5115D;
}
.TagClassName
{
border-color: #F5115D;
}
</style>