Shades of Razzmatazz #FF056B
Tints of Razzmatazz #FF056B
RGB
CMYK
RGB Variations
Color information
#FF056B (or 0xFF056B) is known color: Razzmatazz. HEX triplet: FF, 05 and 6B. RGB value is (255,5,107). Sum of RGB (Red+Green+Blue) = 255+5+107=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF056B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF056B is #00FA94. Grayscale: #5B5B5B. Windows color (decimal): -64149 or 7013887. OLE color: 7013887.
HSL color Cylindrical-coordinate representation of color #FF056B: hue angle of 335.52º 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 #FF056B is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 5 | 107 | - |
| CMYK | 0 | 0.98 | 0.58 | 0 |
| HSL | 335.52º | 1% | 0.51% | - |
| HSV(B) | 335.52º | 0.98% | 1% | - |
| XYZ | 43.95 | 22.43 | 15.92 | - |
| YUV | 91.38 | 136.83 | 244.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 5 | 107 | 0 | 0.98 | 0.58 | 0 | 335.52 | 1 | 0.51 |
| Hex | FF | 5 | 6B | 0 | 62 | 3A | 0 | 150 | 64 | 33 |
| Octal | 377 | 5 | 153 | 0 | 142 | 72 | 0 | 520 | 144 | 63 |
| Binary | 11111111 | 101 | 1101011 | 0 | 1100010 | 111010 | 0 | 101010000 | 1100100 | 110011 |
Color Harmonies of #FF056B
Complementary color
Monochromatic Colors of #FF056B
Black with #FF056B
Text Example
Text Example
White with #FF056B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF056B; }
p { color: rgb(255,5,107); }
H1.HeaderClassName
{
color: #FF056B;
}
.AnyTagClassName
{
color: #FF056B;
}
</style>
background-color css
<style>
a { background-color: #FF056B; }
a { background-color: rgb(255,5,107); }
div.DivClassName
{
background-color: #FF056B;
}
.BgClassName
{
background-color: #FF056B;
}
</style>
border-color css
<style>
span { border-color: #FF056B; }
span { border-color: rgb(255,5,107); }
td.TdClassName
{
border-color: #FF056B;
}
.TagClassName
{
border-color: #FF056B;
}
</style>