Shades of Razzmatazz #FB016F
Tints of Razzmatazz #FB016F
RGB
CMYK
RGB Variations
Color information
#FB016F (or 0xFB016F) is known color: Razzmatazz. HEX triplet: FB, 01 and 6F. RGB value is (251,1,111). Sum of RGB (Red+Green+Blue) = 251+1+111=363 (48% of max value = 765). Red value is 251 (98.44% from 255 or 69.15% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 111 (43.75% from 255 or 30.58% from 363); Max value from RGB is 251 - color contains mainly: red. Hex color #FB016F is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB016F is #04FE90. Grayscale: #585858. Windows color (decimal): -327313 or 7275003. OLE color: 7275003.
HSL color Cylindrical-coordinate representation of color #FB016F: hue angle of 333.6º 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 #FB016F is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 111 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.02 |
| HSL | 333.6º | 0.99% | 0.49% | - |
| HSV(B) | 333.6º | 1% | 0.98% | - |
| XYZ | 42.66 | 21.68 | 16.97 | - |
| YUV | 88.29 | 140.83 | 244.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 111 | 0 | 1.00 | 0.56 | 0.02 | 333.6 | 0.99 | 0.49 |
| Hex | FB | 1 | 6F | 0 | 64 | 38 | 2 | 14E | 63 | 31 |
| Octal | 373 | 1 | 157 | 0 | 144 | 70 | 2 | 516 | 143 | 61 |
| Binary | 11111011 | 1 | 1101111 | 0 | 1100100 | 111000 | 10 | 101001110 | 1100011 | 110001 |
Color Harmonies of #FB016F
Complementary color
Monochromatic Colors of #FB016F
Black with #FB016F
Text Example
Text Example
White with #FB016F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB016F; }
p { color: rgb(251,1,111); }
H1.HeaderClassName
{
color: #FB016F;
}
.AnyTagClassName
{
color: #FB016F;
}
</style>
background-color css
<style>
a { background-color: #FB016F; }
a { background-color: rgb(251,1,111); }
div.DivClassName
{
background-color: #FB016F;
}
.BgClassName
{
background-color: #FB016F;
}
</style>
border-color css
<style>
span { border-color: #FB016F; }
span { border-color: rgb(251,1,111); }
td.TdClassName
{
border-color: #FB016F;
}
.TagClassName
{
border-color: #FB016F;
}
</style>