#FF4684

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

Shades of Violet Red #FF4684

Tints of Violet Red #FF4684

Color information

#FF4684 (or 0xFF4684) is unknown color: approx Violet Red. HEX triplet: FF, 46 and 84. RGB value is (255,70,132). Sum of RGB (Red+Green+Blue) = 255+70+132=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 70 (27.73% from 255 or 15.32% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4684 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF4684 is #00B97B. Grayscale: #848484. Windows color (decimal): -47484 or 8668927. OLE color: 8668927.

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

Color convert

RGB25570132-
CMYK00.730.480
HSL339.89º100%63.73%-
HSV(B)339.89º72.55%100%-
XYZ47.627.3124.59-
YUV132.38127.79215.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.80%
GREEN value IS 70 (27.73% from 255) = 15.32%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=55.80%
G=15.32%
B=28.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2557013200.730.480339.8910063.73
HexFF46840493001546440
Octal3771062040111600524144100
Binary1111111110001101000010001001001110000010101010011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF4684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF4684; }

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

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

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

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

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

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

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

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