#F3349C

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

Shades of Wild Strawberry #F3349C

Tints of Wild Strawberry #F3349C

Color information

#F3349C (or 0xF3349C) is unknown color: approx Wild Strawberry. HEX triplet: F3, 34 and 9C. RGB value is (243,52,156). Sum of RGB (Red+Green+Blue) = 243+52+156=451 (59% of max value = 765). Red value is 243 (95.31% from 255 or 53.88% from 451); Green value is 52 (20.70% from 255 or 11.53% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 243 - color contains mainly: red. Hex color #F3349C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3349C is #0CCB63. Grayscale: #787878. Windows color (decimal): -838500 or 10237171. OLE color: 10237171.

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

Color convert

RGB24352156-
CMYK00.790.360.05
HSL327.33º88.84%57.84%-
HSV(B)327.33º78.6%95.29%-
XYZ44.1923.9133.74-
YUV120.96147.78215.04-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 53.88%
GREEN value IS 52 (20.70% from 255) = 11.53%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=53.88%
G=11.53%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435215600.790.360.05327.3388.8457.84
HexF3349C04F245147593a
Octal36364234011744550713172
Binary1111001111010010011100010011111001001011010001111011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3349C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3349C; }

 p { color: rgb(243,52,156); }

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

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

 a { background-color: rgb(243,52,156); }

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

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

 span { border-color: rgb(243,52,156); }

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