Shades of Violet Red #FE3A8B
Tints of Violet Red #FE3A8B
RGB
CMYK
RGB Variations
Color information
#FE3A8B (or 0xFE3A8B) is known color: Violet Red. HEX triplet: FE, 3A and 8B. RGB value is (254,58,139). Sum of RGB (Red+Green+Blue) = 254+58+139=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 58 (23.05% from 255 or 12.86% from 451); Blue value is 139 (54.69% from 255 or 30.82% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3A8B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3A8B is #01C574. Grayscale: #7D7D7D. Windows color (decimal): -116085 or 9124606. OLE color: 9124606.
HSL color Cylindrical-coordinate representation of color #FE3A8B: hue angle of 335.2º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FE3A8B is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 58 | 139 | - |
| CMYK | 0 | 0.77 | 0.45 | 0.00 |
| HSL | 335.2º | 0.99% | 0.61% | - |
| HSV(B) | 335.2º | 0.77% | 1% | - |
| XYZ | 47.05 | 25.96 | 26.96 | - |
| YUV | 125.84 | 135.43 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 58 | 139 | 0 | 0.77 | 0.45 | 0.00 | 335.2 | 0.99 | 0.61 |
| Hex | FE | 3A | 8B | 0 | 4D | 2D | 0 | 14F | 63 | 3D |
| Octal | 376 | 72 | 213 | 0 | 115 | 55 | 0 | 517 | 143 | 75 |
| Binary | 11111110 | 111010 | 10001011 | 0 | 1001101 | 101101 | 0 | 101001111 | 1100011 | 111101 |
Color Harmonies of #FE3A8B
Complementary color
Monochromatic Colors of #FE3A8B
Black with #FE3A8B
Text Example
Text Example
White with #FE3A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE3A8B; }
p { color: rgb(254,58,139); }
H1.HeaderClassName
{
color: #FE3A8B;
}
.AnyTagClassName
{
color: #FE3A8B;
}
</style>
background-color css
<style>
a { background-color: #FE3A8B; }
a { background-color: rgb(254,58,139); }
div.DivClassName
{
background-color: #FE3A8B;
}
.BgClassName
{
background-color: #FE3A8B;
}
</style>
border-color css
<style>
span { border-color: #FE3A8B; }
span { border-color: rgb(254,58,139); }
td.TdClassName
{
border-color: #FE3A8B;
}
.TagClassName
{
border-color: #FE3A8B;
}
</style>