Shades of Razzmatazz #FF1155
Tints of Razzmatazz #FF1155
RGB
CMYK
RGB Variations
Color information
#FF1155 (or 0xFF1155) is known color: Razzmatazz. HEX triplet: FF, 11 and 55. RGB value is (255,17,85). Sum of RGB (Red+Green+Blue) = 255+17+85=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 17 (7.03% from 255 or 4.76% from 357); Blue value is 85 (33.59% from 255 or 23.81% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1155 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1155 is #00EEAA. Grayscale: #5F5F5F. Windows color (decimal): -61099 or 5575167. OLE color: 5575167.
HSL color Cylindrical-coordinate representation of color #FF1155: hue angle of 342.86º 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 #FF1155 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 85 | - |
| CMYK | 0 | 0.93 | 0.67 | 0 |
| HSL | 342.86º | 1% | 0.53% | - |
| HSV(B) | 342.86º | 0.93% | 1% | - |
| XYZ | 43.08 | 22.32 | 10.63 | - |
| YUV | 95.91 | 121.85 | 241.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 85 | 0 | 0.93 | 0.67 | 0 | 342.86 | 1 | 0.53 |
| Hex | FF | 11 | 55 | 0 | 5D | 43 | 0 | 157 | 64 | 35 |
| Octal | 377 | 21 | 125 | 0 | 135 | 103 | 0 | 527 | 144 | 65 |
| Binary | 11111111 | 10001 | 1010101 | 0 | 1011101 | 1000011 | 0 | 101010111 | 1100100 | 110101 |
Color Harmonies of #FF1155
Complementary color
Monochromatic Colors of #FF1155
Black with #FF1155
Text Example
Text Example
White with #FF1155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1155; }
p { color: rgb(255,17,85); }
H1.HeaderClassName
{
color: #FF1155;
}
.AnyTagClassName
{
color: #FF1155;
}
</style>
background-color css
<style>
a { background-color: #FF1155; }
a { background-color: rgb(255,17,85); }
div.DivClassName
{
background-color: #FF1155;
}
.BgClassName
{
background-color: #FF1155;
}
</style>
border-color css
<style>
span { border-color: #FF1155; }
span { border-color: rgb(255,17,85); }
td.TdClassName
{
border-color: #FF1155;
}
.TagClassName
{
border-color: #FF1155;
}
</style>