Shades of Violet Red #FB397B
Tints of Violet Red #FB397B
RGB
CMYK
RGB Variations
Color information
#FB397B (or 0xFB397B) is known color: Violet Red. HEX triplet: FB, 39 and 7B. RGB value is (251,57,123). Sum of RGB (Red+Green+Blue) = 251+57+123=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 123 (48.44% from 255 or 28.54% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB397B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB397B is #04C684. Grayscale: #7A7A7A. Windows color (decimal): -312965 or 8075771. OLE color: 8075771.
HSL color Cylindrical-coordinate representation of color #FB397B: hue angle of 339.59º 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 #FB397B is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 123 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.02 |
| HSL | 339.59º | 0.96% | 0.6% | - |
| HSV(B) | 339.59º | 0.77% | 0.98% | - |
| XYZ | 44.82 | 24.87 | 21.18 | - |
| YUV | 122.53 | 128.27 | 219.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 123 | 0 | 0.77 | 0.51 | 0.02 | 339.59 | 0.96 | 0.6 |
| Hex | FB | 39 | 7B | 0 | 4D | 33 | 2 | 154 | 60 | 3C |
| Octal | 373 | 71 | 173 | 0 | 115 | 63 | 2 | 524 | 140 | 74 |
| Binary | 11111011 | 111001 | 1111011 | 0 | 1001101 | 110011 | 10 | 101010100 | 1100000 | 111100 |
Color Harmonies of #FB397B
Complementary color
Monochromatic Colors of #FB397B
Black with #FB397B
Text Example
Text Example
White with #FB397B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB397B; }
p { color: rgb(251,57,123); }
H1.HeaderClassName
{
color: #FB397B;
}
.AnyTagClassName
{
color: #FB397B;
}
</style>
background-color css
<style>
a { background-color: #FB397B; }
a { background-color: rgb(251,57,123); }
div.DivClassName
{
background-color: #FB397B;
}
.BgClassName
{
background-color: #FB397B;
}
</style>
border-color css
<style>
span { border-color: #FB397B; }
span { border-color: rgb(251,57,123); }
td.TdClassName
{
border-color: #FB397B;
}
.TagClassName
{
border-color: #FB397B;
}
</style>