Shades of Razzmatazz #FB1466
Tints of Razzmatazz #FB1466
RGB
CMYK
RGB Variations
Color information
#FB1466 (or 0xFB1466) is known color: Razzmatazz. HEX triplet: FB, 14 and 66. RGB value is (251,20,102). Sum of RGB (Red+Green+Blue) = 251+20+102=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 20 (8.20% from 255 or 5.36% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1466 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB1466 is #04EB99. Grayscale: #626262. Windows color (decimal): -322458 or 6690043. OLE color: 6690043.
HSL color Cylindrical-coordinate representation of color #FB1466: hue angle of 338.7º 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 #FB1466 is Cyan = 0, Magento = 0.92, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 102 | - |
| CMYK | 0 | 0.92 | 0.59 | 0.02 |
| HSL | 338.7º | 0.97% | 0.53% | - |
| HSV(B) | 338.7º | 0.92% | 0.98% | - |
| XYZ | 42.43 | 21.97 | 14.57 | - |
| YUV | 98.42 | 130.03 | 236.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 102 | 0 | 0.92 | 0.59 | 0.02 | 338.7 | 0.97 | 0.53 |
| Hex | FB | 14 | 66 | 0 | 5C | 3B | 2 | 153 | 61 | 35 |
| Octal | 373 | 24 | 146 | 0 | 134 | 73 | 2 | 523 | 141 | 65 |
| Binary | 11111011 | 10100 | 1100110 | 0 | 1011100 | 111011 | 10 | 101010011 | 1100001 | 110101 |
Color Harmonies of #FB1466
Complementary color
Monochromatic Colors of #FB1466
Black with #FB1466
Text Example
Text Example
White with #FB1466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1466; }
p { color: rgb(251,20,102); }
H1.HeaderClassName
{
color: #FB1466;
}
.AnyTagClassName
{
color: #FB1466;
}
</style>
background-color css
<style>
a { background-color: #FB1466; }
a { background-color: rgb(251,20,102); }
div.DivClassName
{
background-color: #FB1466;
}
.BgClassName
{
background-color: #FB1466;
}
</style>
border-color css
<style>
span { border-color: #FB1466; }
span { border-color: rgb(251,20,102); }
td.TdClassName
{
border-color: #FB1466;
}
.TagClassName
{
border-color: #FB1466;
}
</style>