Shades of Violet Red #FE398C
Tints of Violet Red #FE398C
RGB
CMYK
RGB Variations
Color information
#FE398C (or 0xFE398C) is known color: Violet Red. HEX triplet: FE, 39 and 8C. RGB value is (254,57,140). Sum of RGB (Red+Green+Blue) = 254+57+140=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 57 (22.66% from 255 or 12.64% from 451); Blue value is 140 (55.08% from 255 or 31.04% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE398C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE398C is #01C673. Grayscale: #7D7D7D. Windows color (decimal): -116340 or 9189886. OLE color: 9189886.
HSL color Cylindrical-coordinate representation of color #FE398C: hue angle of 334.72º 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 #FE398C is Cyan = 0, Magento = 0.78, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 140 | - |
| CMYK | 0 | 0.78 | 0.45 | 0.00 |
| HSL | 334.72º | 0.99% | 0.61% | - |
| HSV(B) | 334.72º | 0.78% | 1% | - |
| XYZ | 47.07 | 25.89 | 27.33 | - |
| YUV | 125.37 | 136.27 | 219.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 140 | 0 | 0.78 | 0.45 | 0.00 | 334.72 | 0.99 | 0.61 |
| Hex | FE | 39 | 8C | 0 | 4E | 2D | 0 | 14F | 63 | 3D |
| Octal | 376 | 71 | 214 | 0 | 116 | 55 | 0 | 517 | 143 | 75 |
| Binary | 11111110 | 111001 | 10001100 | 0 | 1001110 | 101101 | 0 | 101001111 | 1100011 | 111101 |
Color Harmonies of #FE398C
Complementary color
Monochromatic Colors of #FE398C
Black with #FE398C
Text Example
Text Example
White with #FE398C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE398C; }
p { color: rgb(254,57,140); }
H1.HeaderClassName
{
color: #FE398C;
}
.AnyTagClassName
{
color: #FE398C;
}
</style>
background-color css
<style>
a { background-color: #FE398C; }
a { background-color: rgb(254,57,140); }
div.DivClassName
{
background-color: #FE398C;
}
.BgClassName
{
background-color: #FE398C;
}
</style>
border-color css
<style>
span { border-color: #FE398C; }
span { border-color: rgb(254,57,140); }
td.TdClassName
{
border-color: #FE398C;
}
.TagClassName
{
border-color: #FE398C;
}
</style>