Shades of Razzmatazz #FF0668
Tints of Razzmatazz #FF0668
RGB
CMYK
RGB Variations
Color information
#FF0668 (or 0xFF0668) is known color: Razzmatazz. HEX triplet: FF, 06 and 68. RGB value is (255,6,104). Sum of RGB (Red+Green+Blue) = 255+6+104=365 (48% of max value = 765). Red value is 255 (100% from 255 or 69.86% from 365); Green value is 6 (2.73% from 255 or 1.64% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0668 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0668 is #00F997. Grayscale: #5B5B5B. Windows color (decimal): -63896 or 6817535. OLE color: 6817535.
HSL color Cylindrical-coordinate representation of color #FF0668: hue angle of 336.39º 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 #FF0668 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 104 | - |
| CMYK | 0 | 0.98 | 0.59 | 0 |
| HSL | 336.39º | 1% | 0.51% | - |
| HSV(B) | 336.39º | 0.98% | 1% | - |
| XYZ | 43.8 | 22.39 | 15.11 | - |
| YUV | 91.62 | 134.99 | 244.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 104 | 0 | 0.98 | 0.59 | 0 | 336.39 | 1 | 0.51 |
| Hex | FF | 6 | 68 | 0 | 62 | 3B | 0 | 150 | 64 | 33 |
| Octal | 377 | 6 | 150 | 0 | 142 | 73 | 0 | 520 | 144 | 63 |
| Binary | 11111111 | 110 | 1101000 | 0 | 1100010 | 111011 | 0 | 101010000 | 1100100 | 110011 |
Color Harmonies of #FF0668
Complementary color
Monochromatic Colors of #FF0668
Black with #FF0668
Text Example
Text Example
White with #FF0668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0668; }
p { color: rgb(255,6,104); }
H1.HeaderClassName
{
color: #FF0668;
}
.AnyTagClassName
{
color: #FF0668;
}
</style>
background-color css
<style>
a { background-color: #FF0668; }
a { background-color: rgb(255,6,104); }
div.DivClassName
{
background-color: #FF0668;
}
.BgClassName
{
background-color: #FF0668;
}
</style>
border-color css
<style>
span { border-color: #FF0668; }
span { border-color: rgb(255,6,104); }
td.TdClassName
{
border-color: #FF0668;
}
.TagClassName
{
border-color: #FF0668;
}
</style>