#FF3379

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

Shades of Violet Red #FF3379

Tints of Violet Red #FF3379

Color information

#FF3379 (or 0xFF3379) is unknown color: approx Violet Red. HEX triplet: FF, 33 and 79. RGB value is (255,51,121). Sum of RGB (Red+Green+Blue) = 255+51+121=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 51 (20.31% from 255 or 11.94% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3379 is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #FF3379 is #00CC86. Grayscale: #777777. Windows color (decimal): -52359 or 7943167. OLE color: 7943167.

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

Color convert

RGB25551121-
CMYK00.80.530
HSL339.41º100%60%-
HSV(B)339.41º80%100%-
XYZ45.8825.0120.5-
YUV119.98128.59224.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 59.72%
GREEN value IS 51 (20.31% from 255) = 11.94%
BLUE value IS 121 (47.66% from 255) = 28.34%
R=59.72%
G=11.94%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.53
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555112100.80.530339.4110060
HexFF3379050350153643c
Octal37763171012065052314474
Binary1111111111001111110010101000011010101010100111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF3379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF3379; }

 p { color: rgb(255,51,121); }

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

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

 a { background-color: rgb(255,51,121); }

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

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

 span { border-color: rgb(255,51,121); }

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