Shades of Razzmatazz #FE165A
Tints of Razzmatazz #FE165A
RGB
CMYK
RGB Variations
Color information
#FE165A (or 0xFE165A) is known color: Razzmatazz. HEX triplet: FE, 16 and 5A. RGB value is (254,22,90). Sum of RGB (Red+Green+Blue) = 254+22+90=366 (48% of max value = 765). Red value is 254 (99.61% from 255 or 69.40% from 366); Green value is 22 (8.98% from 255 or 6.01% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 254 - color contains mainly: red. Hex color #FE165A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE165A is #01E9A5. Grayscale: #636363. Windows color (decimal): -125350 or 5904126. OLE color: 5904126.
HSL color Cylindrical-coordinate representation of color #FE165A: hue angle of 342.41º 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 #FE165A is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 90 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.00 |
| HSL | 342.41º | 0.99% | 0.54% | - |
| HSV(B) | 342.41º | 0.91% | 1% | - |
| XYZ | 43.01 | 22.38 | 11.73 | - |
| YUV | 99.12 | 122.86 | 238.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 90 | 0 | 0.91 | 0.65 | 0.00 | 342.41 | 0.99 | 0.54 |
| Hex | FE | 16 | 5A | 0 | 5B | 41 | 0 | 156 | 63 | 36 |
| Octal | 376 | 26 | 132 | 0 | 133 | 101 | 0 | 526 | 143 | 66 |
| Binary | 11111110 | 10110 | 1011010 | 0 | 1011011 | 1000001 | 0 | 101010110 | 1100011 | 110110 |
Color Harmonies of #FE165A
Complementary color
Monochromatic Colors of #FE165A
Black with #FE165A
Text Example
Text Example
White with #FE165A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE165A; }
p { color: rgb(254,22,90); }
H1.HeaderClassName
{
color: #FE165A;
}
.AnyTagClassName
{
color: #FE165A;
}
</style>
background-color css
<style>
a { background-color: #FE165A; }
a { background-color: rgb(254,22,90); }
div.DivClassName
{
background-color: #FE165A;
}
.BgClassName
{
background-color: #FE165A;
}
</style>
border-color css
<style>
span { border-color: #FE165A; }
span { border-color: rgb(254,22,90); }
td.TdClassName
{
border-color: #FE165A;
}
.TagClassName
{
border-color: #FE165A;
}
</style>