Shades of Razzmatazz #FE1666
Tints of Razzmatazz #FE1666
RGB
CMYK
RGB Variations
Color information
#FE1666 (or 0xFE1666) is known color: Razzmatazz. HEX triplet: FE, 16 and 66. RGB value is (254,22,102). Sum of RGB (Red+Green+Blue) = 254+22+102=378 (50% of max value = 765). Red value is 254 (99.61% from 255 or 67.20% from 378); Green value is 22 (8.98% from 255 or 5.82% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1666 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1666 is #01E999. Grayscale: #646464. Windows color (decimal): -125338 or 6690558. OLE color: 6690558.
HSL color Cylindrical-coordinate representation of color #FE1666: hue angle of 339.31º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FE1666 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 102 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.00 |
| HSL | 339.31º | 0.99% | 0.54% | - |
| HSV(B) | 339.31º | 0.91% | 1% | - |
| XYZ | 43.56 | 22.6 | 14.64 | - |
| YUV | 100.49 | 128.86 | 237.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 102 | 0 | 0.91 | 0.60 | 0.00 | 339.31 | 0.99 | 0.54 |
| Hex | FE | 16 | 66 | 0 | 5B | 3C | 0 | 153 | 63 | 36 |
| Octal | 376 | 26 | 146 | 0 | 133 | 74 | 0 | 523 | 143 | 66 |
| Binary | 11111110 | 10110 | 1100110 | 0 | 1011011 | 111100 | 0 | 101010011 | 1100011 | 110110 |
Color Harmonies of #FE1666
Complementary color
Monochromatic Colors of #FE1666
Black with #FE1666
Text Example
Text Example
White with #FE1666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1666; }
p { color: rgb(254,22,102); }
H1.HeaderClassName
{
color: #FE1666;
}
.AnyTagClassName
{
color: #FE1666;
}
</style>
background-color css
<style>
a { background-color: #FE1666; }
a { background-color: rgb(254,22,102); }
div.DivClassName
{
background-color: #FE1666;
}
.BgClassName
{
background-color: #FE1666;
}
</style>
border-color css
<style>
span { border-color: #FE1666; }
span { border-color: rgb(254,22,102); }
td.TdClassName
{
border-color: #FE1666;
}
.TagClassName
{
border-color: #FE1666;
}
</style>