Shades of Violet Red #FE467D
Tints of Violet Red #FE467D
RGB
CMYK
RGB Variations
Color information
#FE467D (or 0xFE467D) is known color: Violet Red. HEX triplet: FE, 46 and 7D. RGB value is (254,70,125). Sum of RGB (Red+Green+Blue) = 254+70+125=449 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.57% from 449); Green value is 70 (27.73% from 255 or 15.59% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 254 - color contains mainly: red. Hex color #FE467D is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE467D is #01B982. Grayscale: #838383. Windows color (decimal): -113027 or 8210174. OLE color: 8210174.
HSL color Cylindrical-coordinate representation of color #FE467D: hue angle of 342.07º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE467D is Cyan = 0, Magento = 0.72, Yellow = 0.51 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 125 | - |
| CMYK | 0 | 0.72 | 0.51 | 0.00 |
| HSL | 342.07º | 0.99% | 0.64% | - |
| HSV(B) | 342.07º | 0.72% | 1% | - |
| XYZ | 46.76 | 26.93 | 22.14 | - |
| YUV | 131.29 | 124.46 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 125 | 0 | 0.72 | 0.51 | 0.00 | 342.07 | 0.99 | 0.64 |
| Hex | FE | 46 | 7D | 0 | 48 | 33 | 0 | 156 | 63 | 40 |
| Octal | 376 | 106 | 175 | 0 | 110 | 63 | 0 | 526 | 143 | 100 |
| Binary | 11111110 | 1000110 | 1111101 | 0 | 1001000 | 110011 | 0 | 101010110 | 1100011 | 1000000 |
Color Harmonies of #FE467D
Complementary color
Monochromatic Colors of #FE467D
Black with #FE467D
Text Example
Text Example
White with #FE467D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE467D; }
p { color: rgb(254,70,125); }
H1.HeaderClassName
{
color: #FE467D;
}
.AnyTagClassName
{
color: #FE467D;
}
</style>
background-color css
<style>
a { background-color: #FE467D; }
a { background-color: rgb(254,70,125); }
div.DivClassName
{
background-color: #FE467D;
}
.BgClassName
{
background-color: #FE467D;
}
</style>
border-color css
<style>
span { border-color: #FE467D; }
span { border-color: rgb(254,70,125); }
td.TdClassName
{
border-color: #FE467D;
}
.TagClassName
{
border-color: #FE467D;
}
</style>