#F3348C

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

Shades of Wild Strawberry #F3348C

Tints of Wild Strawberry #F3348C

Color information

#F3348C (or 0xF3348C) is unknown color: approx Wild Strawberry. HEX triplet: F3, 34 and 8C. RGB value is (243,52,140). Sum of RGB (Red+Green+Blue) = 243+52+140=435 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.86% from 435); Green value is 52 (20.70% from 255 or 11.95% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 243 - color contains mainly: red. Hex color #F3348C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3348C is #0CCB73. Grayscale: #767676. Windows color (decimal): -838516 or 9188595. OLE color: 9188595.

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

Color convert

RGB24352140-
CMYK00.790.420.05
HSL332.36º88.84%57.84%-
HSV(B)332.36º78.6%95.29%-
XYZ42.9223.427.07-
YUV119.14139.78216.34-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.86%
GREEN value IS 52 (20.70% from 255) = 11.95%
BLUE value IS 140 (55.08% from 255) = 32.18%
R=55.86%
G=11.95%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.42
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435214000.790.420.05332.3688.8457.84
HexF3348C04F2A514c593a
Octal36364214011752551413172
Binary1111001111010010001100010011111010101011010011001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3348C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3348C; }

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

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

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

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

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

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

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

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