#FE4890

Color #FE4890 Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Red #FE4890

Tints of Violet Red #FE4890

Color information

#FE4890 (or 0xFE4890) is unknown color: approx Violet Red. HEX triplet: FE, 48 and 90. RGB value is (254,72,144). Sum of RGB (Red+Green+Blue) = 254+72+144=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 72 (28.52% from 255 or 15.32% from 470); Blue value is 144 (56.64% from 255 or 30.64% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4890 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4890 is #01B76F. Grayscale: #868686. Windows color (decimal): -112496 or 9455870. OLE color: 9455870.

HSL color Cylindrical-coordinate representation of color #FE4890: hue angle of 336.26º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FE4890 is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.00.

Color convert

RGB25472144-
CMYK00.720.430.00
HSL336.26º98.91%63.92%-
HSV(B)336.26º71.65%99.61%-
XYZ48.2227.7229.19-
YUV134.63133.3213.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 254 (99.61% from 255) = 54.04%
GREEN value IS 72 (28.52% from 255) = 15.32%
BLUE value IS 144 (56.64% from 255) = 30.64%
R=54.04%
G=15.32%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2547214400.720.430.00336.2698.9163.92
HexFE48900482B01506340
Octal3761102200110530520143100
Binary1111111010010001001000001001000101011010101000011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4890; }

 p { color: rgb(254,72,144); }

 H1.HeaderClassName
 {
   color: #FE4890;
 }
 .AnyTagClassName
 {
   color: #FE4890;
 }
</style>
background-color css

<style>
 a { background-color: #FE4890; }

 a { background-color: rgb(254,72,144); }

 div.DivClassName
 {
   background-color: #FE4890;
 }
 .BgClassName
 {
   background-color: #FE4890;
 }
</style>
border-color css

<style>
 span { border-color: #FE4890; }

 span { border-color: rgb(254,72,144); }

 td.TdClassName
 {
   border-color: #FE4890;
 }
 .TagClassName
 {
   border-color: #FE4890;
 }
</style>