Shades of Razzmatazz #FE156A
Tints of Razzmatazz #FE156A
RGB
CMYK
RGB Variations
Color information
#FE156A (or 0xFE156A) is known color: Razzmatazz. HEX triplet: FE, 15 and 6A. RGB value is (254,21,106). Sum of RGB (Red+Green+Blue) = 254+21+106=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 21 (8.59% from 255 or 5.51% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE156A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE156A is #01EA95. Grayscale: #646464. Windows color (decimal): -125590 or 6952446. OLE color: 6952446.
HSL color Cylindrical-coordinate representation of color #FE156A: hue angle of 338.11º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FE156A is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 21 | 106 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.00 |
| HSL | 338.11º | 0.99% | 0.54% | - |
| HSV(B) | 338.11º | 0.92% | 1% | - |
| XYZ | 43.74 | 22.65 | 15.7 | - |
| YUV | 100.36 | 131.19 | 237.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 21 | 106 | 0 | 0.92 | 0.58 | 0.00 | 338.11 | 0.99 | 0.54 |
| Hex | FE | 15 | 6A | 0 | 5C | 3A | 0 | 152 | 63 | 36 |
| Octal | 376 | 25 | 152 | 0 | 134 | 72 | 0 | 522 | 143 | 66 |
| Binary | 11111110 | 10101 | 1101010 | 0 | 1011100 | 111010 | 0 | 101010010 | 1100011 | 110110 |
Color Harmonies of #FE156A
Complementary color
Monochromatic Colors of #FE156A
Black with #FE156A
Text Example
Text Example
White with #FE156A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE156A; }
p { color: rgb(254,21,106); }
H1.HeaderClassName
{
color: #FE156A;
}
.AnyTagClassName
{
color: #FE156A;
}
</style>
background-color css
<style>
a { background-color: #FE156A; }
a { background-color: rgb(254,21,106); }
div.DivClassName
{
background-color: #FE156A;
}
.BgClassName
{
background-color: #FE156A;
}
</style>
border-color css
<style>
span { border-color: #FE156A; }
span { border-color: rgb(254,21,106); }
td.TdClassName
{
border-color: #FE156A;
}
.TagClassName
{
border-color: #FE156A;
}
</style>