Shades of Razzmatazz #FF0168
Tints of Razzmatazz #FF0168
RGB
CMYK
RGB Variations
Color information
#FF0168 (or 0xFF0168) is known color: Razzmatazz. HEX triplet: FF, 01 and 68. RGB value is (255,1,104). Sum of RGB (Red+Green+Blue) = 255+1+104=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FF0168 is #00FE97. Grayscale: #585858. Windows color (decimal): -65176 or 6816255. OLE color: 6816255.
HSL color Cylindrical-coordinate representation of color #FF0168: hue angle of 335.67º 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 #FF0168 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.59 | 0 |
| HSL | 335.67º | 1% | 0.5% | - |
| HSV(B) | 335.67º | 1% | 1% | - |
| XYZ | 43.75 | 22.28 | 15.09 | - |
| YUV | 88.69 | 136.65 | 246.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 104 | 0 | 1.00 | 0.59 | 0 | 335.67 | 1 | 0.5 |
| Hex | FF | 1 | 68 | 0 | 64 | 3B | 0 | 150 | 64 | 32 |
| Octal | 377 | 1 | 150 | 0 | 144 | 73 | 0 | 520 | 144 | 62 |
| Binary | 11111111 | 1 | 1101000 | 0 | 1100100 | 111011 | 0 | 101010000 | 1100100 | 110010 |
Color Harmonies of #FF0168
Complementary color
Monochromatic Colors of #FF0168
Black with #FF0168
Text Example
Text Example
White with #FF0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0168; }
p { color: rgb(255,1,104); }
H1.HeaderClassName
{
color: #FF0168;
}
.AnyTagClassName
{
color: #FF0168;
}
</style>
background-color css
<style>
a { background-color: #FF0168; }
a { background-color: rgb(255,1,104); }
div.DivClassName
{
background-color: #FF0168;
}
.BgClassName
{
background-color: #FF0168;
}
</style>
border-color css
<style>
span { border-color: #FF0168; }
span { border-color: rgb(255,1,104); }
td.TdClassName
{
border-color: #FF0168;
}
.TagClassName
{
border-color: #FF0168;
}
</style>