Shades of Razzmatazz #FE165E
Tints of Razzmatazz #FE165E
RGB
CMYK
RGB Variations
Color information
#FE165E (or 0xFE165E) is known color: Razzmatazz. HEX triplet: FE, 16 and 5E. RGB value is (254,22,94). Sum of RGB (Red+Green+Blue) = 254+22+94=370 (49% of max value = 765). Red value is 254 (99.61% from 255 or 68.65% from 370); Green value is 22 (8.98% from 255 or 5.95% from 370); Blue value is 94 (37.11% from 255 or 25.41% from 370); Max value from RGB is 254 - color contains mainly: red. Hex color #FE165E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE165E is #01E9A1. Grayscale: #636363. Windows color (decimal): -125346 or 6166270. OLE color: 6166270.
HSL color Cylindrical-coordinate representation of color #FE165E: hue angle of 341.38º 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 #FE165E is Cyan = 0, Magento = 0.91, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 22 | 94 | - |
| CMYK | 0 | 0.91 | 0.63 | 0.00 |
| HSL | 341.38º | 0.99% | 0.54% | - |
| HSV(B) | 341.38º | 0.91% | 1% | - |
| XYZ | 43.18 | 22.45 | 12.65 | - |
| YUV | 99.58 | 124.86 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 22 | 94 | 0 | 0.91 | 0.63 | 0.00 | 341.38 | 0.99 | 0.54 |
| Hex | FE | 16 | 5E | 0 | 5B | 3F | 0 | 155 | 63 | 36 |
| Octal | 376 | 26 | 136 | 0 | 133 | 77 | 0 | 525 | 143 | 66 |
| Binary | 11111110 | 10110 | 1011110 | 0 | 1011011 | 111111 | 0 | 101010101 | 1100011 | 110110 |
Color Harmonies of #FE165E
Complementary color
Monochromatic Colors of #FE165E
Black with #FE165E
Text Example
Text Example
White with #FE165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE165E; }
p { color: rgb(254,22,94); }
H1.HeaderClassName
{
color: #FE165E;
}
.AnyTagClassName
{
color: #FE165E;
}
</style>
background-color css
<style>
a { background-color: #FE165E; }
a { background-color: rgb(254,22,94); }
div.DivClassName
{
background-color: #FE165E;
}
.BgClassName
{
background-color: #FE165E;
}
</style>
border-color css
<style>
span { border-color: #FE165E; }
span { border-color: rgb(254,22,94); }
td.TdClassName
{
border-color: #FE165E;
}
.TagClassName
{
border-color: #FE165E;
}
</style>