#FD3DAD

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

Shades of Wild Strawberry #FD3DAD

Tints of Wild Strawberry #FD3DAD

Color information

#FD3DAD (or 0xFD3DAD) is unknown color: approx Wild Strawberry. HEX triplet: FD, 3D and AD. RGB value is (253,61,173). Sum of RGB (Red+Green+Blue) = 253+61+173=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 61 (24.22% from 255 or 12.53% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD3DAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD3DAD is #02C252. Grayscale: #828282. Windows color (decimal): -180819 or 11353597. OLE color: 11353597.

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

Color convert

RGB25361173-
CMYK00.760.320.01
HSL325º97.96%61.57%-
HSV(B)325º75.89%99.22%-
XYZ49.7227.2442.17-
YUV131.18151.61214.89-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.95%
GREEN value IS 61 (24.22% from 255) = 12.53%
BLUE value IS 173 (67.97% from 255) = 35.52%
R=51.95%
G=12.53%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2536117300.760.320.0132597.9661.57
HexFD3DAD04C201145623e
Octal37575255011440150514276
Binary11111101111101101011010100110010000011010001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD3DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD3DAD; }

 p { color: rgb(253,61,173); }

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

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

 a { background-color: rgb(253,61,173); }

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

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

 span { border-color: rgb(253,61,173); }

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