#FE40AE

Color #FE40AE Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #FE40AE

Tints of Wild Strawberry #FE40AE

Color information

#FE40AE (or 0xFE40AE) is unknown color: approx Wild Strawberry. HEX triplet: FE, 40 and AE. RGB value is (254,64,174). Sum of RGB (Red+Green+Blue) = 254+64+174=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 64 (25.39% from 255 or 13.01% from 492); Blue value is 174 (68.36% from 255 or 35.37% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE40AE is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE40AE is #01BF51. Grayscale: #858585. Windows color (decimal): -114514 or 11419902. OLE color: 11419902.

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

Color convert

RGB25464174-
CMYK00.750.310.00
HSL325.26º98.96%62.35%-
HSV(B)325.26º74.8%99.61%-
XYZ50.3527.7942.76-
YUV133.35150.95214.06-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.63%
GREEN value IS 64 (25.39% from 255) = 13.01%
BLUE value IS 174 (68.36% from 255) = 35.37%
R=51.63%
G=13.01%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2546417400.750.310.00325.2698.9662.35
HexFE40AE04B1F0145633e
Octal376100256011337050514376
Binary11111110100000010101110010010111111101010001011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE40AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE40AE; }

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

 H1.HeaderClassName
 {
   color: #FE40AE;
 }
 .AnyTagClassName
 {
   color: #FE40AE;
 }
</style>
background-color css

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

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

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

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

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

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