Shades of Razzmatazz #FE146B
Tints of Razzmatazz #FE146B
RGB
CMYK
RGB Variations
Color information
#FE146B (or 0xFE146B) is known color: Razzmatazz. HEX triplet: FE, 14 and 6B. RGB value is (254,20,107). Sum of RGB (Red+Green+Blue) = 254+20+107=381 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.67% from 381); Green value is 20 (8.20% from 255 or 5.25% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 254 - color contains mainly: red. Hex color #FE146B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE146B is #01EB94. Grayscale: #636363. Windows color (decimal): -125845 or 7017726. OLE color: 7017726.
HSL color Cylindrical-coordinate representation of color #FE146B: hue angle of 337.69º 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 #FE146B is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 20 | 107 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.00 |
| HSL | 337.69º | 0.99% | 0.54% | - |
| HSV(B) | 337.69º | 0.92% | 1% | - |
| XYZ | 43.78 | 22.63 | 15.97 | - |
| YUV | 99.88 | 132.02 | 237.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 20 | 107 | 0 | 0.92 | 0.58 | 0.00 | 337.69 | 0.99 | 0.54 |
| Hex | FE | 14 | 6B | 0 | 5C | 3A | 0 | 152 | 63 | 36 |
| Octal | 376 | 24 | 153 | 0 | 134 | 72 | 0 | 522 | 143 | 66 |
| Binary | 11111110 | 10100 | 1101011 | 0 | 1011100 | 111010 | 0 | 101010010 | 1100011 | 110110 |
Color Harmonies of #FE146B
Complementary color
Monochromatic Colors of #FE146B
Black with #FE146B
Text Example
Text Example
White with #FE146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE146B; }
p { color: rgb(254,20,107); }
H1.HeaderClassName
{
color: #FE146B;
}
.AnyTagClassName
{
color: #FE146B;
}
</style>
background-color css
<style>
a { background-color: #FE146B; }
a { background-color: rgb(254,20,107); }
div.DivClassName
{
background-color: #FE146B;
}
.BgClassName
{
background-color: #FE146B;
}
</style>
border-color css
<style>
span { border-color: #FE146B; }
span { border-color: rgb(254,20,107); }
td.TdClassName
{
border-color: #FE146B;
}
.TagClassName
{
border-color: #FE146B;
}
</style>