#F5339D

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

Shades of Wild Strawberry #F5339D

Tints of Wild Strawberry #F5339D

Color information

#F5339D (or 0xF5339D) is unknown color: approx Wild Strawberry. HEX triplet: F5, 33 and 9D. RGB value is (245,51,157). Sum of RGB (Red+Green+Blue) = 245+51+157=453 (60% of max value = 765). Red value is 245 (96.09% from 255 or 54.08% from 453); Green value is 51 (20.31% from 255 or 11.26% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 245 - color contains mainly: red. Hex color #F5339D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F5339D is #0ACC62. Grayscale: #787878. Windows color (decimal): -707683 or 10302453. OLE color: 10302453.

HSL color Cylindrical-coordinate representation of color #F5339D: hue angle of 327.22º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F5339D is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB24551157-
CMYK00.790.360.04
HSL327.22º90.65%58.04%-
HSV(B)327.22º79.18%96.08%-
XYZ44.9324.2134.2-
YUV121.09148.27216.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 54.08%
GREEN value IS 51 (20.31% from 255) = 11.26%
BLUE value IS 157 (61.72% from 255) = 34.66%
R=54.08%
G=11.26%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2455115700.790.360.04327.2290.6558.04
HexF5339D04F2441475b3a
Octal36563235011744450713372
Binary1111010111001110011101010011111001001001010001111011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5339D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5339D; }

 p { color: rgb(245,51,157); }

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

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

 a { background-color: rgb(245,51,157); }

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

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

 span { border-color: rgb(245,51,157); }

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