Shades of Razzmatazz #F5116A
Tints of Razzmatazz #F5116A
RGB
CMYK
RGB Variations
Color information
#F5116A (or 0xF5116A) is known color: Razzmatazz. HEX triplet: F5, 11 and 6A. RGB value is (245,17,106). Sum of RGB (Red+Green+Blue) = 245+17+106=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F5116A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F5116A is #0AEE95. Grayscale: #5F5F5F. Windows color (decimal): -716438 or 6951413. OLE color: 6951413.
HSL color Cylindrical-coordinate representation of color #F5116A: hue angle of 336.58º 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 #F5116A is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 106 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.04 |
| HSL | 336.58º | 0.92% | 0.51% | - |
| HSV(B) | 336.58º | 0.93% | 0.96% | - |
| XYZ | 40.46 | 20.85 | 15.53 | - |
| YUV | 95.32 | 134.04 | 234.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 106 | 0 | 0.93 | 0.57 | 0.04 | 336.58 | 0.92 | 0.51 |
| Hex | F5 | 11 | 6A | 0 | 5D | 39 | 4 | 151 | 5C | 33 |
| Octal | 365 | 21 | 152 | 0 | 135 | 71 | 4 | 521 | 134 | 63 |
| Binary | 11110101 | 10001 | 1101010 | 0 | 1011101 | 111001 | 100 | 101010001 | 1011100 | 110011 |
Color Harmonies of #F5116A
Complementary color
Monochromatic Colors of #F5116A
Black with #F5116A
Text Example
Text Example
White with #F5116A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5116A; }
p { color: rgb(245,17,106); }
H1.HeaderClassName
{
color: #F5116A;
}
.AnyTagClassName
{
color: #F5116A;
}
</style>
background-color css
<style>
a { background-color: #F5116A; }
a { background-color: rgb(245,17,106); }
div.DivClassName
{
background-color: #F5116A;
}
.BgClassName
{
background-color: #F5116A;
}
</style>
border-color css
<style>
span { border-color: #F5116A; }
span { border-color: rgb(245,17,106); }
td.TdClassName
{
border-color: #F5116A;
}
.TagClassName
{
border-color: #F5116A;
}
</style>