Shades of Razzmatazz #FB015B
Tints of Razzmatazz #FB015B
RGB
CMYK
RGB Variations
Color information
#FB015B (or 0xFB015B) is known color: Razzmatazz. HEX triplet: FB, 01 and 5B. RGB value is (251,1,91). Sum of RGB (Red+Green+Blue) = 251+1+91=343 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.18% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 251 - color contains mainly: red. Hex color #FB015B is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB015B is #04FEA4. Grayscale: #555555. Windows color (decimal): -327333 or 5964283. OLE color: 5964283.
HSL color Cylindrical-coordinate representation of color #FB015B: hue angle of 338.4º 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 #FB015B is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 91 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.02 |
| HSL | 338.4º | 0.99% | 0.49% | - |
| HSV(B) | 338.4º | 1% | 0.98% | - |
| XYZ | 41.68 | 21.29 | 11.81 | - |
| YUV | 86.01 | 130.83 | 245.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 91 | 0 | 1.00 | 0.64 | 0.02 | 338.4 | 0.99 | 0.49 |
| Hex | FB | 1 | 5B | 0 | 64 | 40 | 2 | 152 | 63 | 31 |
| Octal | 373 | 1 | 133 | 0 | 144 | 100 | 2 | 522 | 143 | 61 |
| Binary | 11111011 | 1 | 1011011 | 0 | 1100100 | 1000000 | 10 | 101010010 | 1100011 | 110001 |
Color Harmonies of #FB015B
Complementary color
Monochromatic Colors of #FB015B
Black with #FB015B
Text Example
Text Example
White with #FB015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB015B; }
p { color: rgb(251,1,91); }
H1.HeaderClassName
{
color: #FB015B;
}
.AnyTagClassName
{
color: #FB015B;
}
</style>
background-color css
<style>
a { background-color: #FB015B; }
a { background-color: rgb(251,1,91); }
div.DivClassName
{
background-color: #FB015B;
}
.BgClassName
{
background-color: #FB015B;
}
</style>
border-color css
<style>
span { border-color: #FB015B; }
span { border-color: rgb(251,1,91); }
td.TdClassName
{
border-color: #FB015B;
}
.TagClassName
{
border-color: #FB015B;
}
</style>