Shades of Violet Red #FE4685
Tints of Violet Red #FE4685
RGB
CMYK
RGB Variations
Color information
#FE4685 (or 0xFE4685) is known color: Violet Red. HEX triplet: FE, 46 and 85. RGB value is (254,70,133). Sum of RGB (Red+Green+Blue) = 254+70+133=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4685 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4685 is #01B97A. Grayscale: #848484. Windows color (decimal): -113019 or 8734462. OLE color: 8734462.
HSL color Cylindrical-coordinate representation of color #FE4685: hue angle of 339.46º 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 #FE4685 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 70 | 133 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.00 |
| HSL | 339.46º | 0.99% | 0.64% | - |
| HSV(B) | 339.46º | 0.72% | 1% | - |
| XYZ | 47.3 | 27.14 | 24.94 | - |
| YUV | 132.2 | 128.46 | 214.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 70 | 133 | 0 | 0.72 | 0.48 | 0.00 | 339.46 | 0.99 | 0.64 |
| Hex | FE | 46 | 85 | 0 | 48 | 30 | 0 | 153 | 63 | 40 |
| Octal | 376 | 106 | 205 | 0 | 110 | 60 | 0 | 523 | 143 | 100 |
| Binary | 11111110 | 1000110 | 10000101 | 0 | 1001000 | 110000 | 0 | 101010011 | 1100011 | 1000000 |
Color Harmonies of #FE4685
Complementary color
Monochromatic Colors of #FE4685
Black with #FE4685
Text Example
Text Example
White with #FE4685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4685; }
p { color: rgb(254,70,133); }
H1.HeaderClassName
{
color: #FE4685;
}
.AnyTagClassName
{
color: #FE4685;
}
</style>
background-color css
<style>
a { background-color: #FE4685; }
a { background-color: rgb(254,70,133); }
div.DivClassName
{
background-color: #FE4685;
}
.BgClassName
{
background-color: #FE4685;
}
</style>
border-color css
<style>
span { border-color: #FE4685; }
span { border-color: rgb(254,70,133); }
td.TdClassName
{
border-color: #FE4685;
}
.TagClassName
{
border-color: #FE4685;
}
</style>