Shades of Razzmatazz #FB0271
Tints of Razzmatazz #FB0271
RGB
CMYK
RGB Variations
Color information
#FB0271 (or 0xFB0271) is known color: Razzmatazz. HEX triplet: FB, 02 and 71. RGB value is (251,2,113). Sum of RGB (Red+Green+Blue) = 251+2+113=366 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.58% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0271 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0271 is #04FD8E. Grayscale: #585858. Windows color (decimal): -327055 or 7406331. OLE color: 7406331.
HSL color Cylindrical-coordinate representation of color #FB0271: hue angle of 333.25º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0271 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.02 |
| HSL | 333.25º | 0.98% | 0.5% | - |
| HSV(B) | 333.25º | 0.99% | 0.98% | - |
| XYZ | 42.79 | 21.74 | 17.56 | - |
| YUV | 89.11 | 141.49 | 243.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 113 | 0 | 0.99 | 0.55 | 0.02 | 333.25 | 0.98 | 0.5 |
| Hex | FB | 2 | 71 | 0 | 63 | 37 | 2 | 14D | 62 | 32 |
| Octal | 373 | 2 | 161 | 0 | 143 | 67 | 2 | 515 | 142 | 62 |
| Binary | 11111011 | 10 | 1110001 | 0 | 1100011 | 110111 | 10 | 101001101 | 1100010 | 110010 |
Color Harmonies of #FB0271
Complementary color
Monochromatic Colors of #FB0271
Black with #FB0271
Text Example
Text Example
White with #FB0271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0271; }
p { color: rgb(251,2,113); }
H1.HeaderClassName
{
color: #FB0271;
}
.AnyTagClassName
{
color: #FB0271;
}
</style>
background-color css
<style>
a { background-color: #FB0271; }
a { background-color: rgb(251,2,113); }
div.DivClassName
{
background-color: #FB0271;
}
.BgClassName
{
background-color: #FB0271;
}
</style>
border-color css
<style>
span { border-color: #FB0271; }
span { border-color: rgb(251,2,113); }
td.TdClassName
{
border-color: #FB0271;
}
.TagClassName
{
border-color: #FB0271;
}
</style>