Shades of Violet Red #FE397A
Tints of Violet Red #FE397A
RGB
CMYK
RGB Variations
Color information
#FE397A (or 0xFE397A) is known color: Violet Red. HEX triplet: FE, 39 and 7A. RGB value is (254,57,122). Sum of RGB (Red+Green+Blue) = 254+57+122=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 57 (22.66% from 255 or 13.16% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE397A is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE397A is #01C685. Grayscale: #7B7B7B. Windows color (decimal): -116358 or 8010238. OLE color: 8010238.
HSL color Cylindrical-coordinate representation of color #FE397A: hue angle of 340.2º 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 #FE397A is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 57 | 122 | - |
| CMYK | 0 | 0.78 | 0.52 | 0.00 |
| HSL | 340.2º | 0.99% | 0.61% | - |
| HSV(B) | 340.2º | 0.78% | 1% | - |
| XYZ | 45.85 | 25.4 | 20.9 | - |
| YUV | 123.31 | 127.27 | 221.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 57 | 122 | 0 | 0.78 | 0.52 | 0.00 | 340.2 | 0.99 | 0.61 |
| Hex | FE | 39 | 7A | 0 | 4E | 34 | 0 | 154 | 63 | 3D |
| Octal | 376 | 71 | 172 | 0 | 116 | 64 | 0 | 524 | 143 | 75 |
| Binary | 11111110 | 111001 | 1111010 | 0 | 1001110 | 110100 | 0 | 101010100 | 1100011 | 111101 |
Color Harmonies of #FE397A
Complementary color
Monochromatic Colors of #FE397A
Black with #FE397A
Text Example
Text Example
White with #FE397A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE397A; }
p { color: rgb(254,57,122); }
H1.HeaderClassName
{
color: #FE397A;
}
.AnyTagClassName
{
color: #FE397A;
}
</style>
background-color css
<style>
a { background-color: #FE397A; }
a { background-color: rgb(254,57,122); }
div.DivClassName
{
background-color: #FE397A;
}
.BgClassName
{
background-color: #FE397A;
}
</style>
border-color css
<style>
span { border-color: #FE397A; }
span { border-color: rgb(254,57,122); }
td.TdClassName
{
border-color: #FE397A;
}
.TagClassName
{
border-color: #FE397A;
}
</style>