Shades of Razzmatazz #FB1366
Tints of Razzmatazz #FB1366
RGB
CMYK
RGB Variations
Color information
#FB1366 (or 0xFB1366) is known color: Razzmatazz. HEX triplet: FB, 13 and 66. RGB value is (251,19,102). Sum of RGB (Red+Green+Blue) = 251+19+102=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1366 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1366 is #04EC99. Grayscale: #616161. Windows color (decimal): -322714 or 6689787. OLE color: 6689787.
HSL color Cylindrical-coordinate representation of color #FB1366: hue angle of 338.53º 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 #FB1366 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 102 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.02 |
| HSL | 338.53º | 0.97% | 0.53% | - |
| HSV(B) | 338.53º | 0.92% | 0.98% | - |
| XYZ | 42.41 | 21.93 | 14.57 | - |
| YUV | 97.83 | 130.36 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 102 | 0 | 0.92 | 0.59 | 0.02 | 338.53 | 0.97 | 0.53 |
| Hex | FB | 13 | 66 | 0 | 5C | 3B | 2 | 153 | 61 | 35 |
| Octal | 373 | 23 | 146 | 0 | 134 | 73 | 2 | 523 | 141 | 65 |
| Binary | 11111011 | 10011 | 1100110 | 0 | 1011100 | 111011 | 10 | 101010011 | 1100001 | 110101 |
Color Harmonies of #FB1366
Complementary color
Monochromatic Colors of #FB1366
Black with #FB1366
Text Example
Text Example
White with #FB1366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1366; }
p { color: rgb(251,19,102); }
H1.HeaderClassName
{
color: #FB1366;
}
.AnyTagClassName
{
color: #FB1366;
}
</style>
background-color css
<style>
a { background-color: #FB1366; }
a { background-color: rgb(251,19,102); }
div.DivClassName
{
background-color: #FB1366;
}
.BgClassName
{
background-color: #FB1366;
}
</style>
border-color css
<style>
span { border-color: #FB1366; }
span { border-color: rgb(251,19,102); }
td.TdClassName
{
border-color: #FB1366;
}
.TagClassName
{
border-color: #FB1366;
}
</style>