Shades of Violet Red #FB337B
Tints of Violet Red #FB337B
RGB
CMYK
RGB Variations
Color information
#FB337B (or 0xFB337B) is known color: Violet Red. HEX triplet: FB, 33 and 7B. RGB value is (251,51,123). Sum of RGB (Red+Green+Blue) = 251+51+123=425 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.06% from 425); Green value is 51 (20.31% from 255 or 12% from 425); Blue value is 123 (48.44% from 255 or 28.94% from 425); Max value from RGB is 251 - color contains mainly: red. Hex color #FB337B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB337B is #04CC84. Grayscale: #767676. Windows color (decimal): -314501 or 8074235. OLE color: 8074235.
HSL color Cylindrical-coordinate representation of color #FB337B: hue angle of 338.4º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB337B is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 51 | 123 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.02 |
| HSL | 338.4º | 0.96% | 0.59% | - |
| HSV(B) | 338.4º | 0.8% | 0.98% | - |
| XYZ | 44.54 | 24.31 | 21.08 | - |
| YUV | 119.01 | 130.26 | 222.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 51 | 123 | 0 | 0.80 | 0.51 | 0.02 | 338.4 | 0.96 | 0.59 |
| Hex | FB | 33 | 7B | 0 | 50 | 33 | 2 | 152 | 60 | 3B |
| Octal | 373 | 63 | 173 | 0 | 120 | 63 | 2 | 522 | 140 | 73 |
| Binary | 11111011 | 110011 | 1111011 | 0 | 1010000 | 110011 | 10 | 101010010 | 1100000 | 111011 |
Color Harmonies of #FB337B
Complementary color
Monochromatic Colors of #FB337B
Black with #FB337B
Text Example
Text Example
White with #FB337B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB337B; }
p { color: rgb(251,51,123); }
H1.HeaderClassName
{
color: #FB337B;
}
.AnyTagClassName
{
color: #FB337B;
}
</style>
background-color css
<style>
a { background-color: #FB337B; }
a { background-color: rgb(251,51,123); }
div.DivClassName
{
background-color: #FB337B;
}
.BgClassName
{
background-color: #FB337B;
}
</style>
border-color css
<style>
span { border-color: #FB337B; }
span { border-color: rgb(251,51,123); }
td.TdClassName
{
border-color: #FB337B;
}
.TagClassName
{
border-color: #FB337B;
}
</style>