Shades of Razzmatazz #FF1057
Tints of Razzmatazz #FF1057
RGB
CMYK
RGB Variations
Color information
#FF1057 (or 0xFF1057) is known color: Razzmatazz. HEX triplet: FF, 10 and 57. RGB value is (255,16,87). Sum of RGB (Red+Green+Blue) = 255+16+87=358 (47% of max value = 765). Red value is 255 (100% from 255 or 71.23% from 358); Green value is 16 (6.64% from 255 or 4.47% from 358); Blue value is 87 (34.38% from 255 or 24.30% from 358); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1057 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF1057 is #00EFA8. Grayscale: #5F5F5F. Windows color (decimal): -61353 or 5705983. OLE color: 5705983.
HSL color Cylindrical-coordinate representation of color #FF1057: hue angle of 342.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1057 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 87 | - |
| CMYK | 0 | 0.94 | 0.66 | 0 |
| HSL | 342.18º | 1% | 0.53% | - |
| HSV(B) | 342.18º | 0.94% | 1% | - |
| XYZ | 43.15 | 22.32 | 11.05 | - |
| YUV | 95.56 | 123.18 | 241.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 87 | 0 | 0.94 | 0.66 | 0 | 342.18 | 1 | 0.53 |
| Hex | FF | 10 | 57 | 0 | 5E | 42 | 0 | 156 | 64 | 35 |
| Octal | 377 | 20 | 127 | 0 | 136 | 102 | 0 | 526 | 144 | 65 |
| Binary | 11111111 | 10000 | 1010111 | 0 | 1011110 | 1000010 | 0 | 101010110 | 1100100 | 110101 |
Color Harmonies of #FF1057
Complementary color
Monochromatic Colors of #FF1057
Black with #FF1057
Text Example
Text Example
White with #FF1057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1057; }
p { color: rgb(255,16,87); }
H1.HeaderClassName
{
color: #FF1057;
}
.AnyTagClassName
{
color: #FF1057;
}
</style>
background-color css
<style>
a { background-color: #FF1057; }
a { background-color: rgb(255,16,87); }
div.DivClassName
{
background-color: #FF1057;
}
.BgClassName
{
background-color: #FF1057;
}
</style>
border-color css
<style>
span { border-color: #FF1057; }
span { border-color: rgb(255,16,87); }
td.TdClassName
{
border-color: #FF1057;
}
.TagClassName
{
border-color: #FF1057;
}
</style>