Shades of Violet Red #FE457B
Tints of Violet Red #FE457B
RGB
CMYK
RGB Variations
Color information
#FE457B (or 0xFE457B) is known color: Violet Red. HEX triplet: FE, 45 and 7B. RGB value is (254,69,123). Sum of RGB (Red+Green+Blue) = 254+69+123=446 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.95% from 446); Green value is 69 (27.34% from 255 or 15.47% from 446); Blue value is 123 (48.44% from 255 or 27.58% from 446); Max value from RGB is 254 - color contains mainly: red. Hex color #FE457B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE457B is #01BA84. Grayscale: #828282. Windows color (decimal): -113285 or 8078846. OLE color: 8078846.
HSL color Cylindrical-coordinate representation of color #FE457B: hue angle of 342.49º 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 #FE457B is Cyan = 0, Magento = 0.73, Yellow = 0.52 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 123 | - |
| CMYK | 0 | 0.73 | 0.52 | 0.00 |
| HSL | 342.49º | 0.99% | 0.63% | - |
| HSV(B) | 342.49º | 0.73% | 1% | - |
| XYZ | 46.58 | 26.76 | 21.45 | - |
| YUV | 130.47 | 123.79 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 123 | 0 | 0.73 | 0.52 | 0.00 | 342.49 | 0.99 | 0.63 |
| Hex | FE | 45 | 7B | 0 | 49 | 34 | 0 | 156 | 63 | 3F |
| Octal | 376 | 105 | 173 | 0 | 111 | 64 | 0 | 526 | 143 | 77 |
| Binary | 11111110 | 1000101 | 1111011 | 0 | 1001001 | 110100 | 0 | 101010110 | 1100011 | 111111 |
Color Harmonies of #FE457B
Complementary color
Monochromatic Colors of #FE457B
Black with #FE457B
Text Example
Text Example
White with #FE457B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE457B; }
p { color: rgb(254,69,123); }
H1.HeaderClassName
{
color: #FE457B;
}
.AnyTagClassName
{
color: #FE457B;
}
</style>
background-color css
<style>
a { background-color: #FE457B; }
a { background-color: rgb(254,69,123); }
div.DivClassName
{
background-color: #FE457B;
}
.BgClassName
{
background-color: #FE457B;
}
</style>
border-color css
<style>
span { border-color: #FE457B; }
span { border-color: rgb(254,69,123); }
td.TdClassName
{
border-color: #FE457B;
}
.TagClassName
{
border-color: #FE457B;
}
</style>