Shades of Violet Red #FB3A8A
Tints of Violet Red #FB3A8A
RGB
CMYK
RGB Variations
Color information
#FB3A8A (or 0xFB3A8A) is known color: Violet Red. HEX triplet: FB, 3A and 8A. RGB value is (251,58,138). Sum of RGB (Red+Green+Blue) = 251+58+138=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB3A8A is #04C575. Grayscale: #7C7C7C. Windows color (decimal): -312694 or 9059067. OLE color: 9059067.
HSL color Cylindrical-coordinate representation of color #FB3A8A: hue angle of 335.13º 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 #FB3A8A is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 138 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.02 |
| HSL | 335.13º | 0.96% | 0.61% | - |
| HSV(B) | 335.13º | 0.77% | 0.98% | - |
| XYZ | 45.88 | 25.37 | 26.52 | - |
| YUV | 124.83 | 135.44 | 218 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 138 | 0 | 0.77 | 0.45 | 0.02 | 335.13 | 0.96 | 0.61 |
| Hex | FB | 3A | 8A | 0 | 4D | 2D | 2 | 14F | 60 | 3D |
| Octal | 373 | 72 | 212 | 0 | 115 | 55 | 2 | 517 | 140 | 75 |
| Binary | 11111011 | 111010 | 10001010 | 0 | 1001101 | 101101 | 10 | 101001111 | 1100000 | 111101 |
Color Harmonies of #FB3A8A
Complementary color
Monochromatic Colors of #FB3A8A
Black with #FB3A8A
Text Example
Text Example
White with #FB3A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A8A; }
p { color: rgb(251,58,138); }
H1.HeaderClassName
{
color: #FB3A8A;
}
.AnyTagClassName
{
color: #FB3A8A;
}
</style>
background-color css
<style>
a { background-color: #FB3A8A; }
a { background-color: rgb(251,58,138); }
div.DivClassName
{
background-color: #FB3A8A;
}
.BgClassName
{
background-color: #FB3A8A;
}
</style>
border-color css
<style>
span { border-color: #FB3A8A; }
span { border-color: rgb(251,58,138); }
td.TdClassName
{
border-color: #FB3A8A;
}
.TagClassName
{
border-color: #FB3A8A;
}
</style>