Shades of Razzmatazz #FB1566
Tints of Razzmatazz #FB1566
RGB
CMYK
RGB Variations
Color information
#FB1566 (or 0xFB1566) is known color: Razzmatazz. HEX triplet: FB, 15 and 66. RGB value is (251,21,102). Sum of RGB (Red+Green+Blue) = 251+21+102=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 21 (8.59% from 255 or 5.61% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1566 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1566 is #04EA99. Grayscale: #626262. Windows color (decimal): -322202 or 6690299. OLE color: 6690299.
HSL color Cylindrical-coordinate representation of color #FB1566: hue angle of 338.87º 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 #FB1566 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 102 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.02 |
| HSL | 338.87º | 0.97% | 0.53% | - |
| HSV(B) | 338.87º | 0.92% | 0.98% | - |
| XYZ | 42.45 | 22 | 14.58 | - |
| YUV | 99 | 129.7 | 236.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 102 | 0 | 0.92 | 0.59 | 0.02 | 338.87 | 0.97 | 0.53 |
| Hex | FB | 15 | 66 | 0 | 5C | 3B | 2 | 153 | 61 | 35 |
| Octal | 373 | 25 | 146 | 0 | 134 | 73 | 2 | 523 | 141 | 65 |
| Binary | 11111011 | 10101 | 1100110 | 0 | 1011100 | 111011 | 10 | 101010011 | 1100001 | 110101 |
Color Harmonies of #FB1566
Complementary color
Monochromatic Colors of #FB1566
Black with #FB1566
Text Example
Text Example
White with #FB1566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1566; }
p { color: rgb(251,21,102); }
H1.HeaderClassName
{
color: #FB1566;
}
.AnyTagClassName
{
color: #FB1566;
}
</style>
background-color css
<style>
a { background-color: #FB1566; }
a { background-color: rgb(251,21,102); }
div.DivClassName
{
background-color: #FB1566;
}
.BgClassName
{
background-color: #FB1566;
}
</style>
border-color css
<style>
span { border-color: #FB1566; }
span { border-color: rgb(251,21,102); }
td.TdClassName
{
border-color: #FB1566;
}
.TagClassName
{
border-color: #FB1566;
}
</style>