#FE4594

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

Shades of Violet Red #FE4594

Tints of Violet Red #FE4594

Color information

#FE4594 (or 0xFE4594) is unknown color: approx Violet Red. HEX triplet: FE, 45 and 94. RGB value is (254,69,148). Sum of RGB (Red+Green+Blue) = 254+69+148=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 148 (58.20% from 255 or 31.42% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4594 is #01BA6B. Grayscale: #858585. Windows color (decimal): -113260 or 9717246. OLE color: 9717246.

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

Color convert

RGB25469148-
CMYK00.730.420.00
HSL334.38º98.93%63.33%-
HSV(B)334.38º72.83%99.61%-
XYZ48.3527.4730.77-
YUV133.32136.29214.08-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 53.93%
GREEN value IS 69 (27.34% from 255) = 14.65%
BLUE value IS 148 (58.20% from 255) = 31.42%
R=53.93%
G=14.65%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546914800.730.420.00334.3898.9363.33
HexFE45940492A014e633f
Octal376105224011152051614377
Binary111111101000101100101000100100110101001010011101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4594; }

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

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

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

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

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

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

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

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