Shades of Razzmatazz #FB115C
Tints of Razzmatazz #FB115C
RGB
CMYK
RGB Variations
Color information
#FB115C (or 0xFB115C) is known color: Razzmatazz. HEX triplet: FB, 11 and 5C. RGB value is (251,17,92). Sum of RGB (Red+Green+Blue) = 251+17+92=360 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.72% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 251 - color contains mainly: red. Hex color #FB115C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB115C is #04EEA3. Grayscale: #5F5F5F. Windows color (decimal): -323236 or 6033915. OLE color: 6033915.
HSL color Cylindrical-coordinate representation of color #FB115C: hue angle of 340.77º 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 #FB115C is Cyan = 0, Magento = 0.93, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 17 | 92 | - |
| CMYK | 0 | 0.93 | 0.63 | 0.02 |
| HSL | 340.77º | 0.97% | 0.53% | - |
| HSV(B) | 340.77º | 0.93% | 0.98% | - |
| XYZ | 41.92 | 21.68 | 12.1 | - |
| YUV | 95.52 | 126.02 | 238.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 17 | 92 | 0 | 0.93 | 0.63 | 0.02 | 340.77 | 0.97 | 0.53 |
| Hex | FB | 11 | 5C | 0 | 5D | 3F | 2 | 155 | 61 | 35 |
| Octal | 373 | 21 | 134 | 0 | 135 | 77 | 2 | 525 | 141 | 65 |
| Binary | 11111011 | 10001 | 1011100 | 0 | 1011101 | 111111 | 10 | 101010101 | 1100001 | 110101 |
Color Harmonies of #FB115C
Complementary color
Monochromatic Colors of #FB115C
Black with #FB115C
Text Example
Text Example
White with #FB115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB115C; }
p { color: rgb(251,17,92); }
H1.HeaderClassName
{
color: #FB115C;
}
.AnyTagClassName
{
color: #FB115C;
}
</style>
background-color css
<style>
a { background-color: #FB115C; }
a { background-color: rgb(251,17,92); }
div.DivClassName
{
background-color: #FB115C;
}
.BgClassName
{
background-color: #FB115C;
}
</style>
border-color css
<style>
span { border-color: #FB115C; }
span { border-color: rgb(251,17,92); }
td.TdClassName
{
border-color: #FB115C;
}
.TagClassName
{
border-color: #FB115C;
}
</style>