Shades of Violet Red #FF398B
Tints of Violet Red #FF398B
RGB
CMYK
RGB Variations
Color information
#FF398B (or 0xFF398B) is known color: Violet Red. HEX triplet: FF, 39 and 8B. RGB value is (255,57,139). Sum of RGB (Red+Green+Blue) = 255+57+139=451 (59% of max value = 765). Red value is 255 (100% from 255 or 56.54% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 255 - color contains mainly: red. Hex color #FF398B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF398B is #00C674. Grayscale: #7D7D7D. Windows color (decimal): -50805 or 9124351. OLE color: 9124351.
HSL color Cylindrical-coordinate representation of color #FF398B: hue angle of 335.15º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FF398B is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 139 | - |
| CMYK | 0 | 0.78 | 0.45 | 0 |
| HSL | 335.15º | 1% | 0.61% | - |
| HSV(B) | 335.15º | 0.78% | 1% | - |
| XYZ | 47.36 | 26.05 | 26.96 | - |
| YUV | 125.55 | 135.6 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 139 | 0 | 0.78 | 0.45 | 0 | 335.15 | 1 | 0.61 |
| Hex | FF | 39 | 8B | 0 | 4E | 2D | 0 | 14F | 64 | 3D |
| Octal | 377 | 71 | 213 | 0 | 116 | 55 | 0 | 517 | 144 | 75 |
| Binary | 11111111 | 111001 | 10001011 | 0 | 1001110 | 101101 | 0 | 101001111 | 1100100 | 111101 |
Color Harmonies of #FF398B
Complementary color
Monochromatic Colors of #FF398B
Black with #FF398B
Text Example
Text Example
White with #FF398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF398B; }
p { color: rgb(255,57,139); }
H1.HeaderClassName
{
color: #FF398B;
}
.AnyTagClassName
{
color: #FF398B;
}
</style>
background-color css
<style>
a { background-color: #FF398B; }
a { background-color: rgb(255,57,139); }
div.DivClassName
{
background-color: #FF398B;
}
.BgClassName
{
background-color: #FF398B;
}
</style>
border-color css
<style>
span { border-color: #FF398B; }
span { border-color: rgb(255,57,139); }
td.TdClassName
{
border-color: #FF398B;
}
.TagClassName
{
border-color: #FF398B;
}
</style>