#F58F75

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

Shades of Dark Salmon #F58F75

Tints of Dark Salmon #F58F75

Color information

#F58F75 (or 0xF58F75) is unknown color: approx Dark Salmon. HEX triplet: F5, 8F and 75. RGB value is (245,143,117). Sum of RGB (Red+Green+Blue) = 245+143+117=505 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.51% from 505); Green value is 143 (56.25% from 255 or 28.32% from 505); Blue value is 117 (46.09% from 255 or 23.17% from 505); Max value from RGB is 245 - color contains mainly: red. Hex color #F58F75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F58F75 is #0A708A. Grayscale: #AAAAAA. Windows color (decimal): -684171 or 7704565. OLE color: 7704565.

HSL color Cylindrical-coordinate representation of color #F58F75: hue angle of 12.19º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F58F75 is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB245143117-
CMYK00.420.520.04
HSL12.19º86.49%70.98%-
HSV(B)12.19º52.24%96.08%-
XYZ50.6940.3421.94-
YUV170.5397.79181.11-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 48.51%
GREEN value IS 143 (56.25% from 255) = 28.32%
BLUE value IS 117 (46.09% from 255) = 23.17%
R=48.51%
G=28.32%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.52
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24514311700.420.520.0412.1986.4970.98
HexF58F7502A344c5647
Octal36521716505264414126107
Binary111101011000111111101010101010110100100110010101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F58F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F58F75; }

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

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

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

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

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

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

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

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