Shades of Violet Red #FB3A78
Tints of Violet Red #FB3A78
RGB
CMYK
RGB Variations
Color information
#FB3A78 (or 0xFB3A78) is known color: Violet Red. HEX triplet: FB, 3A and 78. RGB value is (251,58,120). Sum of RGB (Red+Green+Blue) = 251+58+120=429 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.51% from 429); Green value is 58 (23.05% from 255 or 13.52% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3A78 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB3A78 is #04C587. Grayscale: #7A7A7A. Windows color (decimal): -312712 or 7879419. OLE color: 7879419.
HSL color Cylindrical-coordinate representation of color #FB3A78: hue angle of 340.73º 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 #FB3A78 is Cyan = 0, Magento = 0.77, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 58 | 120 | - |
| CMYK | 0 | 0.77 | 0.52 | 0.02 |
| HSL | 340.73º | 0.96% | 0.61% | - |
| HSV(B) | 340.73º | 0.77% | 0.98% | - |
| XYZ | 44.69 | 24.89 | 20.22 | - |
| YUV | 122.78 | 126.44 | 219.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 58 | 120 | 0 | 0.77 | 0.52 | 0.02 | 340.73 | 0.96 | 0.61 |
| Hex | FB | 3A | 78 | 0 | 4D | 34 | 2 | 155 | 60 | 3D |
| Octal | 373 | 72 | 170 | 0 | 115 | 64 | 2 | 525 | 140 | 75 |
| Binary | 11111011 | 111010 | 1111000 | 0 | 1001101 | 110100 | 10 | 101010101 | 1100000 | 111101 |
Color Harmonies of #FB3A78
Complementary color
Monochromatic Colors of #FB3A78
Black with #FB3A78
Text Example
Text Example
White with #FB3A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3A78; }
p { color: rgb(251,58,120); }
H1.HeaderClassName
{
color: #FB3A78;
}
.AnyTagClassName
{
color: #FB3A78;
}
</style>
background-color css
<style>
a { background-color: #FB3A78; }
a { background-color: rgb(251,58,120); }
div.DivClassName
{
background-color: #FB3A78;
}
.BgClassName
{
background-color: #FB3A78;
}
</style>
border-color css
<style>
span { border-color: #FB3A78; }
span { border-color: rgb(251,58,120); }
td.TdClassName
{
border-color: #FB3A78;
}
.TagClassName
{
border-color: #FB3A78;
}
</style>