Shades of Razzmatazz #F5114D
Tints of Razzmatazz #F5114D
RGB
CMYK
RGB Variations
Color information
#F5114D (or 0xF5114D) is known color: Razzmatazz. HEX triplet: F5, 11 and 4D. RGB value is (245,17,77). Sum of RGB (Red+Green+Blue) = 245+17+77=339 (44% of max value = 765). Red value is 245 (96.09% from 255 or 72.27% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 245 - color contains mainly: red. Hex color #F5114D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5114D is #0AEEB2. Grayscale: #5C5C5C. Windows color (decimal): -716467 or 5050869. OLE color: 5050869.
HSL color Cylindrical-coordinate representation of color #F5114D: hue angle of 344.21º 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 #F5114D is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 77 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.04 |
| HSL | 344.21º | 0.92% | 0.51% | - |
| HSV(B) | 344.21º | 0.93% | 0.96% | - |
| XYZ | 39.2 | 20.35 | 8.88 | - |
| YUV | 92.01 | 119.54 | 237.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 77 | 0 | 0.93 | 0.69 | 0.04 | 344.21 | 0.92 | 0.51 |
| Hex | F5 | 11 | 4D | 0 | 5D | 45 | 4 | 158 | 5C | 33 |
| Octal | 365 | 21 | 115 | 0 | 135 | 105 | 4 | 530 | 134 | 63 |
| Binary | 11110101 | 10001 | 1001101 | 0 | 1011101 | 1000101 | 100 | 101011000 | 1011100 | 110011 |
Color Harmonies of #F5114D
Complementary color
Monochromatic Colors of #F5114D
Black with #F5114D
Text Example
Text Example
White with #F5114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5114D; }
p { color: rgb(245,17,77); }
H1.HeaderClassName
{
color: #F5114D;
}
.AnyTagClassName
{
color: #F5114D;
}
</style>
background-color css
<style>
a { background-color: #F5114D; }
a { background-color: rgb(245,17,77); }
div.DivClassName
{
background-color: #F5114D;
}
.BgClassName
{
background-color: #F5114D;
}
</style>
border-color css
<style>
span { border-color: #F5114D; }
span { border-color: rgb(245,17,77); }
td.TdClassName
{
border-color: #F5114D;
}
.TagClassName
{
border-color: #F5114D;
}
</style>