Shades of Violet Red #FB3A76
Tints of Violet Red #FB3A76
RGB
CMYK
RGB Variations
Color information
#FB3A76 (or 0xFB3A76) is known color: Violet Red. HEX triplet: FB, 3A and 76. RGB value is (251,58,118). Sum of RGB (Red+Green+Blue) = 251+58+118=427 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.78% from 427); Green value is 58 (23.05% from 255 or 13.58% from 427); Blue value is 118 (46.48% from 255 or 27.63% from 427); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A76 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3A76 is #04C589. Grayscale: #7A7A7A. Windows color (decimal): -312714 or 7748347. OLE color: 7748347.
HSL color Cylindrical-coordinate representation of color #FB3A76: hue angle of 341.35º 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 #FB3A76 is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 118 | - |
| CMYK | 0 | 0.77 | 0.53 | 0.02 |
| HSL | 341.35º | 0.96% | 0.61% | - |
| HSV(B) | 341.35º | 0.77% | 0.98% | - |
| XYZ | 44.57 | 24.84 | 19.59 | - |
| YUV | 122.55 | 125.44 | 219.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 118 | 0 | 0.77 | 0.53 | 0.02 | 341.35 | 0.96 | 0.61 |
| Hex | FB | 3A | 76 | 0 | 4D | 35 | 2 | 155 | 60 | 3D |
| Octal | 373 | 72 | 166 | 0 | 115 | 65 | 2 | 525 | 140 | 75 |
| Binary | 11111011 | 111010 | 1110110 | 0 | 1001101 | 110101 | 10 | 101010101 | 1100000 | 111101 |
Color Harmonies of #FB3A76
Complementary color
Monochromatic Colors of #FB3A76
Black with #FB3A76
Text Example
Text Example
White with #FB3A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A76; }
p { color: rgb(251,58,118); }
H1.HeaderClassName
{
color: #FB3A76;
}
.AnyTagClassName
{
color: #FB3A76;
}
</style>
background-color css
<style>
a { background-color: #FB3A76; }
a { background-color: rgb(251,58,118); }
div.DivClassName
{
background-color: #FB3A76;
}
.BgClassName
{
background-color: #FB3A76;
}
</style>
border-color css
<style>
span { border-color: #FB3A76; }
span { border-color: rgb(251,58,118); }
td.TdClassName
{
border-color: #FB3A76;
}
.TagClassName
{
border-color: #FB3A76;
}
</style>