Shades of Violet Red #FE458B
Tints of Violet Red #FE458B
RGB
CMYK
RGB Variations
Color information
#FE458B (or 0xFE458B) is known color: Violet Red. HEX triplet: FE, 45 and 8B. RGB value is (254,69,139). Sum of RGB (Red+Green+Blue) = 254+69+139=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE458B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE458B is #01BA74. Grayscale: #848484. Windows color (decimal): -113269 or 9127422. OLE color: 9127422.
HSL color Cylindrical-coordinate representation of color #FE458B: hue angle of 337.3º 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 #FE458B is Cyan = 0, Magento = 0.73, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 139 | - |
| CMYK | 0 | 0.73 | 0.45 | 0.00 |
| HSL | 337.3º | 0.99% | 0.63% | - |
| HSV(B) | 337.3º | 0.73% | 1% | - |
| XYZ | 47.66 | 27.19 | 27.16 | - |
| YUV | 132.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 139 | 0 | 0.73 | 0.45 | 0.00 | 337.3 | 0.99 | 0.63 |
| Hex | FE | 45 | 8B | 0 | 49 | 2D | 0 | 151 | 63 | 3F |
| Octal | 376 | 105 | 213 | 0 | 111 | 55 | 0 | 521 | 143 | 77 |
| Binary | 11111110 | 1000101 | 10001011 | 0 | 1001001 | 101101 | 0 | 101010001 | 1100011 | 111111 |
Color Harmonies of #FE458B
Complementary color
Monochromatic Colors of #FE458B
Black with #FE458B
Text Example
Text Example
White with #FE458B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE458B; }
p { color: rgb(254,69,139); }
H1.HeaderClassName
{
color: #FE458B;
}
.AnyTagClassName
{
color: #FE458B;
}
</style>
background-color css
<style>
a { background-color: #FE458B; }
a { background-color: rgb(254,69,139); }
div.DivClassName
{
background-color: #FE458B;
}
.BgClassName
{
background-color: #FE458B;
}
</style>
border-color css
<style>
span { border-color: #FE458B; }
span { border-color: rgb(254,69,139); }
td.TdClassName
{
border-color: #FE458B;
}
.TagClassName
{
border-color: #FE458B;
}
</style>