Shades of Razzmatazz #FE0854
Tints of Razzmatazz #FE0854
RGB
CMYK
RGB Variations
Color information
#FE0854 (or 0xFE0854) is known color: Razzmatazz. HEX triplet: FE, 08 and 54. RGB value is (254,8,84). Sum of RGB (Red+Green+Blue) = 254+8+84=346 (45% of max value = 765). Red value is 254 (99.61% from 255 or 73.41% from 346); Green value is 8 (3.52% from 255 or 2.31% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0854 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0854 is #01F7AB. Grayscale: #5A5A5A. Windows color (decimal): -128940 or 5507326. OLE color: 5507326.
HSL color Cylindrical-coordinate representation of color #FE0854: hue angle of 341.46º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FE0854 is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 8 | 84 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.00 |
| HSL | 341.46º | 0.99% | 0.51% | - |
| HSV(B) | 341.46º | 0.97% | 1% | - |
| XYZ | 42.56 | 21.88 | 10.37 | - |
| YUV | 90.22 | 124.5 | 244.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 8 | 84 | 0 | 0.97 | 0.67 | 0.00 | 341.46 | 0.99 | 0.51 |
| Hex | FE | 8 | 54 | 0 | 61 | 43 | 0 | 155 | 63 | 33 |
| Octal | 376 | 10 | 124 | 0 | 141 | 103 | 0 | 525 | 143 | 63 |
| Binary | 11111110 | 1000 | 1010100 | 0 | 1100001 | 1000011 | 0 | 101010101 | 1100011 | 110011 |
Color Harmonies of #FE0854
Complementary color
Monochromatic Colors of #FE0854
Black with #FE0854
Text Example
Text Example
White with #FE0854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0854; }
p { color: rgb(254,8,84); }
H1.HeaderClassName
{
color: #FE0854;
}
.AnyTagClassName
{
color: #FE0854;
}
</style>
background-color css
<style>
a { background-color: #FE0854; }
a { background-color: rgb(254,8,84); }
div.DivClassName
{
background-color: #FE0854;
}
.BgClassName
{
background-color: #FE0854;
}
</style>
border-color css
<style>
span { border-color: #FE0854; }
span { border-color: rgb(254,8,84); }
td.TdClassName
{
border-color: #FE0854;
}
.TagClassName
{
border-color: #FE0854;
}
</style>