Shades of Razzmatazz #FE1153
Tints of Razzmatazz #FE1153
RGB
CMYK
RGB Variations
Color information
#FE1153 (or 0xFE1153) is known color: Razzmatazz. HEX triplet: FE, 11 and 53. RGB value is (254,17,83). Sum of RGB (Red+Green+Blue) = 254+17+83=354 (46% of max value = 765). Red value is 254 (99.61% from 255 or 71.75% from 354); Green value is 17 (7.03% from 255 or 4.80% from 354); Blue value is 83 (32.81% from 255 or 23.45% from 354); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1153 is #01EEAC. Grayscale: #5F5F5F. Windows color (decimal): -126637 or 5444094. OLE color: 5444094.
HSL color Cylindrical-coordinate representation of color #FE1153: hue angle of 343.29º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FE1153 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 83 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.00 |
| HSL | 343.29º | 0.99% | 0.53% | - |
| HSV(B) | 343.29º | 0.93% | 1% | - |
| XYZ | 42.63 | 22.1 | 10.2 | - |
| YUV | 95.39 | 121.02 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 83 | 0 | 0.93 | 0.67 | 0.00 | 343.29 | 0.99 | 0.53 |
| Hex | FE | 11 | 53 | 0 | 5D | 43 | 0 | 157 | 63 | 35 |
| Octal | 376 | 21 | 123 | 0 | 135 | 103 | 0 | 527 | 143 | 65 |
| Binary | 11111110 | 10001 | 1010011 | 0 | 1011101 | 1000011 | 0 | 101010111 | 1100011 | 110101 |
Color Harmonies of #FE1153
Complementary color
Monochromatic Colors of #FE1153
Black with #FE1153
Text Example
Text Example
White with #FE1153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1153; }
p { color: rgb(254,17,83); }
H1.HeaderClassName
{
color: #FE1153;
}
.AnyTagClassName
{
color: #FE1153;
}
</style>
background-color css
<style>
a { background-color: #FE1153; }
a { background-color: rgb(254,17,83); }
div.DivClassName
{
background-color: #FE1153;
}
.BgClassName
{
background-color: #FE1153;
}
</style>
border-color css
<style>
span { border-color: #FE1153; }
span { border-color: rgb(254,17,83); }
td.TdClassName
{
border-color: #FE1153;
}
.TagClassName
{
border-color: #FE1153;
}
</style>