Shades of Razzmatazz #FE055B
Tints of Razzmatazz #FE055B
RGB
CMYK
RGB Variations
Color information
#FE055B (or 0xFE055B) is known color: Razzmatazz. HEX triplet: FE, 05 and 5B. RGB value is (254,5,91). Sum of RGB (Red+Green+Blue) = 254+5+91=350 (46% of max value = 765). Red value is 254 (99.61% from 255 or 72.57% from 350); Green value is 5 (2.34% from 255 or 1.43% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 254 - color contains mainly: red. Hex color #FE055B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE055B is #01FAA4. Grayscale: #595959. Windows color (decimal): -129701 or 5965310. OLE color: 5965310.
HSL color Cylindrical-coordinate representation of color #FE055B: hue angle of 339.28º 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 #FE055B is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 91 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.00 |
| HSL | 339.28º | 0.99% | 0.51% | - |
| HSV(B) | 339.28º | 0.98% | 1% | - |
| XYZ | 42.82 | 21.93 | 11.87 | - |
| YUV | 89.26 | 128.99 | 245.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 91 | 0 | 0.98 | 0.64 | 0.00 | 339.28 | 0.99 | 0.51 |
| Hex | FE | 5 | 5B | 0 | 62 | 40 | 0 | 153 | 63 | 33 |
| Octal | 376 | 5 | 133 | 0 | 142 | 100 | 0 | 523 | 143 | 63 |
| Binary | 11111110 | 101 | 1011011 | 0 | 1100010 | 1000000 | 0 | 101010011 | 1100011 | 110011 |
Color Harmonies of #FE055B
Complementary color
Monochromatic Colors of #FE055B
Black with #FE055B
Text Example
Text Example
White with #FE055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE055B; }
p { color: rgb(254,5,91); }
H1.HeaderClassName
{
color: #FE055B;
}
.AnyTagClassName
{
color: #FE055B;
}
</style>
background-color css
<style>
a { background-color: #FE055B; }
a { background-color: rgb(254,5,91); }
div.DivClassName
{
background-color: #FE055B;
}
.BgClassName
{
background-color: #FE055B;
}
</style>
border-color css
<style>
span { border-color: #FE055B; }
span { border-color: rgb(254,5,91); }
td.TdClassName
{
border-color: #FE055B;
}
.TagClassName
{
border-color: #FE055B;
}
</style>