#F3348B

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

Shades of Wild Strawberry #F3348B

Tints of Wild Strawberry #F3348B

Color information

#F3348B (or 0xF3348B) is unknown color: approx Wild Strawberry. HEX triplet: F3, 34 and 8B. RGB value is (243,52,139). Sum of RGB (Red+Green+Blue) = 243+52+139=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 52 (20.70% from 255 or 11.98% from 434); Blue value is 139 (54.69% from 255 or 32.03% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3348B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F3348B is #0CCB74. Grayscale: #767676. Windows color (decimal): -838517 or 9123059. OLE color: 9123059.

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

Color convert

RGB24352139-
CMYK00.790.430.05
HSL332.67º88.84%57.84%-
HSV(B)332.67º78.6%95.29%-
XYZ42.8523.3726.68-
YUV119.03139.28216.43-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 55.99%
GREEN value IS 52 (20.70% from 255) = 11.98%
BLUE value IS 139 (54.69% from 255) = 32.03%
R=55.99%
G=11.98%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.43
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2435213900.790.430.05332.6788.8457.84
HexF3348B04F2B514d593a
Octal36364213011753551513172
Binary1111001111010010001011010011111010111011010011011011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3348B; }

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

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

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

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

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

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

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

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