Shades of Razzmatazz #FF0066
Tints of Razzmatazz #FF0066
RGB
CMYK
RGB Variations
Color information
#FF0066 (or 0xFF0066) is known color: Razzmatazz. HEX triplet: FF, 00 and 66. RGB value is (255,0,102). Sum of RGB (Red+Green+Blue) = 255+0+102=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0066 is a web safe color. Inversed color of #FF0066 is #00FF99. Grayscale: #575757. Windows color (decimal): -65434 or 6684927. OLE color: 6684927.
HSL color Cylindrical-coordinate representation of color #FF0066: hue angle of 336º 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 #FF0066 is Cyan = 0, Magento = 1, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.6 | 0 |
| HSL | 336º | 1% | 0.5% | - |
| HSV(B) | 336º | 1% | 1% | - |
| XYZ | 43.64 | 22.22 | 14.56 | - |
| YUV | 87.87 | 135.98 | 247.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 102 | 0 | 1 | 0.6 | 0 | 336 | 1 | 0.5 |
| Hex | FF | 0 | 66 | 0 | 64 | 3C | 0 | 150 | 64 | 32 |
| Octal | 377 | 0 | 146 | 0 | 144 | 74 | 0 | 520 | 144 | 62 |
| Binary | 11111111 | 0 | 1100110 | 0 | 1100100 | 111100 | 0 | 101010000 | 1100100 | 110010 |
Color Harmonies of #FF0066
Complementary color
Monochromatic Colors of #FF0066
Black with #FF0066
Text Example
Text Example
White with #FF0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0066; }
p { color: rgb(255,0,102); }
H1.HeaderClassName
{
color: #FF0066;
}
.AnyTagClassName
{
color: #FF0066;
}
</style>
background-color css
<style>
a { background-color: #FF0066; }
a { background-color: rgb(255,0,102); }
div.DivClassName
{
background-color: #FF0066;
}
.BgClassName
{
background-color: #FF0066;
}
</style>
border-color css
<style>
span { border-color: #FF0066; }
span { border-color: rgb(255,0,102); }
td.TdClassName
{
border-color: #FF0066;
}
.TagClassName
{
border-color: #FF0066;
}
</style>