Shades of Razzmatazz #FF0061
Tints of Razzmatazz #FF0061
RGB
CMYK
RGB Variations
Color information
#FF0061 (or 0xFF0061) is known color: Razzmatazz. HEX triplet: FF, 00 and 61. RGB value is (255,0,97). Sum of RGB (Red+Green+Blue) = 255+0+97=352 (46% of max value = 765). Red value is 255 (100% from 255 or 72.44% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 97 (38.28% from 255 or 27.56% from 352); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0061 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0061 is #00FF9E. Grayscale: #575757. Windows color (decimal): -65439 or 6357247. OLE color: 6357247.
HSL color Cylindrical-coordinate representation of color #FF0061: hue angle of 337.18º 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 #FF0061 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 97 | - |
| CMYK | 0 | 1 | 0.62 | 0 |
| HSL | 337.18º | 1% | 0.5% | - |
| HSV(B) | 337.18º | 1% | 1% | - |
| XYZ | 43.4 | 22.12 | 13.29 | - |
| YUV | 87.3 | 133.48 | 247.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 97 | 0 | 1 | 0.62 | 0 | 337.18 | 1 | 0.5 |
| Hex | FF | 0 | 61 | 0 | 64 | 3E | 0 | 151 | 64 | 32 |
| Octal | 377 | 0 | 141 | 0 | 144 | 76 | 0 | 521 | 144 | 62 |
| Binary | 11111111 | 0 | 1100001 | 0 | 1100100 | 111110 | 0 | 101010001 | 1100100 | 110010 |
Color Harmonies of #FF0061
Complementary color
Monochromatic Colors of #FF0061
Black with #FF0061
Text Example
Text Example
White with #FF0061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0061; }
p { color: rgb(255,0,97); }
H1.HeaderClassName
{
color: #FF0061;
}
.AnyTagClassName
{
color: #FF0061;
}
</style>
background-color css
<style>
a { background-color: #FF0061; }
a { background-color: rgb(255,0,97); }
div.DivClassName
{
background-color: #FF0061;
}
.BgClassName
{
background-color: #FF0061;
}
</style>
border-color css
<style>
span { border-color: #FF0061; }
span { border-color: rgb(255,0,97); }
td.TdClassName
{
border-color: #FF0061;
}
.TagClassName
{
border-color: #FF0061;
}
</style>