Shades of Razzmatazz #FE166A
Tints of Razzmatazz #FE166A
RGB
CMYK
RGB Variations
Color information
#FE166A (or 0xFE166A) is known color: Razzmatazz. HEX triplet: FE, 16 and 6A. RGB value is (254,22,106). Sum of RGB (Red+Green+Blue) = 254+22+106=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 22 (8.98% from 255 or 5.76% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE166A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE166A is #01E995. Grayscale: #646464. Windows color (decimal): -125334 or 6952702. OLE color: 6952702.
HSL color Cylindrical-coordinate representation of color #FE166A: hue angle of 338.28º 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 #FE166A is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 106 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.00 |
| HSL | 338.28º | 0.99% | 0.54% | - |
| HSV(B) | 338.28º | 0.91% | 1% | - |
| XYZ | 43.76 | 22.69 | 15.71 | - |
| YUV | 100.94 | 130.86 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 106 | 0 | 0.91 | 0.58 | 0.00 | 338.28 | 0.99 | 0.54 |
| Hex | FE | 16 | 6A | 0 | 5B | 3A | 0 | 152 | 63 | 36 |
| Octal | 376 | 26 | 152 | 0 | 133 | 72 | 0 | 522 | 143 | 66 |
| Binary | 11111110 | 10110 | 1101010 | 0 | 1011011 | 111010 | 0 | 101010010 | 1100011 | 110110 |
Color Harmonies of #FE166A
Complementary color
Monochromatic Colors of #FE166A
Black with #FE166A
Text Example
Text Example
White with #FE166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE166A; }
p { color: rgb(254,22,106); }
H1.HeaderClassName
{
color: #FE166A;
}
.AnyTagClassName
{
color: #FE166A;
}
</style>
background-color css
<style>
a { background-color: #FE166A; }
a { background-color: rgb(254,22,106); }
div.DivClassName
{
background-color: #FE166A;
}
.BgClassName
{
background-color: #FE166A;
}
</style>
border-color css
<style>
span { border-color: #FE166A; }
span { border-color: rgb(254,22,106); }
td.TdClassName
{
border-color: #FE166A;
}
.TagClassName
{
border-color: #FE166A;
}
</style>