Shades of Razzmatazz #FB1353
Tints of Razzmatazz #FB1353
RGB
CMYK
RGB Variations
Color information
#FB1353 (or 0xFB1353) is known color: Razzmatazz. HEX triplet: FB, 13 and 53. RGB value is (251,19,83). Sum of RGB (Red+Green+Blue) = 251+19+83=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 19 (7.81% from 255 or 5.38% from 353); Blue value is 83 (32.81% from 255 or 23.51% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1353 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1353 is #04ECAC. Grayscale: #5F5F5F. Windows color (decimal): -322733 or 5444603. OLE color: 5444603.
HSL color Cylindrical-coordinate representation of color #FB1353: hue angle of 343.45º 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 #FB1353 is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 83 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.02 |
| HSL | 343.45º | 0.97% | 0.53% | - |
| HSV(B) | 343.45º | 0.92% | 0.98% | - |
| XYZ | 41.58 | 21.6 | 10.16 | - |
| YUV | 95.66 | 120.86 | 238.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 83 | 0 | 0.92 | 0.67 | 0.02 | 343.45 | 0.97 | 0.53 |
| Hex | FB | 13 | 53 | 0 | 5C | 43 | 2 | 157 | 61 | 35 |
| Octal | 373 | 23 | 123 | 0 | 134 | 103 | 2 | 527 | 141 | 65 |
| Binary | 11111011 | 10011 | 1010011 | 0 | 1011100 | 1000011 | 10 | 101010111 | 1100001 | 110101 |
Color Harmonies of #FB1353
Complementary color
Monochromatic Colors of #FB1353
Black with #FB1353
Text Example
Text Example
White with #FB1353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1353; }
p { color: rgb(251,19,83); }
H1.HeaderClassName
{
color: #FB1353;
}
.AnyTagClassName
{
color: #FB1353;
}
</style>
background-color css
<style>
a { background-color: #FB1353; }
a { background-color: rgb(251,19,83); }
div.DivClassName
{
background-color: #FB1353;
}
.BgClassName
{
background-color: #FB1353;
}
</style>
border-color css
<style>
span { border-color: #FB1353; }
span { border-color: rgb(251,19,83); }
td.TdClassName
{
border-color: #FB1353;
}
.TagClassName
{
border-color: #FB1353;
}
</style>