Html Css Color HEX #FE329D Wild Strawberry

📋 copy color: '#FE329D'

red 254 ◦ green 50 ◦ blue 157

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

Shades of Wild Strawberry #FE329D

Tints of Wild Strawberry #FE329D

RGB

 RED value IS 254 (99.61% from 255) = 55.1%

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

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

R = 55.1%
G = 10.85%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.38

 K value IS 0.00

RGB Variations

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

Color information

#FE329D (or 0xFE329D) is known color: Wild Strawberry. HEX triplet: FE, 32 and 9D. RGB value is (254,50,157). Sum of RGB (Red+Green+Blue) = 254+50+157=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 157 (61.72% from 255 or 34.06% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE329D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE329D is #01CD62. Grayscale: #7A7A7A. Windows color (decimal): -118115 or 10302206. OLE color: 10302206.

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

Color convert

RGB 254 50 157 -
CMYK 0 0.80 0.38 0.00
HSL 328.53º 0.99% 0.6% -
HSV(B) 328.53º 0.8% 1% -
XYZ 48.1 25.79 34.34 -
YUV 123.19 147.09 221.3 -
System Red Green Blue C M Y K H S L
Decimal 254 50 157 0 0.80 0.38 0.00 328.53 0.99 0.6
Hex FE 32 9D 0 50 26 0 149 63 3C
Octal 376 62 235 0 120 46 0 511 143 74
Binary 11111110 110010 10011101 0 1010000 100110 0 101001001 1100011 111100

Color Harmonies of #FE329D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE329D

Black with #FE329D

Text Example


Text Example

White with #FE329D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE329D; }

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

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

background-color css

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

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

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

border-color css

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

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

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