Shades of Violet Red #FE458D
Tints of Violet Red #FE458D
RGB
CMYK
RGB Variations
Color information
#FE458D (or 0xFE458D) is known color: Violet Red. HEX triplet: FE, 45 and 8D. RGB value is (254,69,141). Sum of RGB (Red+Green+Blue) = 254+69+141=464 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.74% from 464); Green value is 69 (27.34% from 255 or 14.87% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 254 - color contains mainly: red. Hex color #FE458D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE458D is #01BA72. Grayscale: #848484. Windows color (decimal): -113267 or 9258494. OLE color: 9258494.
HSL color Cylindrical-coordinate representation of color #FE458D: hue angle of 336.65º 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 #FE458D is Cyan = 0, Magento = 0.73, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 141 | - |
| CMYK | 0 | 0.73 | 0.44 | 0.00 |
| HSL | 336.65º | 0.99% | 0.63% | - |
| HSV(B) | 336.65º | 0.73% | 1% | - |
| XYZ | 47.81 | 27.25 | 27.94 | - |
| YUV | 132.52 | 132.79 | 214.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 141 | 0 | 0.73 | 0.44 | 0.00 | 336.65 | 0.99 | 0.63 |
| Hex | FE | 45 | 8D | 0 | 49 | 2C | 0 | 151 | 63 | 3F |
| Octal | 376 | 105 | 215 | 0 | 111 | 54 | 0 | 521 | 143 | 77 |
| Binary | 11111110 | 1000101 | 10001101 | 0 | 1001001 | 101100 | 0 | 101010001 | 1100011 | 111111 |
Color Harmonies of #FE458D
Complementary color
Monochromatic Colors of #FE458D
Black with #FE458D
Text Example
Text Example
White with #FE458D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE458D; }
p { color: rgb(254,69,141); }
H1.HeaderClassName
{
color: #FE458D;
}
.AnyTagClassName
{
color: #FE458D;
}
</style>
background-color css
<style>
a { background-color: #FE458D; }
a { background-color: rgb(254,69,141); }
div.DivClassName
{
background-color: #FE458D;
}
.BgClassName
{
background-color: #FE458D;
}
</style>
border-color css
<style>
span { border-color: #FE458D; }
span { border-color: rgb(254,69,141); }
td.TdClassName
{
border-color: #FE458D;
}
.TagClassName
{
border-color: #FE458D;
}
</style>