Shades of Violet Red #FB397C
Tints of Violet Red #FB397C
RGB
CMYK
RGB Variations
Color information
#FB397C (or 0xFB397C) is known color: Violet Red. HEX triplet: FB, 39 and 7C. RGB value is (251,57,124). Sum of RGB (Red+Green+Blue) = 251+57+124=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 57 (22.66% from 255 or 13.19% from 432); Blue value is 124 (48.83% from 255 or 28.70% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB397C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB397C is #04C683. Grayscale: #7A7A7A. Windows color (decimal): -312964 or 8141307. OLE color: 8141307.
HSL color Cylindrical-coordinate representation of color #FB397C: hue angle of 339.28º 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 #FB397C is Cyan = 0, Magento = 0.77, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 124 | - |
| CMYK | 0 | 0.77 | 0.51 | 0.02 |
| HSL | 339.28º | 0.96% | 0.6% | - |
| HSV(B) | 339.28º | 0.77% | 0.98% | - |
| XYZ | 44.88 | 24.89 | 21.51 | - |
| YUV | 122.64 | 128.77 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 124 | 0 | 0.77 | 0.51 | 0.02 | 339.28 | 0.96 | 0.6 |
| Hex | FB | 39 | 7C | 0 | 4D | 33 | 2 | 153 | 60 | 3C |
| Octal | 373 | 71 | 174 | 0 | 115 | 63 | 2 | 523 | 140 | 74 |
| Binary | 11111011 | 111001 | 1111100 | 0 | 1001101 | 110011 | 10 | 101010011 | 1100000 | 111100 |
Color Harmonies of #FB397C
Complementary color
Monochromatic Colors of #FB397C
Black with #FB397C
Text Example
Text Example
White with #FB397C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB397C; }
p { color: rgb(251,57,124); }
H1.HeaderClassName
{
color: #FB397C;
}
.AnyTagClassName
{
color: #FB397C;
}
</style>
background-color css
<style>
a { background-color: #FB397C; }
a { background-color: rgb(251,57,124); }
div.DivClassName
{
background-color: #FB397C;
}
.BgClassName
{
background-color: #FB397C;
}
</style>
border-color css
<style>
span { border-color: #FB397C; }
span { border-color: rgb(251,57,124); }
td.TdClassName
{
border-color: #FB397C;
}
.TagClassName
{
border-color: #FB397C;
}
</style>