Shades of Razzmatazz #FB0262
Tints of Razzmatazz #FB0262
RGB
CMYK
RGB Variations
Color information
#FB0262 (or 0xFB0262) is known color: Razzmatazz. HEX triplet: FB, 02 and 62. RGB value is (251,2,98). Sum of RGB (Red+Green+Blue) = 251+2+98=351 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.51% from 351); Green value is 2 (1.17% from 255 or 0.57% from 351); Blue value is 98 (38.67% from 255 or 27.92% from 351); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0262 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0262 is #04FD9D. Grayscale: #575757. Windows color (decimal): -327070 or 6423291. OLE color: 6423291.
HSL color Cylindrical-coordinate representation of color #FB0262: hue angle of 336.87º 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 #FB0262 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.02 |
| HSL | 336.87º | 0.98% | 0.5% | - |
| HSV(B) | 336.87º | 0.99% | 0.98% | - |
| XYZ | 42.01 | 21.43 | 13.48 | - |
| YUV | 87.4 | 133.99 | 244.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 98 | 0 | 0.99 | 0.61 | 0.02 | 336.87 | 0.98 | 0.5 |
| Hex | FB | 2 | 62 | 0 | 63 | 3D | 2 | 151 | 62 | 32 |
| Octal | 373 | 2 | 142 | 0 | 143 | 75 | 2 | 521 | 142 | 62 |
| Binary | 11111011 | 10 | 1100010 | 0 | 1100011 | 111101 | 10 | 101010001 | 1100010 | 110010 |
Color Harmonies of #FB0262
Complementary color
Monochromatic Colors of #FB0262
Black with #FB0262
Text Example
Text Example
White with #FB0262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0262; }
p { color: rgb(251,2,98); }
H1.HeaderClassName
{
color: #FB0262;
}
.AnyTagClassName
{
color: #FB0262;
}
</style>
background-color css
<style>
a { background-color: #FB0262; }
a { background-color: rgb(251,2,98); }
div.DivClassName
{
background-color: #FB0262;
}
.BgClassName
{
background-color: #FB0262;
}
</style>
border-color css
<style>
span { border-color: #FB0262; }
span { border-color: rgb(251,2,98); }
td.TdClassName
{
border-color: #FB0262;
}
.TagClassName
{
border-color: #FB0262;
}
</style>