Shades of Violet Red #FE4386
Tints of Violet Red #FE4386
RGB
CMYK
RGB Variations
Color information
#FE4386 (or 0xFE4386) is known color: Violet Red. HEX triplet: FE, 43 and 86. RGB value is (254,67,134). Sum of RGB (Red+Green+Blue) = 254+67+134=455 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.82% from 455); Green value is 67 (26.56% from 255 or 14.73% from 455); Blue value is 134 (52.73% from 255 or 29.45% from 455); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4386 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4386 is #01BC79. Grayscale: #828282. Windows color (decimal): -113786 or 8799230. OLE color: 8799230.
HSL color Cylindrical-coordinate representation of color #FE4386: hue angle of 338.5º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FE4386 is Cyan = 0, Magento = 0.74, Yellow = 0.47 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 67 | 134 | - |
| CMYK | 0 | 0.74 | 0.47 | 0.00 |
| HSL | 338.5º | 0.99% | 0.63% | - |
| HSV(B) | 338.5º | 0.74% | 1% | - |
| XYZ | 47.18 | 26.81 | 25.24 | - |
| YUV | 130.55 | 129.95 | 216.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 67 | 134 | 0 | 0.74 | 0.47 | 0.00 | 338.5 | 0.99 | 0.63 |
| Hex | FE | 43 | 86 | 0 | 4A | 2F | 0 | 153 | 63 | 3F |
| Octal | 376 | 103 | 206 | 0 | 112 | 57 | 0 | 523 | 143 | 77 |
| Binary | 11111110 | 1000011 | 10000110 | 0 | 1001010 | 101111 | 0 | 101010011 | 1100011 | 111111 |
Color Harmonies of #FE4386
Complementary color
Monochromatic Colors of #FE4386
Black with #FE4386
Text Example
Text Example
White with #FE4386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4386; }
p { color: rgb(254,67,134); }
H1.HeaderClassName
{
color: #FE4386;
}
.AnyTagClassName
{
color: #FE4386;
}
</style>
background-color css
<style>
a { background-color: #FE4386; }
a { background-color: rgb(254,67,134); }
div.DivClassName
{
background-color: #FE4386;
}
.BgClassName
{
background-color: #FE4386;
}
</style>
border-color css
<style>
span { border-color: #FE4386; }
span { border-color: rgb(254,67,134); }
td.TdClassName
{
border-color: #FE4386;
}
.TagClassName
{
border-color: #FE4386;
}
</style>