#F58F7A

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

Shades of Dark Salmon #F58F7A

Tints of Dark Salmon #F58F7A

Color information

#F58F7A (or 0xF58F7A) is unknown color: approx Dark Salmon. HEX triplet: F5, 8F and 7A. RGB value is (245,143,122). Sum of RGB (Red+Green+Blue) = 245+143+122=510 (67% of max value = 765). Red value is 245 (96.09% from 255 or 48.04% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F7A is #0A7085. Grayscale: #ABABAB. Windows color (decimal): -684166 or 8032245. OLE color: 8032245.

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

Color convert

RGB245143122-
CMYK00.420.500.04
HSL10.24º86.01%71.96%-
HSV(B)10.24º50.2%96.08%-
XYZ50.9940.4623.53-
YUV171.1100.29180.71-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.04%
GREEN value IS 143 (56.25% from 255) = 28.04%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=48.04%
G=28.04%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514312200.420.500.0410.2486.0171.96
HexF58F7A02A324a5648
Octal36521717205262412126110
Binary111101011000111111110100101010110010100101010101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58F7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58F7A; }

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

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

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

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

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

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

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

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