Shades of Violet Red #FB397D
Tints of Violet Red #FB397D
RGB
CMYK
RGB Variations
Color information
#FB397D (or 0xFB397D) is known color: Violet Red. HEX triplet: FB, 39 and 7D. RGB value is (251,57,125). Sum of RGB (Red+Green+Blue) = 251+57+125=433 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.97% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 125 (49.22% from 255 or 28.87% from 433); Max value from RGB is 251 - color contains mainly: red. Hex color #FB397D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FB397D is #04C682. Grayscale: #7A7A7A. Windows color (decimal): -312963 or 8206843. OLE color: 8206843.
HSL color Cylindrical-coordinate representation of color #FB397D: hue angle of 338.97º 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 #FB397D is Cyan = 0, Magento = 0.77, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 57 | 125 | - |
| CMYK | 0 | 0.77 | 0.50 | 0.02 |
| HSL | 338.97º | 0.96% | 0.6% | - |
| HSV(B) | 338.97º | 0.77% | 0.98% | - |
| XYZ | 44.95 | 24.92 | 21.84 | - |
| YUV | 122.76 | 129.27 | 219.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 57 | 125 | 0 | 0.77 | 0.50 | 0.02 | 338.97 | 0.96 | 0.6 |
| Hex | FB | 39 | 7D | 0 | 4D | 32 | 2 | 153 | 60 | 3C |
| Octal | 373 | 71 | 175 | 0 | 115 | 62 | 2 | 523 | 140 | 74 |
| Binary | 11111011 | 111001 | 1111101 | 0 | 1001101 | 110010 | 10 | 101010011 | 1100000 | 111100 |
Color Harmonies of #FB397D
Complementary color
Monochromatic Colors of #FB397D
Black with #FB397D
Text Example
Text Example
White with #FB397D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB397D; }
p { color: rgb(251,57,125); }
H1.HeaderClassName
{
color: #FB397D;
}
.AnyTagClassName
{
color: #FB397D;
}
</style>
background-color css
<style>
a { background-color: #FB397D; }
a { background-color: rgb(251,57,125); }
div.DivClassName
{
background-color: #FB397D;
}
.BgClassName
{
background-color: #FB397D;
}
</style>
border-color css
<style>
span { border-color: #FB397D; }
span { border-color: rgb(251,57,125); }
td.TdClassName
{
border-color: #FB397D;
}
.TagClassName
{
border-color: #FB397D;
}
</style>