#FE2594

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

Shades of Wild Strawberry #FE2594

Tints of Wild Strawberry #FE2594

Color information

#FE2594 (or 0xFE2594) is unknown color: approx Wild Strawberry. HEX triplet: FE, 25 and 94. RGB value is (254,37,148). Sum of RGB (Red+Green+Blue) = 254+37+148=439 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.86% from 439); Green value is 37 (14.84% from 255 or 8.43% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2594 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FE2594 is #01DA6B. Grayscale: #727272. Windows color (decimal): -121452 or 9709054. OLE color: 9709054.

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

Color convert

RGB25437148-
CMYK00.850.420.00
HSL329.31º99.09%57.06%-
HSV(B)329.31º85.43%99.61%-
XYZ46.8824.5330.28-
YUV114.54146.89227.47-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 57.86%
GREEN value IS 37 (14.84% from 255) = 8.43%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=57.86%
G=8.43%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.42
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2543714800.850.420.00329.3199.0957.06
HexFE25940552A01496339
Octal37645224012552051114371
Binary11111110100101100101000101010110101001010010011100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE2594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE2594; }

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

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

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

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

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

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

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

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