Shades of Violet Red #FE458A
Tints of Violet Red #FE458A
RGB
CMYK
RGB Variations
Color information
#FE458A (or 0xFE458A) is known color: Violet Red. HEX triplet: FE, 45 and 8A. RGB value is (254,69,138). Sum of RGB (Red+Green+Blue) = 254+69+138=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 138 (54.30% from 255 or 29.93% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE458A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE458A is #01BA75. Grayscale: #848484. Windows color (decimal): -113270 or 9061886. OLE color: 9061886.
HSL color Cylindrical-coordinate representation of color #FE458A: hue angle of 337.62º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE458A is Cyan = 0, Magento = 0.73, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 138 | - |
| CMYK | 0 | 0.73 | 0.46 | 0.00 |
| HSL | 337.62º | 0.99% | 0.63% | - |
| HSV(B) | 337.62º | 0.73% | 1% | - |
| XYZ | 47.59 | 27.16 | 26.78 | - |
| YUV | 132.18 | 131.29 | 214.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 138 | 0 | 0.73 | 0.46 | 0.00 | 337.62 | 0.99 | 0.63 |
| Hex | FE | 45 | 8A | 0 | 49 | 2E | 0 | 152 | 63 | 3F |
| Octal | 376 | 105 | 212 | 0 | 111 | 56 | 0 | 522 | 143 | 77 |
| Binary | 11111110 | 1000101 | 10001010 | 0 | 1001001 | 101110 | 0 | 101010010 | 1100011 | 111111 |
Color Harmonies of #FE458A
Complementary color
Monochromatic Colors of #FE458A
Black with #FE458A
Text Example
Text Example
White with #FE458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE458A; }
p { color: rgb(254,69,138); }
H1.HeaderClassName
{
color: #FE458A;
}
.AnyTagClassName
{
color: #FE458A;
}
</style>
background-color css
<style>
a { background-color: #FE458A; }
a { background-color: rgb(254,69,138); }
div.DivClassName
{
background-color: #FE458A;
}
.BgClassName
{
background-color: #FE458A;
}
</style>
border-color css
<style>
span { border-color: #FE458A; }
span { border-color: rgb(254,69,138); }
td.TdClassName
{
border-color: #FE458A;
}
.TagClassName
{
border-color: #FE458A;
}
</style>