#FE2C87

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

Shades of Wild Strawberry #FE2C87

Tints of Wild Strawberry #FE2C87

Color information

#FE2C87 (or 0xFE2C87) is unknown color: approx Wild Strawberry. HEX triplet: FE, 2C and 87. RGB value is (254,44,135). Sum of RGB (Red+Green+Blue) = 254+44+135=433 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.66% from 433); Green value is 44 (17.58% from 255 or 10.16% from 433); Blue value is 135 (53.12% from 255 or 31.18% from 433); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2C87 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2C87 is #01D378. Grayscale: #757575. Windows color (decimal): -119673 or 8858878. OLE color: 8858878.

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

Color convert

RGB25444135-
CMYK00.830.470.00
HSL334º99.06%58.43%-
HSV(B)334º82.68%99.61%-
XYZ46.1524.6225.24-
YUV117.16138.07225.6-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.66%
GREEN value IS 44 (17.58% from 255) = 10.16%
BLUE value IS 135 (53.12% from 255) = 31.18%
R=58.66%
G=10.16%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544413500.830.470.0033499.0658.43
HexFE2C870532F014e633a
Octal37654207012357051614372
Binary11111110101100100001110101001110111101010011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2C87; }

 p { color: rgb(254,44,135); }

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

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

 a { background-color: rgb(254,44,135); }

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

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

 span { border-color: rgb(254,44,135); }

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