Shades of Razzmatazz #FF056D
Tints of Razzmatazz #FF056D
RGB
CMYK
RGB Variations
Color information
#FF056D (or 0xFF056D) is known color: Razzmatazz. HEX triplet: FF, 05 and 6D. RGB value is (255,5,109). Sum of RGB (Red+Green+Blue) = 255+5+109=369 (48% of max value = 765). Red value is 255 (100% from 255 or 69.11% from 369); Green value is 5 (2.34% from 255 or 1.36% from 369); Blue value is 109 (42.97% from 255 or 29.54% from 369); Max value from RGB is 255 - color contains mainly: red. Hex color #FF056D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF056D is #00FA92. Grayscale: #5B5B5B. Windows color (decimal): -64147 or 7144959. OLE color: 7144959.
HSL color Cylindrical-coordinate representation of color #FF056D: hue angle of 335.04º 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 #FF056D is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 109 | - |
| CMYK | 0 | 0.98 | 0.57 | 0 |
| HSL | 335.04º | 1% | 0.51% | - |
| HSV(B) | 335.04º | 0.98% | 1% | - |
| XYZ | 44.05 | 22.47 | 16.48 | - |
| YUV | 91.61 | 137.83 | 244.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 109 | 0 | 0.98 | 0.57 | 0 | 335.04 | 1 | 0.51 |
| Hex | FF | 5 | 6D | 0 | 62 | 39 | 0 | 14F | 64 | 33 |
| Octal | 377 | 5 | 155 | 0 | 142 | 71 | 0 | 517 | 144 | 63 |
| Binary | 11111111 | 101 | 1101101 | 0 | 1100010 | 111001 | 0 | 101001111 | 1100100 | 110011 |
Color Harmonies of #FF056D
Complementary color
Monochromatic Colors of #FF056D
Black with #FF056D
Text Example
Text Example
White with #FF056D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF056D; }
p { color: rgb(255,5,109); }
H1.HeaderClassName
{
color: #FF056D;
}
.AnyTagClassName
{
color: #FF056D;
}
</style>
background-color css
<style>
a { background-color: #FF056D; }
a { background-color: rgb(255,5,109); }
div.DivClassName
{
background-color: #FF056D;
}
.BgClassName
{
background-color: #FF056D;
}
</style>
border-color css
<style>
span { border-color: #FF056D; }
span { border-color: rgb(255,5,109); }
td.TdClassName
{
border-color: #FF056D;
}
.TagClassName
{
border-color: #FF056D;
}
</style>