#FF4595

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

Shades of Violet Red #FF4595

Tints of Violet Red #FF4595

Color information

#FF4595 (or 0xFF4595) is unknown color: approx Violet Red. HEX triplet: FF, 45 and 95. RGB value is (255,69,149). Sum of RGB (Red+Green+Blue) = 255+69+149=473 (62% of max value = 765). Red value is 255 (100% from 255 or 53.91% from 473); Green value is 69 (27.34% from 255 or 14.59% from 473); Blue value is 149 (58.59% from 255 or 31.50% from 473); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4595 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4595 is #00BA6A. Grayscale: #858585. Windows color (decimal): -47723 or 9782783. OLE color: 9782783.

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

Color convert

RGB25569149-
CMYK00.730.420
HSL334.19º100%63.53%-
HSV(B)334.19º72.94%100%-
XYZ48.7927.6931.21-
YUV133.73136.62214.5-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.91%
GREEN value IS 69 (27.34% from 255) = 14.59%
BLUE value IS 149 (58.59% from 255) = 31.50%
R=53.91%
G=14.59%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.42
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556914900.730.420334.1910063.53
HexFF45950492A014e6440
Octal3771052250111520516144100
Binary1111111110001011001010101001001101010010100111011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4595; }

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

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

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

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

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

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

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

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