Shades of Violet Red #FE388A
Tints of Violet Red #FE388A
RGB
CMYK
RGB Variations
Color information
#FE388A (or 0xFE388A) is known color: Violet Red. HEX triplet: FE, 38 and 8A. RGB value is (254,56,138). Sum of RGB (Red+Green+Blue) = 254+56+138=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 138 (54.30% from 255 or 30.80% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE388A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE388A is #01C775. Grayscale: #7C7C7C. Windows color (decimal): -116598 or 9058558. OLE color: 9058558.
HSL color Cylindrical-coordinate representation of color #FE388A: hue angle of 335.15º 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 #FE388A is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 56 | 138 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.00 |
| HSL | 335.15º | 0.99% | 0.61% | - |
| HSV(B) | 335.15º | 0.78% | 1% | - |
| XYZ | 46.87 | 25.73 | 26.54 | - |
| YUV | 124.55 | 135.6 | 220.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 56 | 138 | 0 | 0.78 | 0.46 | 0.00 | 335.15 | 0.99 | 0.61 |
| Hex | FE | 38 | 8A | 0 | 4E | 2E | 0 | 14F | 63 | 3D |
| Octal | 376 | 70 | 212 | 0 | 116 | 56 | 0 | 517 | 143 | 75 |
| Binary | 11111110 | 111000 | 10001010 | 0 | 1001110 | 101110 | 0 | 101001111 | 1100011 | 111101 |
Color Harmonies of #FE388A
Complementary color
Monochromatic Colors of #FE388A
Black with #FE388A
Text Example
Text Example
White with #FE388A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE388A; }
p { color: rgb(254,56,138); }
H1.HeaderClassName
{
color: #FE388A;
}
.AnyTagClassName
{
color: #FE388A;
}
</style>
background-color css
<style>
a { background-color: #FE388A; }
a { background-color: rgb(254,56,138); }
div.DivClassName
{
background-color: #FE388A;
}
.BgClassName
{
background-color: #FE388A;
}
</style>
border-color css
<style>
span { border-color: #FE388A; }
span { border-color: rgb(254,56,138); }
td.TdClassName
{
border-color: #FE388A;
}
.TagClassName
{
border-color: #FE388A;
}
</style>