#F38167

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

Shades of Salmon #F38167

Tints of Salmon #F38167

Color information

#F38167 (or 0xF38167) is unknown color: approx Salmon. HEX triplet: F3, 81 and 67. RGB value is (243,129,103). Sum of RGB (Red+Green+Blue) = 243+129+103=475 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.16% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 103 (40.62% from 255 or 21.68% from 475); Max value from RGB is 243 - color contains mainly: red. Hex color #F38167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38167 is #0C7E98. Grayscale: #A0A0A0. Windows color (decimal): -818841 or 6783475. OLE color: 6783475.

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

Color convert

RGB243129103-
CMYK00.470.580.05
HSL11.14º85.37%67.84%-
HSV(B)11.14º57.61%95.29%-
XYZ47.2635.7317.24-
YUV160.1295.77187.11-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 51.16%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 103 (40.62% from 255) = 21.68%
R=51.16%
G=27.16%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24312910300.470.580.0511.1485.3767.84
HexF3816702F3A5b5544
Octal36320114705772513125104
Binary111100111000000111001110101111111010101101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38167; }

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

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

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

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

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

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

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

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