#FF2D89

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

Shades of Wild Strawberry #FF2D89

Tints of Wild Strawberry #FF2D89

Color information

#FF2D89 (or 0xFF2D89) is unknown color: approx Wild Strawberry. HEX triplet: FF, 2D and 89. RGB value is (255,45,137). Sum of RGB (Red+Green+Blue) = 255+45+137=437 (57% of max value = 765). Red value is 255 (100% from 255 or 58.35% from 437); Green value is 45 (17.97% from 255 or 10.30% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2D89 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2D89 is #00D276. Grayscale: #767676. Windows color (decimal): -53879 or 8990207. OLE color: 8990207.

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

Color convert

RGB25545137-
CMYK00.820.460
HSL333.71º100%58.82%-
HSV(B)333.71º82.35%100%-
XYZ46.6924.9426.02-
YUV118.28138.57225.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 58.35%
GREEN value IS 45 (17.97% from 255) = 10.30%
BLUE value IS 137 (53.91% from 255) = 31.35%
R=58.35%
G=10.30%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2554513700.820.460333.7110058.82
HexFF2D890522E014e643b
Octal37755211012256051614473
Binary11111111101101100010010101001010111001010011101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF2D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF2D89; }

 p { color: rgb(255,45,137); }

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

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

 a { background-color: rgb(255,45,137); }

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

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

 span { border-color: rgb(255,45,137); }

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