Html Css Color HEX #FE3EA2 Wild Strawberry

📋 copy color: '#FE3EA2'

red 254 ◦ green 62 ◦ blue 162

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

Shades of Wild Strawberry #FE3EA2

Tints of Wild Strawberry #FE3EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.89%

R = 53.14%
G = 12.97%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.36

 K value IS 0.00

RGB Variations

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

Color information

#FE3EA2 (or 0xFE3EA2) is known color: Wild Strawberry. HEX triplet: FE, 3E and A2. RGB value is (254,62,162). Sum of RGB (Red+Green+Blue) = 254+62+162=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 62 (24.61% from 255 or 12.97% from 478); Blue value is 162 (63.67% from 255 or 33.89% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FE3EA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE3EA2 is #01C15D. Grayscale: #828282. Windows color (decimal): -115038 or 10632958. OLE color: 10632958.

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

Color convert

RGB 254 62 162 -
CMYK 0 0.76 0.36 0.00
HSL 328.75º 0.99% 0.62% -
HSV(B) 328.75º 0.76% 1% -
XYZ 49.12 27.12 36.83 -
YUV 130.81 145.61 215.87 -
System Red Green Blue C M Y K H S L
Decimal 254 62 162 0 0.76 0.36 0.00 328.75 0.99 0.62
Hex FE 3E A2 0 4C 24 0 149 63 3E
Octal 376 76 242 0 114 44 0 511 143 76
Binary 11111110 111110 10100010 0 1001100 100100 0 101001001 1100011 111110

Color Harmonies of #FE3EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE3EA2

Black with #FE3EA2

Text Example


Text Example

White with #FE3EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE3EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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