Html Css Color HEX #FD329D Wild Strawberry

📋 copy color: '#FD329D'

red 253 ◦ green 50 ◦ blue 157

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

Shades of Wild Strawberry #FD329D

Tints of Wild Strawberry #FD329D

RGB

 RED value IS 253 (99.22% from 255) = 55%

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

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

R = 55%
G = 10.87%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#FD329D (or 0xFD329D) is known color: Wild Strawberry. HEX triplet: FD, 32 and 9D. RGB value is (253,50,157). Sum of RGB (Red+Green+Blue) = 253+50+157=460 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55% from 460); Green value is 50 (19.92% from 255 or 10.87% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 253 - color contains mainly: red. Hex color #FD329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD329D is #02CD62. Grayscale: #7A7A7A. Windows color (decimal): -183651 or 10302205. OLE color: 10302205.

HSL color Cylindrical-coordinate representation of color #FD329D: hue angle of 328.37º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FD329D is Cyan = 0, Magento = 0.80, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 50 157 -
CMYK 0 0.80 0.38 0.01
HSL 328.37º 0.98% 0.59% -
HSV(B) 328.37º 0.8% 0.99% -
XYZ 47.73 25.6 34.32 -
YUV 122.9 147.25 220.8 -
System Red Green Blue C M Y K H S L
Decimal 253 50 157 0 0.80 0.38 0.01 328.37 0.98 0.59
Hex FD 32 9D 0 50 26 1 148 62 3B
Octal 375 62 235 0 120 46 1 510 142 73
Binary 11111101 110010 10011101 0 1010000 100110 1 101001000 1100010 111011

Color Harmonies of #FD329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FD329D

Black with #FD329D

Text Example


Text Example

White with #FD329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FD329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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