Shades of Violet Red #FE387C
Tints of Violet Red #FE387C
RGB
CMYK
RGB Variations
Color information
#FE387C (or 0xFE387C) is known color: Violet Red. HEX triplet: FE, 38 and 7C. RGB value is (254,56,124). Sum of RGB (Red+Green+Blue) = 254+56+124=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 56 (22.27% from 255 or 12.90% from 434); Blue value is 124 (48.83% from 255 or 28.57% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FE387C is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE387C is #01C783. Grayscale: #7A7A7A. Windows color (decimal): -116612 or 8141054. OLE color: 8141054.
HSL color Cylindrical-coordinate representation of color #FE387C: hue angle of 339.39º 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 #FE387C is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 124 | - |
| CMYK | 0 | 0.78 | 0.51 | 0.00 |
| HSL | 339.39º | 0.99% | 0.61% | - |
| HSV(B) | 339.39º | 0.78% | 1% | - |
| XYZ | 45.93 | 25.35 | 21.54 | - |
| YUV | 122.95 | 128.6 | 221.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 124 | 0 | 0.78 | 0.51 | 0.00 | 339.39 | 0.99 | 0.61 |
| Hex | FE | 38 | 7C | 0 | 4E | 33 | 0 | 153 | 63 | 3D |
| Octal | 376 | 70 | 174 | 0 | 116 | 63 | 0 | 523 | 143 | 75 |
| Binary | 11111110 | 111000 | 1111100 | 0 | 1001110 | 110011 | 0 | 101010011 | 1100011 | 111101 |
Color Harmonies of #FE387C
Complementary color
Monochromatic Colors of #FE387C
Black with #FE387C
Text Example
Text Example
White with #FE387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE387C; }
p { color: rgb(254,56,124); }
H1.HeaderClassName
{
color: #FE387C;
}
.AnyTagClassName
{
color: #FE387C;
}
</style>
background-color css
<style>
a { background-color: #FE387C; }
a { background-color: rgb(254,56,124); }
div.DivClassName
{
background-color: #FE387C;
}
.BgClassName
{
background-color: #FE387C;
}
</style>
border-color css
<style>
span { border-color: #FE387C; }
span { border-color: rgb(254,56,124); }
td.TdClassName
{
border-color: #FE387C;
}
.TagClassName
{
border-color: #FE387C;
}
</style>