Shades of Razzmatazz #FF106D
Tints of Razzmatazz #FF106D
RGB
CMYK
RGB Variations
Color information
#FF106D (or 0xFF106D) is known color: Razzmatazz. HEX triplet: FF, 10 and 6D. RGB value is (255,16,109). Sum of RGB (Red+Green+Blue) = 255+16+109=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 16 (6.64% from 255 or 4.21% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF106D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF106D is #00EF92. Grayscale: #616161. Windows color (decimal): -61331 or 7147775. OLE color: 7147775.
HSL color Cylindrical-coordinate representation of color #FF106D: hue angle of 336.65º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF106D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 16 | 109 | - |
| CMYK | 0 | 0.94 | 0.57 | 0 |
| HSL | 336.65º | 1% | 0.53% | - |
| HSV(B) | 336.65º | 0.94% | 1% | - |
| XYZ | 44.19 | 22.73 | 16.53 | - |
| YUV | 98.06 | 134.18 | 239.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 16 | 109 | 0 | 0.94 | 0.57 | 0 | 336.65 | 1 | 0.53 |
| Hex | FF | 10 | 6D | 0 | 5E | 39 | 0 | 151 | 64 | 35 |
| Octal | 377 | 20 | 155 | 0 | 136 | 71 | 0 | 521 | 144 | 65 |
| Binary | 11111111 | 10000 | 1101101 | 0 | 1011110 | 111001 | 0 | 101010001 | 1100100 | 110101 |
Color Harmonies of #FF106D
Complementary color
Monochromatic Colors of #FF106D
Black with #FF106D
Text Example
Text Example
White with #FF106D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF106D; }
p { color: rgb(255,16,109); }
H1.HeaderClassName
{
color: #FF106D;
}
.AnyTagClassName
{
color: #FF106D;
}
</style>
background-color css
<style>
a { background-color: #FF106D; }
a { background-color: rgb(255,16,109); }
div.DivClassName
{
background-color: #FF106D;
}
.BgClassName
{
background-color: #FF106D;
}
</style>
border-color css
<style>
span { border-color: #FF106D; }
span { border-color: rgb(255,16,109); }
td.TdClassName
{
border-color: #FF106D;
}
.TagClassName
{
border-color: #FF106D;
}
</style>