Shades of Razzmatazz #FB0153
Tints of Razzmatazz #FB0153
RGB
CMYK
RGB Variations
Color information
#FB0153 (or 0xFB0153) is known color: Razzmatazz. HEX triplet: FB, 01 and 53. RGB value is (251,1,83). Sum of RGB (Red+Green+Blue) = 251+1+83=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 83 (32.81% from 255 or 24.78% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0153 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0153 is #04FEAC. Grayscale: #555555. Windows color (decimal): -327341 or 5439995. OLE color: 5439995.
HSL color Cylindrical-coordinate representation of color #FB0153: hue angle of 340.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB0153 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 83 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.02 |
| HSL | 340.32º | 0.99% | 0.49% | - |
| HSV(B) | 340.32º | 1% | 0.98% | - |
| XYZ | 41.36 | 21.16 | 10.09 | - |
| YUV | 85.1 | 126.83 | 246.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 83 | 0 | 1.00 | 0.67 | 0.02 | 340.32 | 0.99 | 0.49 |
| Hex | FB | 1 | 53 | 0 | 64 | 43 | 2 | 154 | 63 | 31 |
| Octal | 373 | 1 | 123 | 0 | 144 | 103 | 2 | 524 | 143 | 61 |
| Binary | 11111011 | 1 | 1010011 | 0 | 1100100 | 1000011 | 10 | 101010100 | 1100011 | 110001 |
Color Harmonies of #FB0153
Complementary color
Monochromatic Colors of #FB0153
Black with #FB0153
Text Example
Text Example
White with #FB0153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0153; }
p { color: rgb(251,1,83); }
H1.HeaderClassName
{
color: #FB0153;
}
.AnyTagClassName
{
color: #FB0153;
}
</style>
background-color css
<style>
a { background-color: #FB0153; }
a { background-color: rgb(251,1,83); }
div.DivClassName
{
background-color: #FB0153;
}
.BgClassName
{
background-color: #FB0153;
}
</style>
border-color css
<style>
span { border-color: #FB0153; }
span { border-color: rgb(251,1,83); }
td.TdClassName
{
border-color: #FB0153;
}
.TagClassName
{
border-color: #FB0153;
}
</style>