Shades of Razzmatazz #FB155C
Tints of Razzmatazz #FB155C
RGB
CMYK
RGB Variations
Color information
#FB155C (or 0xFB155C) is known color: Razzmatazz. HEX triplet: FB, 15 and 5C. RGB value is (251,21,92). Sum of RGB (Red+Green+Blue) = 251+21+92=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 21 (8.59% from 255 or 5.77% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB155C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB155C is #04EAA3. Grayscale: #616161. Windows color (decimal): -322212 or 6034939. OLE color: 6034939.
HSL color Cylindrical-coordinate representation of color #FB155C: hue angle of 341.48º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB155C is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 92 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.02 |
| HSL | 341.48º | 0.97% | 0.53% | - |
| HSV(B) | 341.48º | 0.92% | 0.98% | - |
| XYZ | 41.98 | 21.82 | 12.12 | - |
| YUV | 97.86 | 124.7 | 237.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 92 | 0 | 0.92 | 0.63 | 0.02 | 341.48 | 0.97 | 0.53 |
| Hex | FB | 15 | 5C | 0 | 5C | 3F | 2 | 155 | 61 | 35 |
| Octal | 373 | 25 | 134 | 0 | 134 | 77 | 2 | 525 | 141 | 65 |
| Binary | 11111011 | 10101 | 1011100 | 0 | 1011100 | 111111 | 10 | 101010101 | 1100001 | 110101 |
Color Harmonies of #FB155C
Complementary color
Monochromatic Colors of #FB155C
Black with #FB155C
Text Example
Text Example
White with #FB155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB155C; }
p { color: rgb(251,21,92); }
H1.HeaderClassName
{
color: #FB155C;
}
.AnyTagClassName
{
color: #FB155C;
}
</style>
background-color css
<style>
a { background-color: #FB155C; }
a { background-color: rgb(251,21,92); }
div.DivClassName
{
background-color: #FB155C;
}
.BgClassName
{
background-color: #FB155C;
}
</style>
border-color css
<style>
span { border-color: #FB155C; }
span { border-color: rgb(251,21,92); }
td.TdClassName
{
border-color: #FB155C;
}
.TagClassName
{
border-color: #FB155C;
}
</style>