Shades of Razzmatazz #FE045D
Tints of Razzmatazz #FE045D
RGB
CMYK
RGB Variations
Color information
#FE045D (or 0xFE045D) is known color: Razzmatazz. HEX triplet: FE, 04 and 5D. RGB value is (254,4,93). Sum of RGB (Red+Green+Blue) = 254+4+93=351 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.36% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 254 - color contains mainly: red. Hex color #FE045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE045D is #01FBA2. Grayscale: #585858. Windows color (decimal): -129955 or 6096126. OLE color: 6096126.
HSL color Cylindrical-coordinate representation of color #FE045D: hue angle of 338.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FE045D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.00 |
| HSL | 338.64º | 0.99% | 0.51% | - |
| HSV(B) | 338.64º | 0.98% | 1% | - |
| XYZ | 42.89 | 21.95 | 12.33 | - |
| YUV | 88.9 | 130.33 | 245.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 93 | 0 | 0.98 | 0.63 | 0.00 | 338.64 | 0.99 | 0.51 |
| Hex | FE | 4 | 5D | 0 | 62 | 3F | 0 | 153 | 63 | 33 |
| Octal | 376 | 4 | 135 | 0 | 142 | 77 | 0 | 523 | 143 | 63 |
| Binary | 11111110 | 100 | 1011101 | 0 | 1100010 | 111111 | 0 | 101010011 | 1100011 | 110011 |
Color Harmonies of #FE045D
Complementary color
Monochromatic Colors of #FE045D
Black with #FE045D
Text Example
Text Example
White with #FE045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE045D; }
p { color: rgb(254,4,93); }
H1.HeaderClassName
{
color: #FE045D;
}
.AnyTagClassName
{
color: #FE045D;
}
</style>
background-color css
<style>
a { background-color: #FE045D; }
a { background-color: rgb(254,4,93); }
div.DivClassName
{
background-color: #FE045D;
}
.BgClassName
{
background-color: #FE045D;
}
</style>
border-color css
<style>
span { border-color: #FE045D; }
span { border-color: rgb(254,4,93); }
td.TdClassName
{
border-color: #FE045D;
}
.TagClassName
{
border-color: #FE045D;
}
</style>