Shades of Razzmatazz #FB045D
Tints of Razzmatazz #FB045D
RGB
CMYK
RGB Variations
Color information
#FB045D (or 0xFB045D) is known color: Razzmatazz. HEX triplet: FB, 04 and 5D. RGB value is (251,4,93). Sum of RGB (Red+Green+Blue) = 251+4+93=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 4 (1.95% from 255 or 1.15% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB045D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB045D is #04FBA2. Grayscale: #575757. Windows color (decimal): -326563 or 6096123. OLE color: 6096123.
HSL color Cylindrical-coordinate representation of color #FB045D: hue angle of 338.38º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB045D is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 93 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.02 |
| HSL | 338.38º | 0.97% | 0.5% | - |
| HSV(B) | 338.38º | 0.98% | 0.98% | - |
| XYZ | 41.8 | 21.39 | 12.28 | - |
| YUV | 88 | 130.83 | 244.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 93 | 0 | 0.98 | 0.63 | 0.02 | 338.38 | 0.97 | 0.5 |
| Hex | FB | 4 | 5D | 0 | 62 | 3F | 2 | 152 | 61 | 32 |
| Octal | 373 | 4 | 135 | 0 | 142 | 77 | 2 | 522 | 141 | 62 |
| Binary | 11111011 | 100 | 1011101 | 0 | 1100010 | 111111 | 10 | 101010010 | 1100001 | 110010 |
Color Harmonies of #FB045D
Complementary color
Monochromatic Colors of #FB045D
Black with #FB045D
Text Example
Text Example
White with #FB045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB045D; }
p { color: rgb(251,4,93); }
H1.HeaderClassName
{
color: #FB045D;
}
.AnyTagClassName
{
color: #FB045D;
}
</style>
background-color css
<style>
a { background-color: #FB045D; }
a { background-color: rgb(251,4,93); }
div.DivClassName
{
background-color: #FB045D;
}
.BgClassName
{
background-color: #FB045D;
}
</style>
border-color css
<style>
span { border-color: #FB045D; }
span { border-color: rgb(251,4,93); }
td.TdClassName
{
border-color: #FB045D;
}
.TagClassName
{
border-color: #FB045D;
}
</style>