Shades of Razzmatazz #FB1367
Tints of Razzmatazz #FB1367
RGB
CMYK
RGB Variations
Color information
#FB1367 (or 0xFB1367) is known color: Razzmatazz. HEX triplet: FB, 13 and 67. RGB value is (251,19,103). Sum of RGB (Red+Green+Blue) = 251+19+103=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 19 (7.81% from 255 or 5.09% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1367 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1367 is #04EC98. Grayscale: #616161. Windows color (decimal): -322713 or 6755323. OLE color: 6755323.
HSL color Cylindrical-coordinate representation of color #FB1367: hue angle of 338.28º 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 #FB1367 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 19 | 103 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.02 |
| HSL | 338.28º | 0.97% | 0.53% | - |
| HSV(B) | 338.28º | 0.92% | 0.98% | - |
| XYZ | 42.46 | 21.95 | 14.83 | - |
| YUV | 97.94 | 130.86 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 19 | 103 | 0 | 0.92 | 0.59 | 0.02 | 338.28 | 0.97 | 0.53 |
| Hex | FB | 13 | 67 | 0 | 5C | 3B | 2 | 152 | 61 | 35 |
| Octal | 373 | 23 | 147 | 0 | 134 | 73 | 2 | 522 | 141 | 65 |
| Binary | 11111011 | 10011 | 1100111 | 0 | 1011100 | 111011 | 10 | 101010010 | 1100001 | 110101 |
Color Harmonies of #FB1367
Complementary color
Monochromatic Colors of #FB1367
Black with #FB1367
Text Example
Text Example
White with #FB1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1367; }
p { color: rgb(251,19,103); }
H1.HeaderClassName
{
color: #FB1367;
}
.AnyTagClassName
{
color: #FB1367;
}
</style>
background-color css
<style>
a { background-color: #FB1367; }
a { background-color: rgb(251,19,103); }
div.DivClassName
{
background-color: #FB1367;
}
.BgClassName
{
background-color: #FB1367;
}
</style>
border-color css
<style>
span { border-color: #FB1367; }
span { border-color: rgb(251,19,103); }
td.TdClassName
{
border-color: #FB1367;
}
.TagClassName
{
border-color: #FB1367;
}
</style>