#FD37A1

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

Shades of Wild Strawberry #FD37A1

Tints of Wild Strawberry #FD37A1

Color information

#FD37A1 (or 0xFD37A1) is unknown color: approx Wild Strawberry. HEX triplet: FD, 37 and A1. RGB value is (253,55,161). Sum of RGB (Red+Green+Blue) = 253+55+161=469 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.94% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 161 (63.28% from 255 or 34.33% from 469); Max value from RGB is 253 - color contains mainly: red. Hex color #FD37A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD37A1 is #02C85E. Grayscale: #7E7E7E. Windows color (decimal): -182367 or 10565629. OLE color: 10565629.

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

Color convert

RGB25355161-
CMYK00.780.360.01
HSL327.88º98.02%60.39%-
HSV(B)327.88º78.26%99.22%-
XYZ48.3126.1936.23-
YUV126.29147.6218.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.94%
GREEN value IS 55 (21.88% from 255) = 11.73%
BLUE value IS 161 (63.28% from 255) = 34.33%
R=53.94%
G=11.73%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535516100.780.360.01327.8898.0260.39
HexFD37A104E241148623c
Octal37567241011644151014274
Binary11111101110111101000010100111010010011010010001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD37A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD37A1; }

 p { color: rgb(253,55,161); }

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

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

 a { background-color: rgb(253,55,161); }

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

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

 span { border-color: rgb(253,55,161); }

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