Shades of Violet Red #FF398C
Tints of Violet Red #FF398C
RGB
CMYK
RGB Variations
Color information
#FF398C (or 0xFF398C) is known color: Violet Red. HEX triplet: FF, 39 and 8C. RGB value is (255,57,140). Sum of RGB (Red+Green+Blue) = 255+57+140=452 (59% of max value = 765). Red value is 255 (100% from 255 or 56.42% from 452); Green value is 57 (22.66% from 255 or 12.61% from 452); Blue value is 140 (55.08% from 255 or 30.97% from 452); Max value from RGB is 255 - color contains mainly: red. Hex color #FF398C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF398C is #00C673. Grayscale: #7D7D7D. Windows color (decimal): -50804 or 9189887. OLE color: 9189887.
HSL color Cylindrical-coordinate representation of color #FF398C: hue angle of 334.85º 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 #FF398C is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 140 | - |
| CMYK | 0 | 0.78 | 0.45 | 0 |
| HSL | 334.85º | 1% | 0.61% | - |
| HSV(B) | 334.85º | 0.78% | 1% | - |
| XYZ | 47.44 | 26.08 | 27.34 | - |
| YUV | 125.66 | 136.1 | 220.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 140 | 0 | 0.78 | 0.45 | 0 | 334.85 | 1 | 0.61 |
| Hex | FF | 39 | 8C | 0 | 4E | 2D | 0 | 14F | 64 | 3D |
| Octal | 377 | 71 | 214 | 0 | 116 | 55 | 0 | 517 | 144 | 75 |
| Binary | 11111111 | 111001 | 10001100 | 0 | 1001110 | 101101 | 0 | 101001111 | 1100100 | 111101 |
Color Harmonies of #FF398C
Complementary color
Monochromatic Colors of #FF398C
Black with #FF398C
Text Example
Text Example
White with #FF398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF398C; }
p { color: rgb(255,57,140); }
H1.HeaderClassName
{
color: #FF398C;
}
.AnyTagClassName
{
color: #FF398C;
}
</style>
background-color css
<style>
a { background-color: #FF398C; }
a { background-color: rgb(255,57,140); }
div.DivClassName
{
background-color: #FF398C;
}
.BgClassName
{
background-color: #FF398C;
}
</style>
border-color css
<style>
span { border-color: #FF398C; }
span { border-color: rgb(255,57,140); }
td.TdClassName
{
border-color: #FF398C;
}
.TagClassName
{
border-color: #FF398C;
}
</style>