Html Css Color HEX #FE3EA1 Wild Strawberry

📋 copy color: '#FE3EA1'

red 254 ◦ green 62 ◦ blue 161

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

Shades of Wild Strawberry #FE3EA1

Tints of Wild Strawberry #FE3EA1

RGB

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

 GREEN value IS 62 (24.61% from 255) = 13%

 BLUE value IS 161 (63.28% from 255) = 33.75%

R = 53.25%
G = 13%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE3EA1 (or 0xFE3EA1) is known color: Wild Strawberry. HEX triplet: FE, 3E and A1. RGB value is (254,62,161). Sum of RGB (Red+Green+Blue) = 254+62+161=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 62 (24.61% from 255 or 13.00% from 477); Blue value is 161 (63.28% from 255 or 33.75% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3EA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3EA1 is #01C15E. Grayscale: #828282. Windows color (decimal): -115039 or 10567422. OLE color: 10567422.

HSL color Cylindrical-coordinate representation of color #FE3EA1: hue angle of 329.06º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FE3EA1 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 62 161 -
CMYK 0 0.76 0.37 0.00
HSL 329.06º 0.99% 0.62% -
HSV(B) 329.06º 0.76% 1% -
XYZ 49.03 27.09 36.36 -
YUV 130.69 145.11 215.95 -
System Red Green Blue C M Y K H S L
Decimal 254 62 161 0 0.76 0.37 0.00 329.06 0.99 0.62
Hex FE 3E A1 0 4C 25 0 149 63 3E
Octal 376 76 241 0 114 45 0 511 143 76
Binary 11111110 111110 10100001 0 1001100 100101 0 101001001 1100011 111110

Color Harmonies of #FE3EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3EA1

Black with #FE3EA1

Text Example


Text Example

White with #FE3EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3EA1; }

 p { color: rgb(254,62,161); }

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

background-color css

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

 a { background-color: rgb(254,62,161); }

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

border-color css

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

 span { border-color: rgb(254,62,161); }

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