Shades of Razzmatazz #FF1766
Tints of Razzmatazz #FF1766
RGB
CMYK
RGB Variations
Color information
#FF1766 (or 0xFF1766) is known color: Razzmatazz. HEX triplet: FF, 17 and 66. RGB value is (255,23,102). Sum of RGB (Red+Green+Blue) = 255+23+102=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 23 (9.38% from 255 or 6.05% from 380); Blue value is 102 (40.23% from 255 or 26.84% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1766 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1766 is #00E899. Grayscale: #656565. Windows color (decimal): -59546 or 6690815. OLE color: 6690815.
HSL color Cylindrical-coordinate representation of color #FF1766: hue angle of 339.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1766 is Cyan = 0, Magento = 0.91, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 102 | - |
| CMYK | 0 | 0.91 | 0.6 | 0 |
| HSL | 339.57º | 1% | 0.55% | - |
| HSV(B) | 339.57º | 0.91% | 1% | - |
| XYZ | 43.94 | 22.83 | 14.66 | - |
| YUV | 101.37 | 128.36 | 237.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 102 | 0 | 0.91 | 0.6 | 0 | 339.57 | 1 | 0.55 |
| Hex | FF | 17 | 66 | 0 | 5B | 3C | 0 | 154 | 64 | 37 |
| Octal | 377 | 27 | 146 | 0 | 133 | 74 | 0 | 524 | 144 | 67 |
| Binary | 11111111 | 10111 | 1100110 | 0 | 1011011 | 111100 | 0 | 101010100 | 1100100 | 110111 |
Color Harmonies of #FF1766
Complementary color
Monochromatic Colors of #FF1766
Black with #FF1766
Text Example
Text Example
White with #FF1766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1766; }
p { color: rgb(255,23,102); }
H1.HeaderClassName
{
color: #FF1766;
}
.AnyTagClassName
{
color: #FF1766;
}
</style>
background-color css
<style>
a { background-color: #FF1766; }
a { background-color: rgb(255,23,102); }
div.DivClassName
{
background-color: #FF1766;
}
.BgClassName
{
background-color: #FF1766;
}
</style>
border-color css
<style>
span { border-color: #FF1766; }
span { border-color: rgb(255,23,102); }
td.TdClassName
{
border-color: #FF1766;
}
.TagClassName
{
border-color: #FF1766;
}
</style>