Shades of Razzmatazz #FF0055
Tints of Razzmatazz #FF0055
RGB
CMYK
RGB Variations
Color information
#FF0055 (or 0xFF0055) is known color: Razzmatazz. HEX triplet: FF, 00 and 55. RGB value is (255,0,85). Sum of RGB (Red+Green+Blue) = 255+0+85=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 85 (33.59% from 255 or 25% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0055 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0055 is #00FFAA. Grayscale: #555555. Windows color (decimal): -65451 or 5570815. OLE color: 5570815.
HSL color Cylindrical-coordinate representation of color #FF0055: hue angle of 340º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0055 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.67 | 0 |
| HSL | 340º | 1% | 0.5% | - |
| HSV(B) | 340º | 1% | 1% | - |
| XYZ | 42.88 | 21.92 | 10.56 | - |
| YUV | 85.94 | 127.48 | 248.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 85 | 0 | 1 | 0.67 | 0 | 340 | 1 | 0.5 |
| Hex | FF | 0 | 55 | 0 | 64 | 43 | 0 | 154 | 64 | 32 |
| Octal | 377 | 0 | 125 | 0 | 144 | 103 | 0 | 524 | 144 | 62 |
| Binary | 11111111 | 0 | 1010101 | 0 | 1100100 | 1000011 | 0 | 101010100 | 1100100 | 110010 |
Color Harmonies of #FF0055
Complementary color
Monochromatic Colors of #FF0055
Black with #FF0055
Text Example
Text Example
White with #FF0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0055; }
p { color: rgb(255,0,85); }
H1.HeaderClassName
{
color: #FF0055;
}
.AnyTagClassName
{
color: #FF0055;
}
</style>
background-color css
<style>
a { background-color: #FF0055; }
a { background-color: rgb(255,0,85); }
div.DivClassName
{
background-color: #FF0055;
}
.BgClassName
{
background-color: #FF0055;
}
</style>
border-color css
<style>
span { border-color: #FF0055; }
span { border-color: rgb(255,0,85); }
td.TdClassName
{
border-color: #FF0055;
}
.TagClassName
{
border-color: #FF0055;
}
</style>