Shades of Razzmatazz #FF1166
Tints of Razzmatazz #FF1166
RGB
CMYK
RGB Variations
Color information
#FF1166 (or 0xFF1166) is known color: Razzmatazz. HEX triplet: FF, 11 and 66. RGB value is (255,17,102). Sum of RGB (Red+Green+Blue) = 255+17+102=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1166 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1166 is #00EE99. Grayscale: #616161. Windows color (decimal): -61082 or 6689279. OLE color: 6689279.
HSL color Cylindrical-coordinate representation of color #FF1166: hue angle of 338.57º 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 #FF1166 is Cyan = 0, Magento = 0.93, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 17 | 102 | - |
| CMYK | 0 | 0.93 | 0.6 | 0 |
| HSL | 338.57º | 1% | 0.53% | - |
| HSV(B) | 338.57º | 0.93% | 1% | - |
| XYZ | 43.84 | 22.62 | 14.63 | - |
| YUV | 97.85 | 130.35 | 240.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 17 | 102 | 0 | 0.93 | 0.6 | 0 | 338.57 | 1 | 0.53 |
| Hex | FF | 11 | 66 | 0 | 5D | 3C | 0 | 153 | 64 | 35 |
| Octal | 377 | 21 | 146 | 0 | 135 | 74 | 0 | 523 | 144 | 65 |
| Binary | 11111111 | 10001 | 1100110 | 0 | 1011101 | 111100 | 0 | 101010011 | 1100100 | 110101 |
Color Harmonies of #FF1166
Complementary color
Monochromatic Colors of #FF1166
Black with #FF1166
Text Example
Text Example
White with #FF1166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1166; }
p { color: rgb(255,17,102); }
H1.HeaderClassName
{
color: #FF1166;
}
.AnyTagClassName
{
color: #FF1166;
}
</style>
background-color css
<style>
a { background-color: #FF1166; }
a { background-color: rgb(255,17,102); }
div.DivClassName
{
background-color: #FF1166;
}
.BgClassName
{
background-color: #FF1166;
}
</style>
border-color css
<style>
span { border-color: #FF1166; }
span { border-color: rgb(255,17,102); }
td.TdClassName
{
border-color: #FF1166;
}
.TagClassName
{
border-color: #FF1166;
}
</style>