Shades of Violet Red #FE378A
Tints of Violet Red #FE378A
RGB
CMYK
RGB Variations
Color information
#FE378A (or 0xFE378A) is known color: Violet Red. HEX triplet: FE, 37 and 8A. RGB value is (254,55,138). Sum of RGB (Red+Green+Blue) = 254+55+138=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 138 (54.30% from 255 or 30.87% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE378A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE378A is #01C875. Grayscale: #7B7B7B. Windows color (decimal): -116854 or 9058302. OLE color: 9058302.
HSL color Cylindrical-coordinate representation of color #FE378A: hue angle of 334.97º 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 #FE378A is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 55 | 138 | - |
| CMYK | 0 | 0.78 | 0.46 | 0.00 |
| HSL | 334.97º | 0.99% | 0.61% | - |
| HSV(B) | 334.97º | 0.78% | 1% | - |
| XYZ | 46.83 | 25.64 | 26.53 | - |
| YUV | 123.96 | 135.93 | 220.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 55 | 138 | 0 | 0.78 | 0.46 | 0.00 | 334.97 | 0.99 | 0.61 |
| Hex | FE | 37 | 8A | 0 | 4E | 2E | 0 | 14F | 63 | 3D |
| Octal | 376 | 67 | 212 | 0 | 116 | 56 | 0 | 517 | 143 | 75 |
| Binary | 11111110 | 110111 | 10001010 | 0 | 1001110 | 101110 | 0 | 101001111 | 1100011 | 111101 |
Color Harmonies of #FE378A
Complementary color
Monochromatic Colors of #FE378A
Black with #FE378A
Text Example
Text Example
White with #FE378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE378A; }
p { color: rgb(254,55,138); }
H1.HeaderClassName
{
color: #FE378A;
}
.AnyTagClassName
{
color: #FE378A;
}
</style>
background-color css
<style>
a { background-color: #FE378A; }
a { background-color: rgb(254,55,138); }
div.DivClassName
{
background-color: #FE378A;
}
.BgClassName
{
background-color: #FE378A;
}
</style>
border-color css
<style>
span { border-color: #FE378A; }
span { border-color: rgb(254,55,138); }
td.TdClassName
{
border-color: #FE378A;
}
.TagClassName
{
border-color: #FE378A;
}
</style>