#FD39A5

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

Shades of Wild Strawberry #FD39A5

Tints of Wild Strawberry #FD39A5

Color information

#FD39A5 (or 0xFD39A5) is unknown color: approx Wild Strawberry. HEX triplet: FD, 39 and A5. RGB value is (253,57,165). Sum of RGB (Red+Green+Blue) = 253+57+165=475 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.26% from 475); Green value is 57 (22.66% from 255 or 12% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 253 - color contains mainly: red. Hex color #FD39A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD39A5 is #02C65A. Grayscale: #7F7F7F. Windows color (decimal): -181851 or 10828285. OLE color: 10828285.

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

Color convert

RGB25357165-
CMYK00.770.350.01
HSL326.94º98%60.78%-
HSV(B)326.94º77.47%99.22%-
XYZ48.7626.5338.15-
YUV127.92148.93217.22-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 53.26%
GREEN value IS 57 (22.66% from 255) = 12%
BLUE value IS 165 (64.84% from 255) = 34.74%
R=53.26%
G=12%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535716500.770.350.01326.949860.78
HexFD39A504D231147623d
Octal37571245011543150714275
Binary11111101111001101001010100110110001111010001111100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD39A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD39A5; }

 p { color: rgb(253,57,165); }

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

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

 a { background-color: rgb(253,57,165); }

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

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

 span { border-color: rgb(253,57,165); }

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