Shades of Violet Red #FE418A
Tints of Violet Red #FE418A
RGB
CMYK
RGB Variations
Color information
#FE418A (or 0xFE418A) is known color: Violet Red. HEX triplet: FE, 41 and 8A. RGB value is (254,65,138). Sum of RGB (Red+Green+Blue) = 254+65+138=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 65 (25.78% from 255 or 14.22% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE418A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE418A is #01BE75. Grayscale: #818181. Windows color (decimal): -114294 or 9060862. OLE color: 9060862.
HSL color Cylindrical-coordinate representation of color #FE418A: hue angle of 336.83º 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 #FE418A is Cyan = 0, Magento = 0.74, Yellow = 0.46 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 138 | - |
| CMYK | 0 | 0.74 | 0.46 | 0.00 |
| HSL | 336.83º | 0.99% | 0.63% | - |
| HSV(B) | 336.83º | 0.74% | 1% | - |
| XYZ | 47.35 | 26.69 | 26.7 | - |
| YUV | 129.83 | 132.62 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 138 | 0 | 0.74 | 0.46 | 0.00 | 336.83 | 0.99 | 0.63 |
| Hex | FE | 41 | 8A | 0 | 4A | 2E | 0 | 151 | 63 | 3F |
| Octal | 376 | 101 | 212 | 0 | 112 | 56 | 0 | 521 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10001010 | 0 | 1001010 | 101110 | 0 | 101010001 | 1100011 | 111111 |
Color Harmonies of #FE418A
Complementary color
Monochromatic Colors of #FE418A
Black with #FE418A
Text Example
Text Example
White with #FE418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE418A; }
p { color: rgb(254,65,138); }
H1.HeaderClassName
{
color: #FE418A;
}
.AnyTagClassName
{
color: #FE418A;
}
</style>
background-color css
<style>
a { background-color: #FE418A; }
a { background-color: rgb(254,65,138); }
div.DivClassName
{
background-color: #FE418A;
}
.BgClassName
{
background-color: #FE418A;
}
</style>
border-color css
<style>
span { border-color: #FE418A; }
span { border-color: rgb(254,65,138); }
td.TdClassName
{
border-color: #FE418A;
}
.TagClassName
{
border-color: #FE418A;
}
</style>