#FF2E9A

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

Shades of Wild Strawberry #FF2E9A

Tints of Wild Strawberry #FF2E9A

Color information

#FF2E9A (or 0xFF2E9A) is unknown color: approx Wild Strawberry. HEX triplet: FF, 2E and 9A. RGB value is (255,46,154). Sum of RGB (Red+Green+Blue) = 255+46+154=455 (60% of max value = 765). Red value is 255 (100% from 255 or 56.04% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2E9A is #00D165. Grayscale: #787878. Windows color (decimal): -53606 or 10104575. OLE color: 10104575.

HSL color Cylindrical-coordinate representation of color #FF2E9A: hue angle of 329º 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 #FF2E9A is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB25546154-
CMYK00.820.400
HSL329º100%59.02%-
HSV(B)329º81.96%100%-
XYZ48.0525.5532.97-
YUV120.8146.74223.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.04%
GREEN value IS 46 (18.36% from 255) = 10.11%
BLUE value IS 154 (60.55% from 255) = 33.85%
R=56.04%
G=10.11%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554615400.820.40032910059.02
HexFF2E9A052280149643b
Octal37756232012250051114473
Binary11111111101110100110100101001010100001010010011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2E9A; }

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

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

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

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

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

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

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

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