Shades of Razzmatazz #FE045A
Tints of Razzmatazz #FE045A
RGB
CMYK
RGB Variations
Color information
#FE045A (or 0xFE045A) is known color: Razzmatazz. HEX triplet: FE, 04 and 5A. RGB value is (254,4,90). Sum of RGB (Red+Green+Blue) = 254+4+90=348 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.99% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 254 - color contains mainly: red. Hex color #FE045A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE045A is #01FBA5. Grayscale: #585858. Windows color (decimal): -129958 or 5899518. OLE color: 5899518.
HSL color Cylindrical-coordinate representation of color #FE045A: hue angle of 339.36º 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 #FE045A is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 4 | 90 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.00 |
| HSL | 339.36º | 0.99% | 0.51% | - |
| HSV(B) | 339.36º | 0.98% | 1% | - |
| XYZ | 42.76 | 21.9 | 11.65 | - |
| YUV | 88.55 | 128.83 | 246.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 4 | 90 | 0 | 0.98 | 0.65 | 0.00 | 339.36 | 0.99 | 0.51 |
| Hex | FE | 4 | 5A | 0 | 62 | 41 | 0 | 153 | 63 | 33 |
| Octal | 376 | 4 | 132 | 0 | 142 | 101 | 0 | 523 | 143 | 63 |
| Binary | 11111110 | 100 | 1011010 | 0 | 1100010 | 1000001 | 0 | 101010011 | 1100011 | 110011 |
Color Harmonies of #FE045A
Complementary color
Monochromatic Colors of #FE045A
Black with #FE045A
Text Example
Text Example
White with #FE045A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE045A; }
p { color: rgb(254,4,90); }
H1.HeaderClassName
{
color: #FE045A;
}
.AnyTagClassName
{
color: #FE045A;
}
</style>
background-color css
<style>
a { background-color: #FE045A; }
a { background-color: rgb(254,4,90); }
div.DivClassName
{
background-color: #FE045A;
}
.BgClassName
{
background-color: #FE045A;
}
</style>
border-color css
<style>
span { border-color: #FE045A; }
span { border-color: rgb(254,4,90); }
td.TdClassName
{
border-color: #FE045A;
}
.TagClassName
{
border-color: #FE045A;
}
</style>