Shades of Razzmatazz #FF0565
Tints of Razzmatazz #FF0565
RGB
CMYK
RGB Variations
Color information
#FF0565 (or 0xFF0565) is known color: Razzmatazz. HEX triplet: FF, 05 and 65. RGB value is (255,5,101). Sum of RGB (Red+Green+Blue) = 255+5+101=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 5 (2.34% from 255 or 1.39% from 361); Blue value is 101 (39.84% from 255 or 27.98% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0565 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0565 is #00FA9A. Grayscale: #5A5A5A. Windows color (decimal): -64155 or 6620671. OLE color: 6620671.
HSL color Cylindrical-coordinate representation of color #FF0565: hue angle of 336.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0565 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 101 | - |
| CMYK | 0 | 0.98 | 0.60 | 0 |
| HSL | 336.96º | 1% | 0.51% | - |
| HSV(B) | 336.96º | 0.98% | 1% | - |
| XYZ | 43.64 | 22.31 | 14.32 | - |
| YUV | 90.69 | 133.83 | 245.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 101 | 0 | 0.98 | 0.60 | 0 | 336.96 | 1 | 0.51 |
| Hex | FF | 5 | 65 | 0 | 62 | 3C | 0 | 151 | 64 | 33 |
| Octal | 377 | 5 | 145 | 0 | 142 | 74 | 0 | 521 | 144 | 63 |
| Binary | 11111111 | 101 | 1100101 | 0 | 1100010 | 111100 | 0 | 101010001 | 1100100 | 110011 |
Color Harmonies of #FF0565
Complementary color
Monochromatic Colors of #FF0565
Black with #FF0565
Text Example
Text Example
White with #FF0565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0565; }
p { color: rgb(255,5,101); }
H1.HeaderClassName
{
color: #FF0565;
}
.AnyTagClassName
{
color: #FF0565;
}
</style>
background-color css
<style>
a { background-color: #FF0565; }
a { background-color: rgb(255,5,101); }
div.DivClassName
{
background-color: #FF0565;
}
.BgClassName
{
background-color: #FF0565;
}
</style>
border-color css
<style>
span { border-color: #FF0565; }
span { border-color: rgb(255,5,101); }
td.TdClassName
{
border-color: #FF0565;
}
.TagClassName
{
border-color: #FF0565;
}
</style>