#FE2590

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

Shades of Wild Strawberry #FE2590

Tints of Wild Strawberry #FE2590

Color information

#FE2590 (or 0xFE2590) is unknown color: approx Wild Strawberry. HEX triplet: FE, 25 and 90. RGB value is (254,37,144). Sum of RGB (Red+Green+Blue) = 254+37+144=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 37 (14.84% from 255 or 8.51% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2590 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2590 is #01DA6F. Grayscale: #717171. Windows color (decimal): -121456 or 9446910. OLE color: 9446910.

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

Color convert

RGB25437144-
CMYK00.850.430.00
HSL330.41º99.09%57.06%-
HSV(B)330.41º85.43%99.61%-
XYZ46.5724.4128.64-
YUV114.08144.89227.8-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 58.39%
GREEN value IS 37 (14.84% from 255) = 8.51%
BLUE value IS 144 (56.64% from 255) = 33.10%
R=58.39%
G=8.51%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543714400.850.430.00330.4199.0957.06
HexFE25900552B014a6339
Octal37645220012553051214371
Binary11111110100101100100000101010110101101010010101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2590; }

 p { color: rgb(254,37,144); }

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

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

 a { background-color: rgb(254,37,144); }

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

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

 span { border-color: rgb(254,37,144); }

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