Shades of Razzmatazz #FD1666
Tints of Razzmatazz #FD1666
RGB
CMYK
RGB Variations
Color information
#FD1666 (or 0xFD1666) is known color: Razzmatazz. HEX triplet: FD, 16 and 66. RGB value is (253,22,102). Sum of RGB (Red+Green+Blue) = 253+22+102=377 (49% of max value = 765). Red value is 253 (99.22% from 255 or 67.11% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FD1666 is #02E999. Grayscale: #646464. Windows color (decimal): -190874 or 6690557. OLE color: 6690557.
HSL color Cylindrical-coordinate representation of color #FD1666: hue angle of 339.22º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1666 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 22 | 102 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.01 |
| HSL | 339.22º | 0.98% | 0.54% | - |
| HSV(B) | 339.22º | 0.91% | 0.99% | - |
| XYZ | 43.19 | 22.42 | 14.62 | - |
| YUV | 100.19 | 129.03 | 237 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 22 | 102 | 0 | 0.91 | 0.60 | 0.01 | 339.22 | 0.98 | 0.54 |
| Hex | FD | 16 | 66 | 0 | 5B | 3C | 1 | 153 | 62 | 36 |
| Octal | 375 | 26 | 146 | 0 | 133 | 74 | 1 | 523 | 142 | 66 |
| Binary | 11111101 | 10110 | 1100110 | 0 | 1011011 | 111100 | 1 | 101010011 | 1100010 | 110110 |
Color Harmonies of #FD1666
Complementary color
Monochromatic Colors of #FD1666
Black with #FD1666
Text Example
Text Example
White with #FD1666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1666; }
p { color: rgb(253,22,102); }
H1.HeaderClassName
{
color: #FD1666;
}
.AnyTagClassName
{
color: #FD1666;
}
</style>
background-color css
<style>
a { background-color: #FD1666; }
a { background-color: rgb(253,22,102); }
div.DivClassName
{
background-color: #FD1666;
}
.BgClassName
{
background-color: #FD1666;
}
</style>
border-color css
<style>
span { border-color: #FD1666; }
span { border-color: rgb(253,22,102); }
td.TdClassName
{
border-color: #FD1666;
}
.TagClassName
{
border-color: #FD1666;
}
</style>