Shades of Razzmatazz #FF005B
Tints of Razzmatazz #FF005B
RGB
CMYK
RGB Variations
Color information
#FF005B (or 0xFF005B) is known color: Razzmatazz. HEX triplet: FF, 00 and 5B. RGB value is (255,0,91). Sum of RGB (Red+Green+Blue) = 255+0+91=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF005B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF005B is #00FFA4. Grayscale: #565656. Windows color (decimal): -65445 or 5964031. OLE color: 5964031.
HSL color Cylindrical-coordinate representation of color #FF005B: hue angle of 338.59º 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 #FF005B is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.64 | 0 |
| HSL | 338.59º | 1% | 0.5% | - |
| HSV(B) | 338.59º | 1% | 1% | - |
| XYZ | 43.13 | 22.02 | 11.87 | - |
| YUV | 86.62 | 130.48 | 248.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 91 | 0 | 1 | 0.64 | 0 | 338.59 | 1 | 0.5 |
| Hex | FF | 0 | 5B | 0 | 64 | 40 | 0 | 153 | 64 | 32 |
| Octal | 377 | 0 | 133 | 0 | 144 | 100 | 0 | 523 | 144 | 62 |
| Binary | 11111111 | 0 | 1011011 | 0 | 1100100 | 1000000 | 0 | 101010011 | 1100100 | 110010 |
Color Harmonies of #FF005B
Complementary color
Monochromatic Colors of #FF005B
Black with #FF005B
Text Example
Text Example
White with #FF005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF005B; }
p { color: rgb(255,0,91); }
H1.HeaderClassName
{
color: #FF005B;
}
.AnyTagClassName
{
color: #FF005B;
}
</style>
background-color css
<style>
a { background-color: #FF005B; }
a { background-color: rgb(255,0,91); }
div.DivClassName
{
background-color: #FF005B;
}
.BgClassName
{
background-color: #FF005B;
}
</style>
border-color css
<style>
span { border-color: #FF005B; }
span { border-color: rgb(255,0,91); }
td.TdClassName
{
border-color: #FF005B;
}
.TagClassName
{
border-color: #FF005B;
}
</style>