Shades of Razzmatazz #FB1665
Tints of Razzmatazz #FB1665
RGB
CMYK
RGB Variations
Color information
#FB1665 (or 0xFB1665) is known color: Razzmatazz. HEX triplet: FB, 16 and 65. RGB value is (251,22,101). Sum of RGB (Red+Green+Blue) = 251+22+101=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 101 (39.84% from 255 or 27.01% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1665 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1665 is #04E99A. Grayscale: #636363. Windows color (decimal): -321947 or 6625019. OLE color: 6625019.
HSL color Cylindrical-coordinate representation of color #FB1665: hue angle of 339.3º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB1665 is Cyan = 0, Magento = 0.91, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 22 | 101 | - |
| CMYK | 0 | 0.91 | 0.60 | 0.02 |
| HSL | 339.3º | 0.97% | 0.54% | - |
| HSV(B) | 339.3º | 0.91% | 0.98% | - |
| XYZ | 42.42 | 22.02 | 14.33 | - |
| YUV | 99.48 | 128.87 | 236.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 22 | 101 | 0 | 0.91 | 0.60 | 0.02 | 339.3 | 0.97 | 0.54 |
| Hex | FB | 16 | 65 | 0 | 5B | 3C | 2 | 153 | 61 | 36 |
| Octal | 373 | 26 | 145 | 0 | 133 | 74 | 2 | 523 | 141 | 66 |
| Binary | 11111011 | 10110 | 1100101 | 0 | 1011011 | 111100 | 10 | 101010011 | 1100001 | 110110 |
Color Harmonies of #FB1665
Complementary color
Monochromatic Colors of #FB1665
Black with #FB1665
Text Example
Text Example
White with #FB1665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1665; }
p { color: rgb(251,22,101); }
H1.HeaderClassName
{
color: #FB1665;
}
.AnyTagClassName
{
color: #FB1665;
}
</style>
background-color css
<style>
a { background-color: #FB1665; }
a { background-color: rgb(251,22,101); }
div.DivClassName
{
background-color: #FB1665;
}
.BgClassName
{
background-color: #FB1665;
}
</style>
border-color css
<style>
span { border-color: #FB1665; }
span { border-color: rgb(251,22,101); }
td.TdClassName
{
border-color: #FB1665;
}
.TagClassName
{
border-color: #FB1665;
}
</style>