#F58A7A

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

Shades of Salmon #F58A7A

Tints of Salmon #F58A7A

Color information

#F58A7A (or 0xF58A7A) is unknown color: approx Salmon. HEX triplet: F5, 8A and 7A. RGB value is (245,138,122). Sum of RGB (Red+Green+Blue) = 245+138+122=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 138 (54.30% from 255 or 27.33% from 505); Blue value is 122 (48.05% from 255 or 24.16% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F58A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58A7A is #0A7585. Grayscale: #A8A8A8. Windows color (decimal): -685446 or 8030965. OLE color: 8030965.

HSL color Cylindrical-coordinate representation of color #F58A7A: hue angle of 7.8º 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 #F58A7A is Cyan = 0, Magento = 0.44, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB245138122-
CMYK00.440.500.04
HSL7.8º86.01%71.96%-
HSV(B)7.8º50.2%96.08%-
XYZ50.2638.9923.29-
YUV168.17101.95182.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.51%
GREEN value IS 138 (54.30% from 255) = 27.33%
BLUE value IS 122 (48.05% from 255) = 24.16%
R=48.51%
G=27.33%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24513812200.440.500.047.886.0171.96
HexF58A7A02C32485648
Octal36521217205462410126110
Binary111101011000101011110100101100110010100100010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58A7A; }

 p { color: rgb(245,138,122); }

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

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

 a { background-color: rgb(245,138,122); }

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

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

 span { border-color: rgb(245,138,122); }

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