Shades of Razzmatazz #FB0069
Tints of Razzmatazz #FB0069
RGB
CMYK
RGB Variations
Color information
#FB0069 (or 0xFB0069) is known color: Razzmatazz. HEX triplet: FB, 00 and 69. RGB value is (251,0,105). Sum of RGB (Red+Green+Blue) = 251+0+105=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 105 (41.41% from 255 or 29.49% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0069 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0069 is #04FF96. Grayscale: #565656. Windows color (decimal): -327575 or 6881531. OLE color: 6881531.
HSL color Cylindrical-coordinate representation of color #FB0069: hue angle of 334.9º 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 #FB0069 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.58 | 0.02 |
| HSL | 334.9º | 1% | 0.49% | - |
| HSV(B) | 334.9º | 1% | 0.98% | - |
| XYZ | 42.33 | 21.53 | 15.29 | - |
| YUV | 87.02 | 138.16 | 244.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 0 | 105 | 0 | 1 | 0.58 | 0.02 | 334.9 | 1 | 0.49 |
| Hex | FB | 0 | 69 | 0 | 64 | 3A | 2 | 14F | 64 | 31 |
| Octal | 373 | 0 | 151 | 0 | 144 | 72 | 2 | 517 | 144 | 61 |
| Binary | 11111011 | 0 | 1101001 | 0 | 1100100 | 111010 | 10 | 101001111 | 1100100 | 110001 |
Color Harmonies of #FB0069
Complementary color
Monochromatic Colors of #FB0069
Black with #FB0069
Text Example
Text Example
White with #FB0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0069; }
p { color: rgb(251,0,105); }
H1.HeaderClassName
{
color: #FB0069;
}
.AnyTagClassName
{
color: #FB0069;
}
</style>
background-color css
<style>
a { background-color: #FB0069; }
a { background-color: rgb(251,0,105); }
div.DivClassName
{
background-color: #FB0069;
}
.BgClassName
{
background-color: #FB0069;
}
</style>
border-color css
<style>
span { border-color: #FB0069; }
span { border-color: rgb(251,0,105); }
td.TdClassName
{
border-color: #FB0069;
}
.TagClassName
{
border-color: #FB0069;
}
</style>