#f58b7b

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

Shades of Salmon #F58B7B

Tints of Salmon #F58B7B

Color information

#F58B7B (or 0xF58B7B) is unknown color: approx Salmon. HEX triplet: F5, 8B and 7B. RGB value is (245,139,123). Sum of RGB (Red+Green+Blue) = 245+139+123=507 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.32% from 507); Green value is 139 (54.69% from 255 or 27.42% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 245 - color contains mainly: red. Hex color #F58B7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58B7B is #0A7484. Grayscale: #A9A9A9. Windows color (decimal): -685189 or 8096757. OLE color: 8096757.

HSL color Cylindrical-coordinate representation of color #F58B7B: hue angle of 7.87º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F58B7B is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245139123-
CMYK00.430.500.04
HSL7.87º85.92%72.16%-
HSV(B)7.87º49.8%96.08%-
XYZ50.4639.3123.67-
YUV168.87102.12182.3-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.32%
GREEN value IS 139 (54.69% from 255) = 27.42%
BLUE value IS 123 (48.44% from 255) = 24.26%
R=48.32%
G=27.42%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513912300.430.500.047.8785.9272.16
HexF58B7B02B32485648
Octal36521317305362410126110
Binary111101011000101111110110101011110010100100010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f58b7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f58b7b; }

 p { color: rgb(245,139,123); }

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

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

 a { background-color: rgb(245,139,123); }

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

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

 span { border-color: rgb(245,139,123); }

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