Shades of Violet Red #FE4592
Tints of Violet Red #FE4592
RGB
CMYK
RGB Variations
Color information
#FE4592 (or 0xFE4592) is known color: Violet Red. HEX triplet: FE, 45 and 92. RGB value is (254,69,146). Sum of RGB (Red+Green+Blue) = 254+69+146=469 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.16% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 146 (57.42% from 255 or 31.13% from 469); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4592 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4592 is #01BA6D. Grayscale: #848484. Windows color (decimal): -113262 or 9586174. OLE color: 9586174.
HSL color Cylindrical-coordinate representation of color #FE4592: hue angle of 335.03º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FE4592 is Cyan = 0, Magento = 0.73, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 69 | 146 | - |
| CMYK | 0 | 0.73 | 0.43 | 0.00 |
| HSL | 335.03º | 0.99% | 0.63% | - |
| HSV(B) | 335.03º | 0.73% | 1% | - |
| XYZ | 48.19 | 27.4 | 29.94 | - |
| YUV | 133.09 | 135.29 | 214.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 69 | 146 | 0 | 0.73 | 0.43 | 0.00 | 335.03 | 0.99 | 0.63 |
| Hex | FE | 45 | 92 | 0 | 49 | 2B | 0 | 14F | 63 | 3F |
| Octal | 376 | 105 | 222 | 0 | 111 | 53 | 0 | 517 | 143 | 77 |
| Binary | 11111110 | 1000101 | 10010010 | 0 | 1001001 | 101011 | 0 | 101001111 | 1100011 | 111111 |
Color Harmonies of #FE4592
Complementary color
Monochromatic Colors of #FE4592
Black with #FE4592
Text Example
Text Example
White with #FE4592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE4592; }
p { color: rgb(254,69,146); }
H1.HeaderClassName
{
color: #FE4592;
}
.AnyTagClassName
{
color: #FE4592;
}
</style>
background-color css
<style>
a { background-color: #FE4592; }
a { background-color: rgb(254,69,146); }
div.DivClassName
{
background-color: #FE4592;
}
.BgClassName
{
background-color: #FE4592;
}
</style>
border-color css
<style>
span { border-color: #FE4592; }
span { border-color: rgb(254,69,146); }
td.TdClassName
{
border-color: #FE4592;
}
.TagClassName
{
border-color: #FE4592;
}
</style>