Shades of Razzmatazz #FE0551
Tints of Razzmatazz #FE0551
RGB
CMYK
RGB Variations
Color information
#FE0551 (or 0xFE0551) is known color: Razzmatazz. HEX triplet: FE, 05 and 51. RGB value is (254,5,81). Sum of RGB (Red+Green+Blue) = 254+5+81=340 (45% of max value = 765). Red value is 254 (99.61% from 255 or 74.71% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 81 (32.03% from 255 or 23.82% from 340); Max value from RGB is 254 - color contains mainly: red. Hex color #FE0551 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FE0551 is #01FAAE. Grayscale: #585858. Windows color (decimal): -129711 or 5309950. OLE color: 5309950.
HSL color Cylindrical-coordinate representation of color #FE0551: hue angle of 341.69º 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 #FE0551 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 5 | 81 | - |
| CMYK | 0 | 0.98 | 0.68 | 0.00 |
| HSL | 341.69º | 0.99% | 0.51% | - |
| HSV(B) | 341.69º | 0.98% | 1% | - |
| XYZ | 42.41 | 21.77 | 9.75 | - |
| YUV | 88.12 | 123.99 | 246.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 5 | 81 | 0 | 0.98 | 0.68 | 0.00 | 341.69 | 0.99 | 0.51 |
| Hex | FE | 5 | 51 | 0 | 62 | 44 | 0 | 156 | 63 | 33 |
| Octal | 376 | 5 | 121 | 0 | 142 | 104 | 0 | 526 | 143 | 63 |
| Binary | 11111110 | 101 | 1010001 | 0 | 1100010 | 1000100 | 0 | 101010110 | 1100011 | 110011 |
Color Harmonies of #FE0551
Complementary color
Monochromatic Colors of #FE0551
Black with #FE0551
Text Example
Text Example
White with #FE0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE0551; }
p { color: rgb(254,5,81); }
H1.HeaderClassName
{
color: #FE0551;
}
.AnyTagClassName
{
color: #FE0551;
}
</style>
background-color css
<style>
a { background-color: #FE0551; }
a { background-color: rgb(254,5,81); }
div.DivClassName
{
background-color: #FE0551;
}
.BgClassName
{
background-color: #FE0551;
}
</style>
border-color css
<style>
span { border-color: #FE0551; }
span { border-color: rgb(254,5,81); }
td.TdClassName
{
border-color: #FE0551;
}
.TagClassName
{
border-color: #FE0551;
}
</style>