Shades of Razzmatazz #FB005A
Tints of Razzmatazz #FB005A
RGB
CMYK
RGB Variations
Color information
#FB005A (or 0xFB005A) is known color: Razzmatazz. HEX triplet: FB, 00 and 5A. RGB value is (251,0,90). Sum of RGB (Red+Green+Blue) = 251+0+90=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB005A is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB005A is #04FFA5. Grayscale: #555555. Windows color (decimal): -327590 or 5898491. OLE color: 5898491.
HSL color Cylindrical-coordinate representation of color #FB005A: hue angle of 338.49º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB005A is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 90 | - |
| CMYK | 0 | 1 | 0.64 | 0.02 |
| HSL | 338.49º | 1% | 0.49% | - |
| HSV(B) | 338.49º | 1% | 0.98% | - |
| XYZ | 41.63 | 21.25 | 11.58 | - |
| YUV | 85.31 | 130.66 | 246.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 90 | 0 | 1 | 0.64 | 0.02 | 338.49 | 1 | 0.49 |
| Hex | FB | 0 | 5A | 0 | 64 | 40 | 2 | 152 | 64 | 31 |
| Octal | 373 | 0 | 132 | 0 | 144 | 100 | 2 | 522 | 144 | 61 |
| Binary | 11111011 | 0 | 1011010 | 0 | 1100100 | 1000000 | 10 | 101010010 | 1100100 | 110001 |
Color Harmonies of #FB005A
Complementary color
Monochromatic Colors of #FB005A
Black with #FB005A
Text Example
Text Example
White with #FB005A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB005A; }
p { color: rgb(251,0,90); }
H1.HeaderClassName
{
color: #FB005A;
}
.AnyTagClassName
{
color: #FB005A;
}
</style>
background-color css
<style>
a { background-color: #FB005A; }
a { background-color: rgb(251,0,90); }
div.DivClassName
{
background-color: #FB005A;
}
.BgClassName
{
background-color: #FB005A;
}
</style>
border-color css
<style>
span { border-color: #FB005A; }
span { border-color: rgb(251,0,90); }
td.TdClassName
{
border-color: #FB005A;
}
.TagClassName
{
border-color: #FB005A;
}
</style>