Shades of Violet Red #FB327A
Tints of Violet Red #FB327A
RGB
CMYK
RGB Variations
Color information
#FB327A (or 0xFB327A) is known color: Violet Red. HEX triplet: FB, 32 and 7A. RGB value is (251,50,122). Sum of RGB (Red+Green+Blue) = 251+50+122=423 (56% of max value = 765). Red value is 251 (98.44% from 255 or 59.34% from 423); Green value is 50 (19.92% from 255 or 11.82% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 251 - color contains mainly: red. Hex color #FB327A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB327A is #04CD85. Grayscale: #767676. Windows color (decimal): -314758 or 8008443. OLE color: 8008443.
HSL color Cylindrical-coordinate representation of color #FB327A: hue angle of 338.51º 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 #FB327A is Cyan = 0, Magento = 0.80, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 122 | - |
| CMYK | 0 | 0.80 | 0.51 | 0.02 |
| HSL | 338.51º | 0.96% | 0.59% | - |
| HSV(B) | 338.51º | 0.8% | 0.98% | - |
| XYZ | 44.44 | 24.2 | 20.74 | - |
| YUV | 118.31 | 130.09 | 222.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 122 | 0 | 0.80 | 0.51 | 0.02 | 338.51 | 0.96 | 0.59 |
| Hex | FB | 32 | 7A | 0 | 50 | 33 | 2 | 153 | 60 | 3B |
| Octal | 373 | 62 | 172 | 0 | 120 | 63 | 2 | 523 | 140 | 73 |
| Binary | 11111011 | 110010 | 1111010 | 0 | 1010000 | 110011 | 10 | 101010011 | 1100000 | 111011 |
Color Harmonies of #FB327A
Complementary color
Monochromatic Colors of #FB327A
Black with #FB327A
Text Example
Text Example
White with #FB327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB327A; }
p { color: rgb(251,50,122); }
H1.HeaderClassName
{
color: #FB327A;
}
.AnyTagClassName
{
color: #FB327A;
}
</style>
background-color css
<style>
a { background-color: #FB327A; }
a { background-color: rgb(251,50,122); }
div.DivClassName
{
background-color: #FB327A;
}
.BgClassName
{
background-color: #FB327A;
}
</style>
border-color css
<style>
span { border-color: #FB327A; }
span { border-color: rgb(251,50,122); }
td.TdClassName
{
border-color: #FB327A;
}
.TagClassName
{
border-color: #FB327A;
}
</style>