#FE4595

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

Shades of Violet Red #FE4595

Tints of Violet Red #FE4595

Color information

#FE4595 (or 0xFE4595) is unknown color: approx Violet Red. HEX triplet: FE, 45 and 95. RGB value is (254,69,149). Sum of RGB (Red+Green+Blue) = 254+69+149=472 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.81% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 149 (58.59% from 255 or 31.57% from 472); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4595 is #01BA6A. Grayscale: #858585. Windows color (decimal): -113259 or 9782782. OLE color: 9782782.

HSL color Cylindrical-coordinate representation of color #FE4595: hue angle of 334.05º 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 #FE4595 is Cyan = 0, Magento = 0.73, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB25469149-
CMYK00.730.410.00
HSL334.05º98.93%63.33%-
HSV(B)334.05º72.83%99.61%-
XYZ48.4327.531.19-
YUV133.44136.79214-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.81%
GREEN value IS 69 (27.34% from 255) = 14.62%
BLUE value IS 149 (58.59% from 255) = 31.57%
R=53.81%
G=14.62%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546914900.730.410.00334.0598.9363.33
HexFE459504929014e633f
Octal376105225011151051614377
Binary111111101000101100101010100100110100101010011101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4595; }

 p { color: rgb(254,69,149); }

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

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

 a { background-color: rgb(254,69,149); }

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

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

 span { border-color: rgb(254,69,149); }

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