Shades of Violet Red #FE398B
Tints of Violet Red #FE398B
RGB
CMYK
RGB Variations
Color information
#FE398B (or 0xFE398B) is known color: Violet Red. HEX triplet: FE, 39 and 8B. RGB value is (254,57,139). Sum of RGB (Red+Green+Blue) = 254+57+139=450 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.44% from 450); Green value is 57 (22.66% from 255 or 12.67% from 450); Blue value is 139 (54.69% from 255 or 30.89% from 450); Max value from RGB is 254 - color contains mainly: red. Hex color #FE398B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE398B is #01C674. Grayscale: #7D7D7D. Windows color (decimal): -116341 or 9124350. OLE color: 9124350.
HSL color Cylindrical-coordinate representation of color #FE398B: hue angle of 335.03º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FE398B is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 139 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.00 |
| HSL | 335.03º | 0.99% | 0.61% | - |
| HSV(B) | 335.03º | 0.78% | 1% | - |
| XYZ | 47 | 25.86 | 26.94 | - |
| YUV | 125.25 | 135.77 | 219.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 139 | 0 | 0.78 | 0.45 | 0.00 | 335.03 | 0.99 | 0.61 |
| Hex | FE | 39 | 8B | 0 | 4E | 2D | 0 | 14F | 63 | 3D |
| Octal | 376 | 71 | 213 | 0 | 116 | 55 | 0 | 517 | 143 | 75 |
| Binary | 11111110 | 111001 | 10001011 | 0 | 1001110 | 101101 | 0 | 101001111 | 1100011 | 111101 |
Color Harmonies of #FE398B
Complementary color
Monochromatic Colors of #FE398B
Black with #FE398B
Text Example
Text Example
White with #FE398B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE398B; }
p { color: rgb(254,57,139); }
H1.HeaderClassName
{
color: #FE398B;
}
.AnyTagClassName
{
color: #FE398B;
}
</style>
background-color css
<style>
a { background-color: #FE398B; }
a { background-color: rgb(254,57,139); }
div.DivClassName
{
background-color: #FE398B;
}
.BgClassName
{
background-color: #FE398B;
}
</style>
border-color css
<style>
span { border-color: #FE398B; }
span { border-color: rgb(254,57,139); }
td.TdClassName
{
border-color: #FE398B;
}
.TagClassName
{
border-color: #FE398B;
}
</style>