Shades of Razzmatazz #FB0C65
Tints of Razzmatazz #FB0C65
RGB
CMYK
RGB Variations
Color information
#FB0C65 (or 0xFB0C65) is known color: Razzmatazz. HEX triplet: FB, 0C and 65. RGB value is (251,12,101). Sum of RGB (Red+Green+Blue) = 251+12+101=364 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.96% from 364); Green value is 12 (5.08% from 255 or 3.30% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C65 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0C65 is #04F39A. Grayscale: #5D5D5D. Windows color (decimal): -324507 or 6622459. OLE color: 6622459.
HSL color Cylindrical-coordinate representation of color #FB0C65: hue angle of 337.66º 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 #FB0C65 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 101 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.02 |
| HSL | 337.66º | 0.97% | 0.52% | - |
| HSV(B) | 337.66º | 0.95% | 0.98% | - |
| XYZ | 42.26 | 21.71 | 14.28 | - |
| YUV | 93.61 | 132.18 | 240.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 101 | 0 | 0.95 | 0.60 | 0.02 | 337.66 | 0.97 | 0.52 |
| Hex | FB | C | 65 | 0 | 5F | 3C | 2 | 152 | 61 | 34 |
| Octal | 373 | 14 | 145 | 0 | 137 | 74 | 2 | 522 | 141 | 64 |
| Binary | 11111011 | 1100 | 1100101 | 0 | 1011111 | 111100 | 10 | 101010010 | 1100001 | 110100 |
Color Harmonies of #FB0C65
Complementary color
Monochromatic Colors of #FB0C65
Black with #FB0C65
Text Example
Text Example
White with #FB0C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C65; }
p { color: rgb(251,12,101); }
H1.HeaderClassName
{
color: #FB0C65;
}
.AnyTagClassName
{
color: #FB0C65;
}
</style>
background-color css
<style>
a { background-color: #FB0C65; }
a { background-color: rgb(251,12,101); }
div.DivClassName
{
background-color: #FB0C65;
}
.BgClassName
{
background-color: #FB0C65;
}
</style>
border-color css
<style>
span { border-color: #FB0C65; }
span { border-color: rgb(251,12,101); }
td.TdClassName
{
border-color: #FB0C65;
}
.TagClassName
{
border-color: #FB0C65;
}
</style>