#FF2E99

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

Shades of Wild Strawberry #FF2E99

Tints of Wild Strawberry #FF2E99

Color information

#FF2E99 (or 0xFF2E99) is unknown color: approx Wild Strawberry. HEX triplet: FF, 2E and 99. RGB value is (255,46,153). Sum of RGB (Red+Green+Blue) = 255+46+153=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2E99 is #00D166. Grayscale: #787878. Windows color (decimal): -53607 or 10039039. OLE color: 10039039.

HSL color Cylindrical-coordinate representation of color #FF2E99: hue angle of 329.28º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF2E99 is Cyan = 0, Magento = 0.82, Yellow = 0.4 and Black (K on CMYK) = 0.

Color convert

RGB25546153-
CMYK00.820.40
HSL329.28º100%59.02%-
HSV(B)329.28º81.96%100%-
XYZ47.9725.5132.53-
YUV120.69146.24223.8-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.17%
GREEN value IS 46 (18.36% from 255) = 10.13%
BLUE value IS 153 (60.16% from 255) = 33.70%
R=56.17%
G=10.13%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.4
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554615300.820.40329.2810059.02
HexFF2E99052280149643b
Octal37756231012250051114473
Binary11111111101110100110010101001010100001010010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2E99; }

 p { color: rgb(255,46,153); }

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

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

 a { background-color: rgb(255,46,153); }

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

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

 span { border-color: rgb(255,46,153); }

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