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