#FF329A

Color #FF329A Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FF329A

Tints of Wild Strawberry #FF329A

Color information

#FF329A (or 0xFF329A) is unknown color: approx Wild Strawberry. HEX triplet: FF, 32 and 9A. RGB value is (255,50,154). Sum of RGB (Red+Green+Blue) = 255+50+154=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 50 (19.92% from 255 or 10.89% from 459); Blue value is 154 (60.55% from 255 or 33.55% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FF329A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF329A is #00CD65. Grayscale: #7A7A7A. Windows color (decimal): -52582 or 10105599. OLE color: 10105599.

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

Color convert

RGB25550154-
CMYK00.800.400
HSL329.56º100%59.8%-
HSV(B)329.56º80.39%100%-
XYZ48.2125.8733.02-
YUV123.15145.42222.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.56%
GREEN value IS 50 (19.92% from 255) = 10.89%
BLUE value IS 154 (60.55% from 255) = 33.55%
R=55.56%
G=10.89%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2555015400.800.400329.5610059.8
HexFF329A05028014a643c
Octal37762232012050051214474
Binary11111111110010100110100101000010100001010010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF329A; }

 p { color: rgb(255,50,154); }

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

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

 a { background-color: rgb(255,50,154); }

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

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

 span { border-color: rgb(255,50,154); }

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