Shades of Razzmatazz #FF005D
Tints of Razzmatazz #FF005D
RGB
CMYK
RGB Variations
Color information
#FF005D (or 0xFF005D) is known color: Razzmatazz. HEX triplet: FF, 00 and 5D. RGB value is (255,0,93). Sum of RGB (Red+Green+Blue) = 255+0+93=348 (46% of max value = 765). Red value is 255 (100% from 255 or 73.28% from 348); Green value is 0 (0.39% from 255 or 0% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 255 - color contains mainly: red. Hex color #FF005D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF005D is #00FFA2. Grayscale: #565656. Windows color (decimal): -65443 or 6095103. OLE color: 6095103.
HSL color Cylindrical-coordinate representation of color #FF005D: hue angle of 338.12º 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 #FF005D is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.64 | 0 |
| HSL | 338.12º | 1% | 0.5% | - |
| HSV(B) | 338.12º | 1% | 1% | - |
| XYZ | 43.22 | 22.05 | 12.33 | - |
| YUV | 86.85 | 131.48 | 247.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 93 | 0 | 1 | 0.64 | 0 | 338.12 | 1 | 0.5 |
| Hex | FF | 0 | 5D | 0 | 64 | 40 | 0 | 152 | 64 | 32 |
| Octal | 377 | 0 | 135 | 0 | 144 | 100 | 0 | 522 | 144 | 62 |
| Binary | 11111111 | 0 | 1011101 | 0 | 1100100 | 1000000 | 0 | 101010010 | 1100100 | 110010 |
Color Harmonies of #FF005D
Complementary color
Monochromatic Colors of #FF005D
Black with #FF005D
Text Example
Text Example
White with #FF005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF005D; }
p { color: rgb(255,0,93); }
H1.HeaderClassName
{
color: #FF005D;
}
.AnyTagClassName
{
color: #FF005D;
}
</style>
background-color css
<style>
a { background-color: #FF005D; }
a { background-color: rgb(255,0,93); }
div.DivClassName
{
background-color: #FF005D;
}
.BgClassName
{
background-color: #FF005D;
}
</style>
border-color css
<style>
span { border-color: #FF005D; }
span { border-color: rgb(255,0,93); }
td.TdClassName
{
border-color: #FF005D;
}
.TagClassName
{
border-color: #FF005D;
}
</style>