Shades of Razzmatazz #FE1355
Tints of Razzmatazz #FE1355
RGB
CMYK
RGB Variations
Color information
#FE1355 (or 0xFE1355) is known color: Razzmatazz. HEX triplet: FE, 13 and 55. RGB value is (254,19,85). Sum of RGB (Red+Green+Blue) = 254+19+85=358 (47% of max value = 765). Red value is 254 (99.61% from 255 or 70.95% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 85 (33.59% from 255 or 23.74% from 358); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1355 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1355 is #01ECAA. Grayscale: #606060. Windows color (decimal): -126123 or 5575678. OLE color: 5575678.
HSL color Cylindrical-coordinate representation of color #FE1355: hue angle of 343.15º 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 #FE1355 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 19 | 85 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.00 |
| HSL | 343.15º | 0.99% | 0.54% | - |
| HSV(B) | 343.15º | 0.93% | 1% | - |
| XYZ | 42.75 | 22.19 | 10.62 | - |
| YUV | 96.79 | 121.36 | 240.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 19 | 85 | 0 | 0.93 | 0.67 | 0.00 | 343.15 | 0.99 | 0.54 |
| Hex | FE | 13 | 55 | 0 | 5D | 43 | 0 | 157 | 63 | 36 |
| Octal | 376 | 23 | 125 | 0 | 135 | 103 | 0 | 527 | 143 | 66 |
| Binary | 11111110 | 10011 | 1010101 | 0 | 1011101 | 1000011 | 0 | 101010111 | 1100011 | 110110 |
Color Harmonies of #FE1355
Complementary color
Monochromatic Colors of #FE1355
Black with #FE1355
Text Example
Text Example
White with #FE1355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1355; }
p { color: rgb(254,19,85); }
H1.HeaderClassName
{
color: #FE1355;
}
.AnyTagClassName
{
color: #FE1355;
}
</style>
background-color css
<style>
a { background-color: #FE1355; }
a { background-color: rgb(254,19,85); }
div.DivClassName
{
background-color: #FE1355;
}
.BgClassName
{
background-color: #FE1355;
}
</style>
border-color css
<style>
span { border-color: #FE1355; }
span { border-color: rgb(254,19,85); }
td.TdClassName
{
border-color: #FE1355;
}
.TagClassName
{
border-color: #FE1355;
}
</style>