#ff3da5

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

Shades of Wild Strawberry #FF3DA5

Tints of Wild Strawberry #FF3DA5

Color information

#FF3DA5 (or 0xFF3DA5) is unknown color: approx Wild Strawberry. HEX triplet: FF, 3D and A5. RGB value is (255,61,165). Sum of RGB (Red+Green+Blue) = 255+61+165=481 (63% of max value = 765). Red value is 255 (100% from 255 or 53.01% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 165 (64.84% from 255 or 34.30% from 481); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3DA5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF3DA5 is #00C25A. Grayscale: #828282. Windows color (decimal): -49755 or 10829311. OLE color: 10829311.

HSL color Cylindrical-coordinate representation of color #FF3DA5: hue angle of 327.84º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FF3DA5 is Cyan = 0, Magento = 0.76, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB25561165-
CMYK00.760.350
HSL327.84º100%61.96%-
HSV(B)327.84º76.08%100%-
XYZ49.727.3138.25-
YUV130.86147.27216.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.01%
GREEN value IS 61 (24.22% from 255) = 12.68%
BLUE value IS 165 (64.84% from 255) = 34.30%
R=53.01%
G=12.68%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2556116500.760.350327.8410061.96
HexFF3DA504C230148643e
Octal37775245011443051014476
Binary11111111111101101001010100110010001101010010001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff3da5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff3da5; }

 p { color: rgb(255,61,165); }

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

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

 a { background-color: rgb(255,61,165); }

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

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

 span { border-color: rgb(255,61,165); }

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