Shades of Razzmatazz #FB016D
Tints of Razzmatazz #FB016D
RGB
CMYK
RGB Variations
Color information
#FB016D (or 0xFB016D) is known color: Razzmatazz. HEX triplet: FB, 01 and 6D. RGB value is (251,1,109). Sum of RGB (Red+Green+Blue) = 251+1+109=361 (47% of max value = 765). Red value is 251 (98.44% from 255 or 69.53% from 361); Green value is 1 (0.78% from 255 or 0.28% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 251 - color contains mainly: red. Hex color #FB016D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB016D is #04FE92. Grayscale: #575757. Windows color (decimal): -327315 or 7143931. OLE color: 7143931.
HSL color Cylindrical-coordinate representation of color #FB016D: hue angle of 334.08º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB016D is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.02 |
| HSL | 334.08º | 0.99% | 0.49% | - |
| HSV(B) | 334.08º | 1% | 0.98% | - |
| XYZ | 42.55 | 21.64 | 16.4 | - |
| YUV | 88.06 | 139.83 | 244.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 109 | 0 | 1.00 | 0.57 | 0.02 | 334.08 | 0.99 | 0.49 |
| Hex | FB | 1 | 6D | 0 | 64 | 39 | 2 | 14E | 63 | 31 |
| Octal | 373 | 1 | 155 | 0 | 144 | 71 | 2 | 516 | 143 | 61 |
| Binary | 11111011 | 1 | 1101101 | 0 | 1100100 | 111001 | 10 | 101001110 | 1100011 | 110001 |
Color Harmonies of #FB016D
Complementary color
Monochromatic Colors of #FB016D
Black with #FB016D
Text Example
Text Example
White with #FB016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB016D; }
p { color: rgb(251,1,109); }
H1.HeaderClassName
{
color: #FB016D;
}
.AnyTagClassName
{
color: #FB016D;
}
</style>
background-color css
<style>
a { background-color: #FB016D; }
a { background-color: rgb(251,1,109); }
div.DivClassName
{
background-color: #FB016D;
}
.BgClassName
{
background-color: #FB016D;
}
</style>
border-color css
<style>
span { border-color: #FB016D; }
span { border-color: rgb(251,1,109); }
td.TdClassName
{
border-color: #FB016D;
}
.TagClassName
{
border-color: #FB016D;
}
</style>