#FF4682

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

Shades of Violet Red #FF4682

Tints of Violet Red #FF4682

Color information

#FF4682 (or 0xFF4682) is unknown color: approx Violet Red. HEX triplet: FF, 46 and 82. RGB value is (255,70,130). Sum of RGB (Red+Green+Blue) = 255+70+130=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 130 (51.17% from 255 or 28.57% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4682 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4682 is #00B97D. Grayscale: #848484. Windows color (decimal): -47486 or 8537855. OLE color: 8537855.

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

Color convert

RGB25570130-
CMYK00.730.490
HSL340.54º100%63.73%-
HSV(B)340.54º72.55%100%-
XYZ47.4627.2523.88-
YUV132.15126.79215.62-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 70 (27.73% from 255) = 15.38%
BLUE value IS 130 (51.17% from 255) = 28.57%
R=56.04%
G=15.38%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.49
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557013000.730.490340.5410063.73
HexFF46820493101556440
Octal3771062020111610525144100
Binary1111111110001101000001001001001110001010101010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4682; }

 p { color: rgb(255,70,130); }

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

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

 a { background-color: rgb(255,70,130); }

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

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

 span { border-color: rgb(255,70,130); }

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