#F38B70

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

Shades of Salmon #F38B70

Tints of Salmon #F38B70

Color information

#F38B70 (or 0xF38B70) is unknown color: approx Salmon. HEX triplet: F3, 8B and 70. RGB value is (243,139,112). Sum of RGB (Red+Green+Blue) = 243+139+112=494 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.19% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 112 (44.14% from 255 or 22.67% from 494); Max value from RGB is 243 - color contains mainly: red. Hex color #F38B70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38B70 is #0C748F. Grayscale: #A7A7A7. Windows color (decimal): -816272 or 7375859. OLE color: 7375859.

HSL color Cylindrical-coordinate representation of color #F38B70: hue angle of 12.37º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F38B70 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB243139112-
CMYK00.430.540.05
HSL12.37º84.52%69.61%-
HSV(B)12.37º53.91%95.29%-
XYZ49.1238.6920.21-
YUV167.0296.96182.2-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.19%
GREEN value IS 139 (54.69% from 255) = 28.14%
BLUE value IS 112 (44.14% from 255) = 22.67%
R=49.19%
G=28.14%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313911200.430.540.0512.3784.5269.61
HexF38B7002B365c5546
Octal36321316005366514125106
Binary111100111000101111100000101011110110101110010101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38B70; }

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

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

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

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

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

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

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

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