Shades of Razzmatazz #FB0F52
Tints of Razzmatazz #FB0F52
RGB
CMYK
RGB Variations
Color information
#FB0F52 (or 0xFB0F52) is known color: Razzmatazz. HEX triplet: FB, 0F and 52. RGB value is (251,15,82). Sum of RGB (Red+Green+Blue) = 251+15+82=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 15 (6.25% from 255 or 4.31% from 348); Blue value is 82 (32.42% from 255 or 23.56% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0F52 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0F52 is #04F0AD. Grayscale: #5D5D5D. Windows color (decimal): -323758 or 5378043. OLE color: 5378043.
HSL color Cylindrical-coordinate representation of color #FB0F52: hue angle of 342.97º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FB0F52 is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 15 | 82 | - |
| CMYK | 0 | 0.94 | 0.67 | 0.02 |
| HSL | 342.97º | 0.97% | 0.52% | - |
| HSV(B) | 342.97º | 0.94% | 0.98% | - |
| XYZ | 41.48 | 21.46 | 9.94 | - |
| YUV | 93.2 | 121.69 | 240.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 15 | 82 | 0 | 0.94 | 0.67 | 0.02 | 342.97 | 0.97 | 0.52 |
| Hex | FB | F | 52 | 0 | 5E | 43 | 2 | 157 | 61 | 34 |
| Octal | 373 | 17 | 122 | 0 | 136 | 103 | 2 | 527 | 141 | 64 |
| Binary | 11111011 | 1111 | 1010010 | 0 | 1011110 | 1000011 | 10 | 101010111 | 1100001 | 110100 |
Color Harmonies of #FB0F52
Complementary color
Monochromatic Colors of #FB0F52
Black with #FB0F52
Text Example
Text Example
White with #FB0F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0F52; }
p { color: rgb(251,15,82); }
H1.HeaderClassName
{
color: #FB0F52;
}
.AnyTagClassName
{
color: #FB0F52;
}
</style>
background-color css
<style>
a { background-color: #FB0F52; }
a { background-color: rgb(251,15,82); }
div.DivClassName
{
background-color: #FB0F52;
}
.BgClassName
{
background-color: #FB0F52;
}
</style>
border-color css
<style>
span { border-color: #FB0F52; }
span { border-color: rgb(251,15,82); }
td.TdClassName
{
border-color: #FB0F52;
}
.TagClassName
{
border-color: #FB0F52;
}
</style>