Shades of Violet Red #FB398B
Tints of Violet Red #FB398B
RGB
CMYK
RGB Variations
Color information
#FB398B (or 0xFB398B) is known color: Violet Red. HEX triplet: FB, 39 and 8B. RGB value is (251,57,139). Sum of RGB (Red+Green+Blue) = 251+57+139=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 57 (22.66% from 255 or 12.75% from 447); Blue value is 139 (54.69% from 255 or 31.10% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FB398B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FB398B is #04C674. Grayscale: #7C7C7C. Windows color (decimal): -312949 or 9124347. OLE color: 9124347.
HSL color Cylindrical-coordinate representation of color #FB398B: hue angle of 334.64º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FB398B is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 139 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.02 |
| HSL | 334.64º | 0.96% | 0.6% | - |
| HSV(B) | 334.64º | 0.77% | 0.98% | - |
| XYZ | 45.91 | 25.3 | 26.89 | - |
| YUV | 124.35 | 136.27 | 218.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 139 | 0 | 0.77 | 0.45 | 0.02 | 334.64 | 0.96 | 0.6 |
| Hex | FB | 39 | 8B | 0 | 4D | 2D | 2 | 14F | 60 | 3C |
| Octal | 373 | 71 | 213 | 0 | 115 | 55 | 2 | 517 | 140 | 74 |
| Binary | 11111011 | 111001 | 10001011 | 0 | 1001101 | 101101 | 10 | 101001111 | 1100000 | 111100 |
Color Harmonies of #FB398B
Complementary color
Monochromatic Colors of #FB398B
Black with #FB398B
Text Example
Text Example
White with #FB398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB398B; }
p { color: rgb(251,57,139); }
H1.HeaderClassName
{
color: #FB398B;
}
.AnyTagClassName
{
color: #FB398B;
}
</style>
background-color css
<style>
a { background-color: #FB398B; }
a { background-color: rgb(251,57,139); }
div.DivClassName
{
background-color: #FB398B;
}
.BgClassName
{
background-color: #FB398B;
}
</style>
border-color css
<style>
span { border-color: #FB398B; }
span { border-color: rgb(251,57,139); }
td.TdClassName
{
border-color: #FB398B;
}
.TagClassName
{
border-color: #FB398B;
}
</style>