Shades of Razzmatazz #FE1154
Tints of Razzmatazz #FE1154
RGB
CMYK
RGB Variations
Color information
#FE1154 (or 0xFE1154) is known color: Razzmatazz. HEX triplet: FE, 11 and 54. RGB value is (254,17,84). Sum of RGB (Red+Green+Blue) = 254+17+84=355 (47% of max value = 765). Red value is 254 (99.61% from 255 or 71.55% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 84 (33.20% from 255 or 23.66% from 355); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1154 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE1154 is #01EEAB. Grayscale: #5F5F5F. Windows color (decimal): -126636 or 5509630. OLE color: 5509630.
HSL color Cylindrical-coordinate representation of color #FE1154: hue angle of 343.04º 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 #FE1154 is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 17 | 84 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.00 |
| HSL | 343.04º | 0.99% | 0.53% | - |
| HSV(B) | 343.04º | 0.93% | 1% | - |
| XYZ | 42.67 | 22.11 | 10.41 | - |
| YUV | 95.5 | 121.52 | 241.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 17 | 84 | 0 | 0.93 | 0.67 | 0.00 | 343.04 | 0.99 | 0.53 |
| Hex | FE | 11 | 54 | 0 | 5D | 43 | 0 | 157 | 63 | 35 |
| Octal | 376 | 21 | 124 | 0 | 135 | 103 | 0 | 527 | 143 | 65 |
| Binary | 11111110 | 10001 | 1010100 | 0 | 1011101 | 1000011 | 0 | 101010111 | 1100011 | 110101 |
Color Harmonies of #FE1154
Complementary color
Monochromatic Colors of #FE1154
Black with #FE1154
Text Example
Text Example
White with #FE1154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE1154; }
p { color: rgb(254,17,84); }
H1.HeaderClassName
{
color: #FE1154;
}
.AnyTagClassName
{
color: #FE1154;
}
</style>
background-color css
<style>
a { background-color: #FE1154; }
a { background-color: rgb(254,17,84); }
div.DivClassName
{
background-color: #FE1154;
}
.BgClassName
{
background-color: #FE1154;
}
</style>
border-color css
<style>
span { border-color: #FE1154; }
span { border-color: rgb(254,17,84); }
td.TdClassName
{
border-color: #FE1154;
}
.TagClassName
{
border-color: #FE1154;
}
</style>