Shades of Violet Red #FE457D
Tints of Violet Red #FE457D
RGB
CMYK
RGB Variations
Color information
#FE457D (or 0xFE457D) is known color: Violet Red. HEX triplet: FE, 45 and 7D. RGB value is (254,69,125). Sum of RGB (Red+Green+Blue) = 254+69+125=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 69 (27.34% from 255 or 15.40% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE457D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE457D is #01BA82. Grayscale: #828282. Windows color (decimal): -113283 or 8209918. OLE color: 8209918.
HSL color Cylindrical-coordinate representation of color #FE457D: hue angle of 341.84º 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 #FE457D is Cyan = 0, Magento = 0.73, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 125 | - |
| CMYK | 0 | 0.73 | 0.51 | 0.00 |
| HSL | 341.84º | 0.99% | 0.63% | - |
| HSV(B) | 341.84º | 0.73% | 1% | - |
| XYZ | 46.7 | 26.81 | 22.11 | - |
| YUV | 130.7 | 124.79 | 215.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 125 | 0 | 0.73 | 0.51 | 0.00 | 341.84 | 0.99 | 0.63 |
| Hex | FE | 45 | 7D | 0 | 49 | 33 | 0 | 156 | 63 | 3F |
| Octal | 376 | 105 | 175 | 0 | 111 | 63 | 0 | 526 | 143 | 77 |
| Binary | 11111110 | 1000101 | 1111101 | 0 | 1001001 | 110011 | 0 | 101010110 | 1100011 | 111111 |
Color Harmonies of #FE457D
Complementary color
Monochromatic Colors of #FE457D
Black with #FE457D
Text Example
Text Example
White with #FE457D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE457D; }
p { color: rgb(254,69,125); }
H1.HeaderClassName
{
color: #FE457D;
}
.AnyTagClassName
{
color: #FE457D;
}
</style>
background-color css
<style>
a { background-color: #FE457D; }
a { background-color: rgb(254,69,125); }
div.DivClassName
{
background-color: #FE457D;
}
.BgClassName
{
background-color: #FE457D;
}
</style>
border-color css
<style>
span { border-color: #FE457D; }
span { border-color: rgb(254,69,125); }
td.TdClassName
{
border-color: #FE457D;
}
.TagClassName
{
border-color: #FE457D;
}
</style>