Shades of Razzmatazz #FB0C71
Tints of Razzmatazz #FB0C71
RGB
CMYK
RGB Variations
Color information
#FB0C71 (or 0xFB0C71) is known color: Razzmatazz. HEX triplet: FB, 0C and 71. RGB value is (251,12,113). Sum of RGB (Red+Green+Blue) = 251+12+113=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 12 (5.08% from 255 or 3.19% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C71 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0C71 is #04F38E. Grayscale: #5E5E5E. Windows color (decimal): -324495 or 7408891. OLE color: 7408891.
HSL color Cylindrical-coordinate representation of color #FB0C71: hue angle of 334.64º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB0C71 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 113 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.02 |
| HSL | 334.64º | 0.97% | 0.52% | - |
| HSV(B) | 334.64º | 0.95% | 0.98% | - |
| XYZ | 42.9 | 21.96 | 17.6 | - |
| YUV | 94.98 | 138.18 | 239.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 113 | 0 | 0.95 | 0.55 | 0.02 | 334.64 | 0.97 | 0.52 |
| Hex | FB | C | 71 | 0 | 5F | 37 | 2 | 14F | 61 | 34 |
| Octal | 373 | 14 | 161 | 0 | 137 | 67 | 2 | 517 | 141 | 64 |
| Binary | 11111011 | 1100 | 1110001 | 0 | 1011111 | 110111 | 10 | 101001111 | 1100001 | 110100 |
Color Harmonies of #FB0C71
Complementary color
Monochromatic Colors of #FB0C71
Black with #FB0C71
Text Example
Text Example
White with #FB0C71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C71; }
p { color: rgb(251,12,113); }
H1.HeaderClassName
{
color: #FB0C71;
}
.AnyTagClassName
{
color: #FB0C71;
}
</style>
background-color css
<style>
a { background-color: #FB0C71; }
a { background-color: rgb(251,12,113); }
div.DivClassName
{
background-color: #FB0C71;
}
.BgClassName
{
background-color: #FB0C71;
}
</style>
border-color css
<style>
span { border-color: #FB0C71; }
span { border-color: rgb(251,12,113); }
td.TdClassName
{
border-color: #FB0C71;
}
.TagClassName
{
border-color: #FB0C71;
}
</style>