Shades of Violet Red #FE467F
Tints of Violet Red #FE467F
RGB
CMYK
RGB Variations
Color information
#FE467F (or 0xFE467F) is known color: Violet Red. HEX triplet: FE, 46 and 7F. RGB value is (254,70,127). Sum of RGB (Red+Green+Blue) = 254+70+127=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 70 (27.73% from 255 or 15.52% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE467F is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FE467F is #01B980. Grayscale: #838383. Windows color (decimal): -113025 or 8341246. OLE color: 8341246.
HSL color Cylindrical-coordinate representation of color #FE467F: hue angle of 341.41º 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 #FE467F is Cyan = 0, Magento = 0.72, Yellow = 0.50 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 127 | - |
| CMYK | 0 | 0.72 | 0.50 | 0.00 |
| HSL | 341.41º | 0.99% | 0.64% | - |
| HSV(B) | 341.41º | 0.72% | 1% | - |
| XYZ | 46.89 | 26.98 | 22.82 | - |
| YUV | 131.51 | 125.46 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 127 | 0 | 0.72 | 0.50 | 0.00 | 341.41 | 0.99 | 0.64 |
| Hex | FE | 46 | 7F | 0 | 48 | 32 | 0 | 155 | 63 | 40 |
| Octal | 376 | 106 | 177 | 0 | 110 | 62 | 0 | 525 | 143 | 100 |
| Binary | 11111110 | 1000110 | 1111111 | 0 | 1001000 | 110010 | 0 | 101010101 | 1100011 | 1000000 |
Color Harmonies of #FE467F
Complementary color
Monochromatic Colors of #FE467F
Black with #FE467F
Text Example
Text Example
White with #FE467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE467F; }
p { color: rgb(254,70,127); }
H1.HeaderClassName
{
color: #FE467F;
}
.AnyTagClassName
{
color: #FE467F;
}
</style>
background-color css
<style>
a { background-color: #FE467F; }
a { background-color: rgb(254,70,127); }
div.DivClassName
{
background-color: #FE467F;
}
.BgClassName
{
background-color: #FE467F;
}
</style>
border-color css
<style>
span { border-color: #FE467F; }
span { border-color: rgb(254,70,127); }
td.TdClassName
{
border-color: #FE467F;
}
.TagClassName
{
border-color: #FE467F;
}
</style>