Shades of Razzmatazz #FF1665
Tints of Razzmatazz #FF1665
RGB
CMYK
RGB Variations
Color information
#FF1665 (or 0xFF1665) is known color: Razzmatazz. HEX triplet: FF, 16 and 65. RGB value is (255,22,101). Sum of RGB (Red+Green+Blue) = 255+22+101=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 101 (39.84% from 255 or 26.72% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1665 is #00E99A. Grayscale: #646464. Windows color (decimal): -59803 or 6625023. OLE color: 6625023.
HSL color Cylindrical-coordinate representation of color #FF1665: hue angle of 339.66º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1665 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 101 | - |
| CMYK | 0 | 0.91 | 0.60 | 0 |
| HSL | 339.66º | 1% | 0.54% | - |
| HSV(B) | 339.66º | 0.91% | 1% | - |
| XYZ | 43.88 | 22.77 | 14.4 | - |
| YUV | 100.67 | 128.19 | 238.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 101 | 0 | 0.91 | 0.60 | 0 | 339.66 | 1 | 0.54 |
| Hex | FF | 16 | 65 | 0 | 5B | 3C | 0 | 154 | 64 | 36 |
| Octal | 377 | 26 | 145 | 0 | 133 | 74 | 0 | 524 | 144 | 66 |
| Binary | 11111111 | 10110 | 1100101 | 0 | 1011011 | 111100 | 0 | 101010100 | 1100100 | 110110 |
Color Harmonies of #FF1665
Complementary color
Monochromatic Colors of #FF1665
Black with #FF1665
Text Example
Text Example
White with #FF1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1665; }
p { color: rgb(255,22,101); }
H1.HeaderClassName
{
color: #FF1665;
}
.AnyTagClassName
{
color: #FF1665;
}
</style>
background-color css
<style>
a { background-color: #FF1665; }
a { background-color: rgb(255,22,101); }
div.DivClassName
{
background-color: #FF1665;
}
.BgClassName
{
background-color: #FF1665;
}
</style>
border-color css
<style>
span { border-color: #FF1665; }
span { border-color: rgb(255,22,101); }
td.TdClassName
{
border-color: #FF1665;
}
.TagClassName
{
border-color: #FF1665;
}
</style>