Shades of Razzmatazz #FB0174
Tints of Razzmatazz #FB0174
RGB
CMYK
RGB Variations
Color information
#FB0174 (or 0xFB0174) is known color: Razzmatazz. HEX triplet: FB, 01 and 74. RGB value is (251,1,116). Sum of RGB (Red+Green+Blue) = 251+1+116=368 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.21% from 368); Green value is 1 (0.78% from 255 or 0.27% from 368); Blue value is 116 (45.70% from 255 or 31.52% from 368); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0174 is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB0174 is #04FE8B. Grayscale: #585858. Windows color (decimal): -327308 or 7602683. OLE color: 7602683.
HSL color Cylindrical-coordinate representation of color #FB0174: hue angle of 332.4º 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 #FB0174 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 116 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.02 |
| HSL | 332.4º | 0.99% | 0.49% | - |
| HSV(B) | 332.4º | 1% | 0.98% | - |
| XYZ | 42.95 | 21.79 | 18.47 | - |
| YUV | 88.86 | 143.33 | 243.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 116 | 0 | 1.00 | 0.54 | 0.02 | 332.4 | 0.99 | 0.49 |
| Hex | FB | 1 | 74 | 0 | 64 | 36 | 2 | 14C | 63 | 31 |
| Octal | 373 | 1 | 164 | 0 | 144 | 66 | 2 | 514 | 143 | 61 |
| Binary | 11111011 | 1 | 1110100 | 0 | 1100100 | 110110 | 10 | 101001100 | 1100011 | 110001 |
Color Harmonies of #FB0174
Complementary color
Monochromatic Colors of #FB0174
Black with #FB0174
Text Example
Text Example
White with #FB0174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0174; }
p { color: rgb(251,1,116); }
H1.HeaderClassName
{
color: #FB0174;
}
.AnyTagClassName
{
color: #FB0174;
}
</style>
background-color css
<style>
a { background-color: #FB0174; }
a { background-color: rgb(251,1,116); }
div.DivClassName
{
background-color: #FB0174;
}
.BgClassName
{
background-color: #FB0174;
}
</style>
border-color css
<style>
span { border-color: #FB0174; }
span { border-color: rgb(251,1,116); }
td.TdClassName
{
border-color: #FB0174;
}
.TagClassName
{
border-color: #FB0174;
}
</style>