Shades of Razzmatazz #FF1153
Tints of Razzmatazz #FF1153
RGB
CMYK
RGB Variations
Color information
#FF1153 (or 0xFF1153) is known color: Razzmatazz. HEX triplet: FF, 11 and 53. RGB value is (255,17,83). Sum of RGB (Red+Green+Blue) = 255+17+83=355 (47% of max value = 765). Red value is 255 (100% from 255 or 71.83% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1153 is #00EEAC. Grayscale: #5F5F5F. Windows color (decimal): -61101 or 5444095. OLE color: 5444095.
HSL color Cylindrical-coordinate representation of color #FF1153: hue angle of 343.36º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1153 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 83 | - |
| CMYK | 0 | 0.93 | 0.67 | 0 |
| HSL | 343.36º | 1% | 0.53% | - |
| HSV(B) | 343.36º | 0.93% | 1% | - |
| XYZ | 43 | 22.29 | 10.22 | - |
| YUV | 95.69 | 120.85 | 241.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 83 | 0 | 0.93 | 0.67 | 0 | 343.36 | 1 | 0.53 |
| Hex | FF | 11 | 53 | 0 | 5D | 43 | 0 | 157 | 64 | 35 |
| Octal | 377 | 21 | 123 | 0 | 135 | 103 | 0 | 527 | 144 | 65 |
| Binary | 11111111 | 10001 | 1010011 | 0 | 1011101 | 1000011 | 0 | 101010111 | 1100100 | 110101 |
Color Harmonies of #FF1153
Complementary color
Monochromatic Colors of #FF1153
Black with #FF1153
Text Example
Text Example
White with #FF1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1153; }
p { color: rgb(255,17,83); }
H1.HeaderClassName
{
color: #FF1153;
}
.AnyTagClassName
{
color: #FF1153;
}
</style>
background-color css
<style>
a { background-color: #FF1153; }
a { background-color: rgb(255,17,83); }
div.DivClassName
{
background-color: #FF1153;
}
.BgClassName
{
background-color: #FF1153;
}
</style>
border-color css
<style>
span { border-color: #FF1153; }
span { border-color: rgb(255,17,83); }
td.TdClassName
{
border-color: #FF1153;
}
.TagClassName
{
border-color: #FF1153;
}
</style>