Html Css Color HEX #FF329A Wild Strawberry

📋 copy color: '#FF329A'

red 255 ◦ green 50 ◦ blue 154

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

Shades of Wild Strawberry #FF329A

Tints of Wild Strawberry #FF329A

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 value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#FF329A (or 0xFF329A) is known color: 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

RGB 255 50 154 -
CMYK 0 0.80 0.40 0
HSL 329.56º 1% 0.6% -
HSV(B) 329.56º 0.8% 1% -
XYZ 48.21 25.87 33.02 -
YUV 123.15 145.42 222.04 -
System Red Green Blue C M Y K H S L
Decimal 255 50 154 0 0.80 0.40 0 329.56 1 0.6
Hex FF 32 9A 0 50 28 0 14A 64 3C
Octal 377 62 232 0 120 50 0 512 144 74
Binary 11111111 110010 10011010 0 1010000 101000 0 101001010 1100100 111100

Color Harmonies of #FF329A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF329A

Black with #FF329A

Text Example


Text Example

White with #FF329A

Text Example


Text Example

HTML Codes & Css Web 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>