Shades of Razzmatazz #FB085D
Tints of Razzmatazz #FB085D
RGB
CMYK
RGB Variations
Color information
#FB085D (or 0xFB085D) is known color: Razzmatazz. HEX triplet: FB, 08 and 5D. RGB value is (251,8,93). Sum of RGB (Red+Green+Blue) = 251+8+93=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 8 (3.52% from 255 or 2.27% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB085D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB085D is #04F7A2. Grayscale: #5A5A5A. Windows color (decimal): -325539 or 6097147. OLE color: 6097147.
HSL color Cylindrical-coordinate representation of color #FB085D: hue angle of 339.01º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB085D is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 8 | 93 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.02 |
| HSL | 339.01º | 0.97% | 0.51% | - |
| HSV(B) | 339.01º | 0.97% | 0.98% | - |
| XYZ | 41.85 | 21.47 | 12.3 | - |
| YUV | 90.35 | 129.51 | 242.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 8 | 93 | 0 | 0.97 | 0.63 | 0.02 | 339.01 | 0.97 | 0.51 |
| Hex | FB | 8 | 5D | 0 | 61 | 3F | 2 | 153 | 61 | 33 |
| Octal | 373 | 10 | 135 | 0 | 141 | 77 | 2 | 523 | 141 | 63 |
| Binary | 11111011 | 1000 | 1011101 | 0 | 1100001 | 111111 | 10 | 101010011 | 1100001 | 110011 |
Color Harmonies of #FB085D
Complementary color
Monochromatic Colors of #FB085D
Black with #FB085D
Text Example
Text Example
White with #FB085D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB085D; }
p { color: rgb(251,8,93); }
H1.HeaderClassName
{
color: #FB085D;
}
.AnyTagClassName
{
color: #FB085D;
}
</style>
background-color css
<style>
a { background-color: #FB085D; }
a { background-color: rgb(251,8,93); }
div.DivClassName
{
background-color: #FB085D;
}
.BgClassName
{
background-color: #FB085D;
}
</style>
border-color css
<style>
span { border-color: #FB085D; }
span { border-color: rgb(251,8,93); }
td.TdClassName
{
border-color: #FB085D;
}
.TagClassName
{
border-color: #FB085D;
}
</style>