Shades of Razzmatazz #FB0C68
Tints of Razzmatazz #FB0C68
RGB
CMYK
RGB Variations
Color information
#FB0C68 (or 0xFB0C68) is known color: Razzmatazz. HEX triplet: FB, 0C and 68. RGB value is (251,12,104). Sum of RGB (Red+Green+Blue) = 251+12+104=367 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.39% from 367); Green value is 12 (5.08% from 255 or 3.27% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0C68 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0C68 is #04F397. Grayscale: #5D5D5D. Windows color (decimal): -324504 or 6819067. OLE color: 6819067.
HSL color Cylindrical-coordinate representation of color #FB0C68: hue angle of 336.9º 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 #FB0C68 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 12 | 104 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.02 |
| HSL | 336.9º | 0.97% | 0.52% | - |
| HSV(B) | 336.9º | 0.95% | 0.98% | - |
| XYZ | 42.41 | 21.77 | 15.06 | - |
| YUV | 93.95 | 133.68 | 240.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 12 | 104 | 0 | 0.95 | 0.59 | 0.02 | 336.9 | 0.97 | 0.52 |
| Hex | FB | C | 68 | 0 | 5F | 3B | 2 | 151 | 61 | 34 |
| Octal | 373 | 14 | 150 | 0 | 137 | 73 | 2 | 521 | 141 | 64 |
| Binary | 11111011 | 1100 | 1101000 | 0 | 1011111 | 111011 | 10 | 101010001 | 1100001 | 110100 |
Color Harmonies of #FB0C68
Complementary color
Monochromatic Colors of #FB0C68
Black with #FB0C68
Text Example
Text Example
White with #FB0C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0C68; }
p { color: rgb(251,12,104); }
H1.HeaderClassName
{
color: #FB0C68;
}
.AnyTagClassName
{
color: #FB0C68;
}
</style>
background-color css
<style>
a { background-color: #FB0C68; }
a { background-color: rgb(251,12,104); }
div.DivClassName
{
background-color: #FB0C68;
}
.BgClassName
{
background-color: #FB0C68;
}
</style>
border-color css
<style>
span { border-color: #FB0C68; }
span { border-color: rgb(251,12,104); }
td.TdClassName
{
border-color: #FB0C68;
}
.TagClassName
{
border-color: #FB0C68;
}
</style>