#FE2889

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

Shades of Wild Strawberry #FE2889

Tints of Wild Strawberry #FE2889

Color information

#FE2889 (or 0xFE2889) is unknown color: approx Wild Strawberry. HEX triplet: FE, 28 and 89. RGB value is (254,40,137). Sum of RGB (Red+Green+Blue) = 254+40+137=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 40 (16.02% from 255 or 9.28% from 431); Blue value is 137 (53.91% from 255 or 31.79% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2889 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2889 is #01D776. Grayscale: #727272. Windows color (decimal): -120695 or 8988926. OLE color: 8988926.

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

Color convert

RGB25440137-
CMYK00.840.460.00
HSL332.8º99.07%57.65%-
HSV(B)332.8º84.25%99.61%-
XYZ46.1524.3925.94-
YUV115.04140.4227.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.93%
GREEN value IS 40 (16.02% from 255) = 9.28%
BLUE value IS 137 (53.91% from 255) = 31.79%
R=58.93%
G=9.28%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2544013700.840.460.00332.899.0757.65
HexFE28890542E014d633a
Octal37650211012456051514372
Binary11111110101000100010010101010010111001010011011100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2889; }

 p { color: rgb(254,40,137); }

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

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

 a { background-color: rgb(254,40,137); }

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

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

 span { border-color: rgb(254,40,137); }

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