#F3816B

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

Shades of Salmon #F3816B

Tints of Salmon #F3816B

Color information

#F3816B (or 0xF3816B) is unknown color: approx Salmon. HEX triplet: F3, 81 and 6B. RGB value is (243,129,107). Sum of RGB (Red+Green+Blue) = 243+129+107=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 129 (50.78% from 255 or 26.93% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F3816B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3816B is #0C7E94. Grayscale: #A0A0A0. Windows color (decimal): -818837 or 7045619. OLE color: 7045619.

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

Color convert

RGB243129107-
CMYK00.470.560.05
HSL9.71º85%68.63%-
HSV(B)9.71º55.97%95.29%-
XYZ47.4735.8218.32-
YUV160.5897.77186.79-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 50.73%
GREEN value IS 129 (50.78% from 255) = 26.93%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=50.73%
G=26.93%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312910700.470.560.059.718568.63
HexF3816B02F385a5545
Octal36320115305770512125105
Binary111100111000000111010110101111111000101101010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3816B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3816B; }

 p { color: rgb(243,129,107); }

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

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

 a { background-color: rgb(243,129,107); }

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

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

 span { border-color: rgb(243,129,107); }

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