Shades of Razzmatazz #FB115D
Tints of Razzmatazz #FB115D
RGB
CMYK
RGB Variations
Color information
#FB115D (or 0xFB115D) is known color: Razzmatazz. HEX triplet: FB, 11 and 5D. RGB value is (251,17,93). Sum of RGB (Red+Green+Blue) = 251+17+93=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB115D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB115D is #04EEA2. Grayscale: #5F5F5F. Windows color (decimal): -323235 or 6099451. OLE color: 6099451.
HSL color Cylindrical-coordinate representation of color #FB115D: hue angle of 340.51º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB115D is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 93 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.02 |
| HSL | 340.51º | 0.97% | 0.53% | - |
| HSV(B) | 340.51º | 0.93% | 0.98% | - |
| XYZ | 41.96 | 21.7 | 12.33 | - |
| YUV | 95.63 | 126.52 | 238.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 93 | 0 | 0.93 | 0.63 | 0.02 | 340.51 | 0.97 | 0.53 |
| Hex | FB | 11 | 5D | 0 | 5D | 3F | 2 | 155 | 61 | 35 |
| Octal | 373 | 21 | 135 | 0 | 135 | 77 | 2 | 525 | 141 | 65 |
| Binary | 11111011 | 10001 | 1011101 | 0 | 1011101 | 111111 | 10 | 101010101 | 1100001 | 110101 |
Color Harmonies of #FB115D
Complementary color
Monochromatic Colors of #FB115D
Black with #FB115D
Text Example
Text Example
White with #FB115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB115D; }
p { color: rgb(251,17,93); }
H1.HeaderClassName
{
color: #FB115D;
}
.AnyTagClassName
{
color: #FB115D;
}
</style>
background-color css
<style>
a { background-color: #FB115D; }
a { background-color: rgb(251,17,93); }
div.DivClassName
{
background-color: #FB115D;
}
.BgClassName
{
background-color: #FB115D;
}
</style>
border-color css
<style>
span { border-color: #FB115D; }
span { border-color: rgb(251,17,93); }
td.TdClassName
{
border-color: #FB115D;
}
.TagClassName
{
border-color: #FB115D;
}
</style>