Shades of Razzmatazz #FB1465
Tints of Razzmatazz #FB1465
RGB
CMYK
RGB Variations
Color information
#FB1465 (or 0xFB1465) is known color: Razzmatazz. HEX triplet: FB, 14 and 65. RGB value is (251,20,101). Sum of RGB (Red+Green+Blue) = 251+20+101=372 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.47% from 372); Green value is 20 (8.20% from 255 or 5.38% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1465 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1465 is #04EB9A. Grayscale: #626262. Windows color (decimal): -322459 or 6624507. OLE color: 6624507.
HSL color Cylindrical-coordinate representation of color #FB1465: hue angle of 338.96º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1465 is Cyan = 0, Magento = 0.92, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 101 | - |
| CMYK | 0 | 0.92 | 0.60 | 0.02 |
| HSL | 338.96º | 0.97% | 0.53% | - |
| HSV(B) | 338.96º | 0.92% | 0.98% | - |
| XYZ | 42.38 | 21.95 | 14.31 | - |
| YUV | 98.3 | 129.53 | 236.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 101 | 0 | 0.92 | 0.60 | 0.02 | 338.96 | 0.97 | 0.53 |
| Hex | FB | 14 | 65 | 0 | 5C | 3C | 2 | 153 | 61 | 35 |
| Octal | 373 | 24 | 145 | 0 | 134 | 74 | 2 | 523 | 141 | 65 |
| Binary | 11111011 | 10100 | 1100101 | 0 | 1011100 | 111100 | 10 | 101010011 | 1100001 | 110101 |
Color Harmonies of #FB1465
Complementary color
Monochromatic Colors of #FB1465
Black with #FB1465
Text Example
Text Example
White with #FB1465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1465; }
p { color: rgb(251,20,101); }
H1.HeaderClassName
{
color: #FB1465;
}
.AnyTagClassName
{
color: #FB1465;
}
</style>
background-color css
<style>
a { background-color: #FB1465; }
a { background-color: rgb(251,20,101); }
div.DivClassName
{
background-color: #FB1465;
}
.BgClassName
{
background-color: #FB1465;
}
</style>
border-color css
<style>
span { border-color: #FB1465; }
span { border-color: rgb(251,20,101); }
td.TdClassName
{
border-color: #FB1465;
}
.TagClassName
{
border-color: #FB1465;
}
</style>