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