Shades of Razzmatazz #FF0157
Tints of Razzmatazz #FF0157
RGB
CMYK
RGB Variations
Color information
#FF0157 (or 0xFF0157) is known color: Razzmatazz. HEX triplet: FF, 01 and 57. RGB value is (255,1,87). Sum of RGB (Red+Green+Blue) = 255+1+87=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 87 (34.38% from 255 or 25.36% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0157 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0157 is #00FEA8. Grayscale: #565656. Windows color (decimal): -65193 or 5702143. OLE color: 5702143.
HSL color Cylindrical-coordinate representation of color #FF0157: hue angle of 339.69º 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 #FF0157 is Cyan = 0, Magento = 1.00, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 87 | - |
| CMYK | 0 | 1.00 | 0.66 | 0 |
| HSL | 339.69º | 1% | 0.5% | - |
| HSV(B) | 339.69º | 1% | 1% | - |
| XYZ | 42.97 | 21.97 | 10.99 | - |
| YUV | 86.75 | 128.15 | 248.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 87 | 0 | 1.00 | 0.66 | 0 | 339.69 | 1 | 0.5 |
| Hex | FF | 1 | 57 | 0 | 64 | 42 | 0 | 154 | 64 | 32 |
| Octal | 377 | 1 | 127 | 0 | 144 | 102 | 0 | 524 | 144 | 62 |
| Binary | 11111111 | 1 | 1010111 | 0 | 1100100 | 1000010 | 0 | 101010100 | 1100100 | 110010 |
Color Harmonies of #FF0157
Complementary color
Monochromatic Colors of #FF0157
Black with #FF0157
Text Example
Text Example
White with #FF0157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0157; }
p { color: rgb(255,1,87); }
H1.HeaderClassName
{
color: #FF0157;
}
.AnyTagClassName
{
color: #FF0157;
}
</style>
background-color css
<style>
a { background-color: #FF0157; }
a { background-color: rgb(255,1,87); }
div.DivClassName
{
background-color: #FF0157;
}
.BgClassName
{
background-color: #FF0157;
}
</style>
border-color css
<style>
span { border-color: #FF0157; }
span { border-color: rgb(255,1,87); }
td.TdClassName
{
border-color: #FF0157;
}
.TagClassName
{
border-color: #FF0157;
}
</style>