Shades of Razzmatazz #FE136B
Tints of Razzmatazz #FE136B
RGB
CMYK
RGB Variations
Color information
#FE136B (or 0xFE136B) is known color: Razzmatazz. HEX triplet: FE, 13 and 6B. RGB value is (254,19,107). Sum of RGB (Red+Green+Blue) = 254+19+107=380 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.84% from 380); Green value is 19 (7.81% from 255 or 5% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 254 - color contains mainly: red. Hex color #FE136B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE136B is #01EC94. Grayscale: #636363. Windows color (decimal): -126101 or 7017470. OLE color: 7017470.
HSL color Cylindrical-coordinate representation of color #FE136B: hue angle of 337.53º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE136B is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 107 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.00 |
| HSL | 337.53º | 0.99% | 0.54% | - |
| HSV(B) | 337.53º | 0.93% | 1% | - |
| XYZ | 43.76 | 22.6 | 15.97 | - |
| YUV | 99.3 | 132.36 | 238.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 107 | 0 | 0.93 | 0.58 | 0.00 | 337.53 | 0.99 | 0.54 |
| Hex | FE | 13 | 6B | 0 | 5D | 3A | 0 | 152 | 63 | 36 |
| Octal | 376 | 23 | 153 | 0 | 135 | 72 | 0 | 522 | 143 | 66 |
| Binary | 11111110 | 10011 | 1101011 | 0 | 1011101 | 111010 | 0 | 101010010 | 1100011 | 110110 |
Color Harmonies of #FE136B
Complementary color
Monochromatic Colors of #FE136B
Black with #FE136B
Text Example
Text Example
White with #FE136B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE136B; }
p { color: rgb(254,19,107); }
H1.HeaderClassName
{
color: #FE136B;
}
.AnyTagClassName
{
color: #FE136B;
}
</style>
background-color css
<style>
a { background-color: #FE136B; }
a { background-color: rgb(254,19,107); }
div.DivClassName
{
background-color: #FE136B;
}
.BgClassName
{
background-color: #FE136B;
}
</style>
border-color css
<style>
span { border-color: #FE136B; }
span { border-color: rgb(254,19,107); }
td.TdClassName
{
border-color: #FE136B;
}
.TagClassName
{
border-color: #FE136B;
}
</style>