Shades of Razzmatazz #FB0264
Tints of Razzmatazz #FB0264
RGB
CMYK
RGB Variations
Color information
#FB0264 (or 0xFB0264) is known color: Razzmatazz. HEX triplet: FB, 02 and 64. RGB value is (251,2,100). Sum of RGB (Red+Green+Blue) = 251+2+100=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 2 (1.17% from 255 or 0.57% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0264 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0264 is #04FD9B. Grayscale: #575757. Windows color (decimal): -327068 or 6554363. OLE color: 6554363.
HSL color Cylindrical-coordinate representation of color #FB0264: hue angle of 336.39º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0264 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 100 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.02 |
| HSL | 336.39º | 0.98% | 0.5% | - |
| HSV(B) | 336.39º | 0.99% | 0.98% | - |
| XYZ | 42.11 | 21.47 | 13.98 | - |
| YUV | 87.62 | 134.99 | 244.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 100 | 0 | 0.99 | 0.60 | 0.02 | 336.39 | 0.98 | 0.5 |
| Hex | FB | 2 | 64 | 0 | 63 | 3C | 2 | 150 | 62 | 32 |
| Octal | 373 | 2 | 144 | 0 | 143 | 74 | 2 | 520 | 142 | 62 |
| Binary | 11111011 | 10 | 1100100 | 0 | 1100011 | 111100 | 10 | 101010000 | 1100010 | 110010 |
Color Harmonies of #FB0264
Complementary color
Monochromatic Colors of #FB0264
Black with #FB0264
Text Example
Text Example
White with #FB0264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0264; }
p { color: rgb(251,2,100); }
H1.HeaderClassName
{
color: #FB0264;
}
.AnyTagClassName
{
color: #FB0264;
}
</style>
background-color css
<style>
a { background-color: #FB0264; }
a { background-color: rgb(251,2,100); }
div.DivClassName
{
background-color: #FB0264;
}
.BgClassName
{
background-color: #FB0264;
}
</style>
border-color css
<style>
span { border-color: #FB0264; }
span { border-color: rgb(251,2,100); }
td.TdClassName
{
border-color: #FB0264;
}
.TagClassName
{
border-color: #FB0264;
}
</style>