Html Css Color HEX #FF329D Wild Strawberry

📋 copy color: '#FF329D'

red 255 ◦ green 50 ◦ blue 157

#FF329D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #FF329D

Tints of Wild Strawberry #FF329D

RGB

 RED value IS 255 (100% from 255) = 55.19%

 GREEN value IS 50 (19.92% from 255) = 10.82%

 BLUE value IS 157 (61.72% from 255) = 33.98%

R = 55.19%
G = 10.82%
B = 33.98%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#FF329D (or 0xFF329D) is known color: Wild Strawberry. HEX triplet: FF, 32 and 9D. RGB value is (255,50,157). Sum of RGB (Red+Green+Blue) = 255+50+157=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FF329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF329D is #00CD62. Grayscale: #7B7B7B. Windows color (decimal): -52579 or 10302207. OLE color: 10302207.

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

Color convert

RGB 255 50 157 -
CMYK 0 0.80 0.38 0
HSL 328.68º 1% 0.6% -
HSV(B) 328.68º 0.8% 1% -
XYZ 48.47 25.98 34.36 -
YUV 123.49 146.92 221.8 -
System Red Green Blue C M Y K H S L
Decimal 255 50 157 0 0.80 0.38 0 328.68 1 0.6
Hex FF 32 9D 0 50 26 0 149 64 3C
Octal 377 62 235 0 120 46 0 511 144 74
Binary 11111111 110010 10011101 0 1010000 100110 0 101001001 1100100 111100

Color Harmonies of #FF329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF329D

Black with #FF329D

Text Example


Text Example

White with #FF329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF329D; }

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

 H1.HeaderClassName
 {
   color: #FF329D;
 }
 .AnyTagClassName
 {
   color: #FF329D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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