Shades of Razzmatazz #F51153
Tints of Razzmatazz #F51153
RGB
CMYK
RGB Variations
Color information
#F51153 (or 0xF51153) is known color: Razzmatazz. HEX triplet: F5, 11 and 53. RGB value is (245,17,83). Sum of RGB (Red+Green+Blue) = 245+17+83=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F51153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F51153 is #0AEEAC. Grayscale: #5C5C5C. Windows color (decimal): -716461 or 5444085. OLE color: 5444085.
HSL color Cylindrical-coordinate representation of color #F51153: hue angle of 342.63º 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 #F51153 is Cyan = 0, Magento = 0.93, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 17 | 83 | - |
| CMYK | 0 | 0.93 | 0.66 | 0.04 |
| HSL | 342.63º | 0.92% | 0.51% | - |
| HSV(B) | 342.63º | 0.93% | 0.96% | - |
| XYZ | 39.42 | 20.44 | 10.05 | - |
| YUV | 92.7 | 122.54 | 236.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 17 | 83 | 0 | 0.93 | 0.66 | 0.04 | 342.63 | 0.92 | 0.51 |
| Hex | F5 | 11 | 53 | 0 | 5D | 42 | 4 | 157 | 5C | 33 |
| Octal | 365 | 21 | 123 | 0 | 135 | 102 | 4 | 527 | 134 | 63 |
| Binary | 11110101 | 10001 | 1010011 | 0 | 1011101 | 1000010 | 100 | 101010111 | 1011100 | 110011 |
Color Harmonies of #F51153
Complementary color
Monochromatic Colors of #F51153
Black with #F51153
Text Example
Text Example
White with #F51153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F51153; }
p { color: rgb(245,17,83); }
H1.HeaderClassName
{
color: #F51153;
}
.AnyTagClassName
{
color: #F51153;
}
</style>
background-color css
<style>
a { background-color: #F51153; }
a { background-color: rgb(245,17,83); }
div.DivClassName
{
background-color: #F51153;
}
.BgClassName
{
background-color: #F51153;
}
</style>
border-color css
<style>
span { border-color: #F51153; }
span { border-color: rgb(245,17,83); }
td.TdClassName
{
border-color: #F51153;
}
.TagClassName
{
border-color: #F51153;
}
</style>