Shades of Razzmatazz #FF006D
Tints of Razzmatazz #FF006D
RGB
CMYK
RGB Variations
Color information
#FF006D (or 0xFF006D) is known color: Razzmatazz. HEX triplet: FF, 00 and 6D. RGB value is (255,0,109). Sum of RGB (Red+Green+Blue) = 255+0+109=364 (48% of max value = 765). Red value is 255 (100% from 255 or 70.05% from 364); Green value is 0 (0.39% from 255 or 0% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 255 - color contains mainly: red. Hex color #FF006D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF006D is #00FF92. Grayscale: #585858. Windows color (decimal): -65427 or 7143679. OLE color: 7143679.
HSL color Cylindrical-coordinate representation of color #FF006D: hue angle of 334.35º 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 #FF006D is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 109 | - |
| CMYK | 0 | 1 | 0.57 | 0 |
| HSL | 334.35º | 1% | 0.5% | - |
| HSV(B) | 334.35º | 1% | 1% | - |
| XYZ | 44 | 22.36 | 16.47 | - |
| YUV | 88.67 | 139.48 | 246.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 109 | 0 | 1 | 0.57 | 0 | 334.35 | 1 | 0.5 |
| Hex | FF | 0 | 6D | 0 | 64 | 39 | 0 | 14E | 64 | 32 |
| Octal | 377 | 0 | 155 | 0 | 144 | 71 | 0 | 516 | 144 | 62 |
| Binary | 11111111 | 0 | 1101101 | 0 | 1100100 | 111001 | 0 | 101001110 | 1100100 | 110010 |
Color Harmonies of #FF006D
Complementary color
Monochromatic Colors of #FF006D
Black with #FF006D
Text Example
Text Example
White with #FF006D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF006D; }
p { color: rgb(255,0,109); }
H1.HeaderClassName
{
color: #FF006D;
}
.AnyTagClassName
{
color: #FF006D;
}
</style>
background-color css
<style>
a { background-color: #FF006D; }
a { background-color: rgb(255,0,109); }
div.DivClassName
{
background-color: #FF006D;
}
.BgClassName
{
background-color: #FF006D;
}
</style>
border-color css
<style>
span { border-color: #FF006D; }
span { border-color: rgb(255,0,109); }
td.TdClassName
{
border-color: #FF006D;
}
.TagClassName
{
border-color: #FF006D;
}
</style>