Html Css Color HEX #FE40A1 Wild Strawberry

📋 copy color: '#FE40A1'

red 254 ◦ green 64 ◦ blue 161

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

Shades of Wild Strawberry #FE40A1

Tints of Wild Strawberry #FE40A1

RGB

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

 GREEN value IS 64 (25.39% from 255) = 13.36%

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

R = 53.03%
G = 13.36%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.37

 K value IS 0.00

RGB Variations

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

Color information

#FE40A1 (or 0xFE40A1) is known color: Wild Strawberry. HEX triplet: FE, 40 and A1. RGB value is (254,64,161). Sum of RGB (Red+Green+Blue) = 254+64+161=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 64 (25.39% from 255 or 13.36% from 479); Blue value is 161 (63.28% from 255 or 33.61% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE40A1 is #01BF5E. Grayscale: #838383. Windows color (decimal): -114527 or 10567934. OLE color: 10567934.

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

Color convert

RGB 254 64 161 -
CMYK 0 0.75 0.37 0.00
HSL 329.37º 0.99% 0.62% -
HSV(B) 329.37º 0.75% 1% -
XYZ 49.14 27.31 36.4 -
YUV 131.87 144.45 215.11 -
System Red Green Blue C M Y K H S L
Decimal 254 64 161 0 0.75 0.37 0.00 329.37 0.99 0.62
Hex FE 40 A1 0 4B 25 0 149 63 3E
Octal 376 100 241 0 113 45 0 511 143 76
Binary 11111110 1000000 10100001 0 1001011 100101 0 101001001 1100011 111110

Color Harmonies of #FE40A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE40A1

Black with #FE40A1

Text Example


Text Example

White with #FE40A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE40A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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