#FE4585

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

Shades of Violet Red #FE4585

Tints of Violet Red #FE4585

Color information

#FE4585 (or 0xFE4585) is unknown color: approx Violet Red. HEX triplet: FE, 45 and 85. RGB value is (254,69,133). Sum of RGB (Red+Green+Blue) = 254+69+133=456 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.70% from 456); Green value is 69 (27.34% from 255 or 15.13% from 456); Blue value is 133 (52.34% from 255 or 29.17% from 456); Max value from RGB is 254 - color contains mainly: red. Hex color #FE4585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE4585 is #01BA7A. Grayscale: #838383. Windows color (decimal): -113275 or 8734206. OLE color: 8734206.

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

Color convert

RGB25469133-
CMYK00.730.480.00
HSL339.24º98.93%63.33%-
HSV(B)339.24º72.83%99.61%-
XYZ47.2327.0224.92-
YUV131.61128.79215.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 55.70%
GREEN value IS 69 (27.34% from 255) = 15.13%
BLUE value IS 133 (52.34% from 255) = 29.17%
R=55.70%
G=15.13%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546913300.730.480.00339.2498.9363.33
HexFE4585049300153633f
Octal376105205011160052314377
Binary111111101000101100001010100100111000001010100111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE4585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE4585; }

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

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

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

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

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

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

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

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