Shades of Razzmatazz #FB0768
Tints of Razzmatazz #FB0768
RGB
CMYK
RGB Variations
Color information
#FB0768 (or 0xFB0768) is known color: Razzmatazz. HEX triplet: FB, 07 and 68. RGB value is (251,7,104). Sum of RGB (Red+Green+Blue) = 251+7+104=362 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.34% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0768 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0768 is #04F897. Grayscale: #5A5A5A. Windows color (decimal): -325784 or 6817787. OLE color: 6817787.
HSL color Cylindrical-coordinate representation of color #FB0768: hue angle of 336.15º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB0768 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 104 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.02 |
| HSL | 336.15º | 0.97% | 0.51% | - |
| HSV(B) | 336.15º | 0.97% | 0.98% | - |
| XYZ | 42.36 | 21.66 | 15.05 | - |
| YUV | 91.01 | 135.34 | 242.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 104 | 0 | 0.97 | 0.59 | 0.02 | 336.15 | 0.97 | 0.51 |
| Hex | FB | 7 | 68 | 0 | 61 | 3B | 2 | 150 | 61 | 33 |
| Octal | 373 | 7 | 150 | 0 | 141 | 73 | 2 | 520 | 141 | 63 |
| Binary | 11111011 | 111 | 1101000 | 0 | 1100001 | 111011 | 10 | 101010000 | 1100001 | 110011 |
Color Harmonies of #FB0768
Complementary color
Monochromatic Colors of #FB0768
Black with #FB0768
Text Example
Text Example
White with #FB0768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0768; }
p { color: rgb(251,7,104); }
H1.HeaderClassName
{
color: #FB0768;
}
.AnyTagClassName
{
color: #FB0768;
}
</style>
background-color css
<style>
a { background-color: #FB0768; }
a { background-color: rgb(251,7,104); }
div.DivClassName
{
background-color: #FB0768;
}
.BgClassName
{
background-color: #FB0768;
}
</style>
border-color css
<style>
span { border-color: #FB0768; }
span { border-color: rgb(251,7,104); }
td.TdClassName
{
border-color: #FB0768;
}
.TagClassName
{
border-color: #FB0768;
}
</style>