Shades of Violet Red #FB3A84
Tints of Violet Red #FB3A84
RGB
CMYK
RGB Variations
Color information
#FB3A84 (or 0xFB3A84) is known color: Violet Red. HEX triplet: FB, 3A and 84. RGB value is (251,58,132). Sum of RGB (Red+Green+Blue) = 251+58+132=441 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.92% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 132 (51.95% from 255 or 29.93% from 441); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A84 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3A84 is #04C57B. Grayscale: #7C7C7C. Windows color (decimal): -312700 or 8665851. OLE color: 8665851.
HSL color Cylindrical-coordinate representation of color #FB3A84: hue angle of 336.99º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB3A84 is Cyan = 0, Magento = 0.77, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 132 | - |
| CMYK | 0 | 0.77 | 0.47 | 0.02 |
| HSL | 336.99º | 0.96% | 0.61% | - |
| HSV(B) | 336.99º | 0.77% | 0.98% | - |
| XYZ | 45.46 | 25.2 | 24.3 | - |
| YUV | 124.14 | 132.44 | 218.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 132 | 0 | 0.77 | 0.47 | 0.02 | 336.99 | 0.96 | 0.61 |
| Hex | FB | 3A | 84 | 0 | 4D | 2F | 2 | 151 | 60 | 3D |
| Octal | 373 | 72 | 204 | 0 | 115 | 57 | 2 | 521 | 140 | 75 |
| Binary | 11111011 | 111010 | 10000100 | 0 | 1001101 | 101111 | 10 | 101010001 | 1100000 | 111101 |
Color Harmonies of #FB3A84
Complementary color
Monochromatic Colors of #FB3A84
Black with #FB3A84
Text Example
Text Example
White with #FB3A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A84; }
p { color: rgb(251,58,132); }
H1.HeaderClassName
{
color: #FB3A84;
}
.AnyTagClassName
{
color: #FB3A84;
}
</style>
background-color css
<style>
a { background-color: #FB3A84; }
a { background-color: rgb(251,58,132); }
div.DivClassName
{
background-color: #FB3A84;
}
.BgClassName
{
background-color: #FB3A84;
}
</style>
border-color css
<style>
span { border-color: #FB3A84; }
span { border-color: rgb(251,58,132); }
td.TdClassName
{
border-color: #FB3A84;
}
.TagClassName
{
border-color: #FB3A84;
}
</style>