Shades of Razzmatazz #FB0168
Tints of Razzmatazz #FB0168
RGB
CMYK
RGB Variations
Color information
#FB0168 (or 0xFB0168) is known color: Razzmatazz. HEX triplet: FB, 01 and 68. RGB value is (251,1,104). Sum of RGB (Red+Green+Blue) = 251+1+104=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 1 (0.78% from 255 or 0.28% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0168 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0168 is #04FE97. Grayscale: #575757. Windows color (decimal): -327320 or 6816251. OLE color: 6816251.
HSL color Cylindrical-coordinate representation of color #FB0168: hue angle of 335.28º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0168 is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.02 |
| HSL | 335.28º | 0.99% | 0.49% | - |
| HSV(B) | 335.28º | 1% | 0.98% | - |
| XYZ | 42.29 | 21.53 | 15.02 | - |
| YUV | 87.49 | 137.33 | 244.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 104 | 0 | 1.00 | 0.59 | 0.02 | 335.28 | 0.99 | 0.49 |
| Hex | FB | 1 | 68 | 0 | 64 | 3B | 2 | 14F | 63 | 31 |
| Octal | 373 | 1 | 150 | 0 | 144 | 73 | 2 | 517 | 143 | 61 |
| Binary | 11111011 | 1 | 1101000 | 0 | 1100100 | 111011 | 10 | 101001111 | 1100011 | 110001 |
Color Harmonies of #FB0168
Complementary color
Monochromatic Colors of #FB0168
Black with #FB0168
Text Example
Text Example
White with #FB0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0168; }
p { color: rgb(251,1,104); }
H1.HeaderClassName
{
color: #FB0168;
}
.AnyTagClassName
{
color: #FB0168;
}
</style>
background-color css
<style>
a { background-color: #FB0168; }
a { background-color: rgb(251,1,104); }
div.DivClassName
{
background-color: #FB0168;
}
.BgClassName
{
background-color: #FB0168;
}
</style>
border-color css
<style>
span { border-color: #FB0168; }
span { border-color: rgb(251,1,104); }
td.TdClassName
{
border-color: #FB0168;
}
.TagClassName
{
border-color: #FB0168;
}
</style>