Shades of Violet Red #FE4192
Tints of Violet Red #FE4192
RGB
CMYK
RGB Variations
Color information
#FE4192 (or 0xFE4192) is known color: Violet Red. HEX triplet: FE, 41 and 92. RGB value is (254,65,146). Sum of RGB (Red+Green+Blue) = 254+65+146=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 65 (25.78% from 255 or 13.98% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4192 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4192 is #01BE6D. Grayscale: #828282. Windows color (decimal): -114286 or 9585150. OLE color: 9585150.
HSL color Cylindrical-coordinate representation of color #FE4192: hue angle of 334.29º 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 #FE4192 is Cyan = 0, Magento = 0.74, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 65 | 146 | - |
| CMYK | 0 | 0.74 | 0.43 | 0.00 |
| HSL | 334.29º | 0.99% | 0.63% | - |
| HSV(B) | 334.29º | 0.74% | 1% | - |
| XYZ | 47.95 | 26.93 | 29.86 | - |
| YUV | 130.75 | 136.62 | 215.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 65 | 146 | 0 | 0.74 | 0.43 | 0.00 | 334.29 | 0.99 | 0.63 |
| Hex | FE | 41 | 92 | 0 | 4A | 2B | 0 | 14E | 63 | 3F |
| Octal | 376 | 101 | 222 | 0 | 112 | 53 | 0 | 516 | 143 | 77 |
| Binary | 11111110 | 1000001 | 10010010 | 0 | 1001010 | 101011 | 0 | 101001110 | 1100011 | 111111 |
Color Harmonies of #FE4192
Complementary color
Monochromatic Colors of #FE4192
Black with #FE4192
Text Example
Text Example
White with #FE4192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4192; }
p { color: rgb(254,65,146); }
H1.HeaderClassName
{
color: #FE4192;
}
.AnyTagClassName
{
color: #FE4192;
}
</style>
background-color css
<style>
a { background-color: #FE4192; }
a { background-color: rgb(254,65,146); }
div.DivClassName
{
background-color: #FE4192;
}
.BgClassName
{
background-color: #FE4192;
}
</style>
border-color css
<style>
span { border-color: #FE4192; }
span { border-color: rgb(254,65,146); }
td.TdClassName
{
border-color: #FE4192;
}
.TagClassName
{
border-color: #FE4192;
}
</style>