#FD2687

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

Shades of Wild Strawberry #FD2687

Tints of Wild Strawberry #FD2687

Color information

#FD2687 (or 0xFD2687) is unknown color: approx Wild Strawberry. HEX triplet: FD, 26 and 87. RGB value is (253,38,135). Sum of RGB (Red+Green+Blue) = 253+38+135=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 38 (15.23% from 255 or 8.92% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2687 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2687 is #02D978. Grayscale: #717171. Windows color (decimal): -186745 or 8857341. OLE color: 8857341.

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

Color convert

RGB25338135-
CMYK00.850.470.01
HSL332.93º98.17%57.06%-
HSV(B)332.93º84.98%99.22%-
XYZ45.5724.0225.16-
YUV113.34140.23227.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 59.39%
GREEN value IS 38 (15.23% from 255) = 8.92%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=59.39%
G=8.92%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2533813500.850.470.01332.9398.1757.06
HexFD26870552F114d6239
Octal37546207012557151514271
Binary11111101100110100001110101010110111111010011011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD2687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD2687; }

 p { color: rgb(253,38,135); }

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

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

 a { background-color: rgb(253,38,135); }

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

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

 span { border-color: rgb(253,38,135); }

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