#FD2E86

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

Shades of Wild Strawberry #FD2E86

Tints of Wild Strawberry #FD2E86

Color information

#FD2E86 (or 0xFD2E86) is unknown color: approx Wild Strawberry. HEX triplet: FD, 2E and 86. RGB value is (253,46,134). Sum of RGB (Red+Green+Blue) = 253+46+134=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 46 (18.36% from 255 or 10.62% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2E86 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2E86 is #02D179. Grayscale: #757575. Windows color (decimal): -184698 or 8793853. OLE color: 8793853.

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

Color convert

RGB25346134-
CMYK00.820.470.01
HSL334.49º98.1%58.63%-
HSV(B)334.49º81.82%99.22%-
XYZ45.7924.5624.88-
YUV117.92137.08224.34-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 58.43%
GREEN value IS 46 (18.36% from 255) = 10.62%
BLUE value IS 134 (52.73% from 255) = 30.95%
R=58.43%
G=10.62%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2534613400.820.470.01334.4998.158.63
HexFD2E860522F114e623b
Octal37556206012257151614273
Binary11111101101110100001100101001010111111010011101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2E86; }

 p { color: rgb(253,46,134); }

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

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

 a { background-color: rgb(253,46,134); }

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

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

 span { border-color: rgb(253,46,134); }

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