#FF2E92

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

Shades of Wild Strawberry #FF2E92

Tints of Wild Strawberry #FF2E92

Color information

#FF2E92 (or 0xFF2E92) is unknown color: approx Wild Strawberry. HEX triplet: FF, 2E and 92. RGB value is (255,46,146). Sum of RGB (Red+Green+Blue) = 255+46+146=447 (59% of max value = 765). Red value is 255 (100% from 255 or 57.05% from 447); Green value is 46 (18.36% from 255 or 10.29% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E92 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2E92 is #00D16D. Grayscale: #777777. Windows color (decimal): -53614 or 9580287. OLE color: 9580287.

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

Color convert

RGB25546146-
CMYK00.820.430
HSL331.29º100%59.02%-
HSV(B)331.29º81.96%100%-
XYZ47.4125.2929.58-
YUV119.89142.74224.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.05%
GREEN value IS 46 (18.36% from 255) = 10.29%
BLUE value IS 146 (57.42% from 255) = 32.66%
R=57.05%
G=10.29%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.43
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554614600.820.430331.2910059.02
HexFF2E920522B014b643b
Octal37756222012253051314473
Binary11111111101110100100100101001010101101010010111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2E92; }

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

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

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

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

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

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

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

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