Html Css Color HEX #FE328A Wild Strawberry

📋 copy color: '#FE328A'

red 254 ◦ green 50 ◦ blue 138

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

Shades of Wild Strawberry #FE328A

Tints of Wild Strawberry #FE328A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.22%

R = 57.47%
G = 11.31%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE328A (or 0xFE328A) is known color: Wild Strawberry. HEX triplet: FE, 32 and 8A. RGB value is (254,50,138). Sum of RGB (Red+Green+Blue) = 254+50+138=442 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.47% from 442); Green value is 50 (19.92% from 255 or 11.31% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 254 - color contains mainly: red. Hex color #FE328A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE328A is #01CD75. Grayscale: #787878. Windows color (decimal): -118134 or 9057022. OLE color: 9057022.

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

Color convert

RGB 254 50 138 -
CMYK 0 0.80 0.46 0.00
HSL 334.12º 0.99% 0.6% -
HSV(B) 334.12º 0.8% 1% -
XYZ 46.6 25.19 26.45 -
YUV 121.03 137.59 222.84 -
System Red Green Blue C M Y K H S L
Decimal 254 50 138 0 0.80 0.46 0.00 334.12 0.99 0.6
Hex FE 32 8A 0 50 2E 0 14E 63 3C
Octal 376 62 212 0 120 56 0 516 143 74
Binary 11111110 110010 10001010 0 1010000 101110 0 101001110 1100011 111100

Color Harmonies of #FE328A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE328A

Black with #FE328A

Text Example


Text Example

White with #FE328A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE328A; }

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

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

background-color css

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

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

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

border-color css

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

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

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