#FD359F

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

Shades of Wild Strawberry #FD359F

Tints of Wild Strawberry #FD359F

Color information

#FD359F (or 0xFD359F) is unknown color: approx Wild Strawberry. HEX triplet: FD, 35 and 9F. RGB value is (253,53,159). Sum of RGB (Red+Green+Blue) = 253+53+159=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 53 (21.09% from 255 or 11.40% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD359F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD359F is #02CA60. Grayscale: #7C7C7C. Windows color (decimal): -182881 or 10434045. OLE color: 10434045.

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

Color convert

RGB25353159-
CMYK00.790.370.01
HSL328.2º98.04%60%-
HSV(B)328.2º79.05%99.22%-
XYZ48.0425.9335.27-
YUV124.88147.26219.38-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.41%
GREEN value IS 53 (21.09% from 255) = 11.40%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=54.41%
G=11.40%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2535315900.790.370.01328.298.0460
HexFD359F04F251148623c
Octal37565237011745151014274
Binary11111101110101100111110100111110010111010010001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD359F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD359F; }

 p { color: rgb(253,53,159); }

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

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

 a { background-color: rgb(253,53,159); }

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

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

 span { border-color: rgb(253,53,159); }

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