#F3349B

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

Shades of Wild Strawberry #F3349B

Tints of Wild Strawberry #F3349B

Color information

#F3349B (or 0xF3349B) is unknown color: approx Wild Strawberry. HEX triplet: F3, 34 and 9B. RGB value is (243,52,155). Sum of RGB (Red+Green+Blue) = 243+52+155=450 (59% of max value = 765). Red value is 243 (95.31% from 255 or 54% from 450); Green value is 52 (20.70% from 255 or 11.56% from 450); Blue value is 155 (60.94% from 255 or 34.44% from 450); Max value from RGB is 243 - color contains mainly: red. Hex color #F3349B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3349B is #0CCB64. Grayscale: #787878. Windows color (decimal): -838501 or 10171635. OLE color: 10171635.

HSL color Cylindrical-coordinate representation of color #F3349B: hue angle of 327.64º 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 #F3349B is Cyan = 0, Magento = 0.79, Yellow = 0.36 and Black (K on CMYK) = 0.05.

Color convert

RGB24352155-
CMYK00.790.360.05
HSL327.64º88.84%57.84%-
HSV(B)327.64º78.6%95.29%-
XYZ44.1123.8833.29-
YUV120.85147.28215.12-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 54%
GREEN value IS 52 (20.70% from 255) = 11.56%
BLUE value IS 155 (60.94% from 255) = 34.44%
R=54%
G=11.56%
B=34.44%

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
Decimal2435215500.790.360.05327.6488.8457.84
HexF3349B04F245148593a
Octal36364233011744551013172
Binary1111001111010010011011010011111001001011010010001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3349B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3349B; }

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

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

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

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

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

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

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

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