#F18D75

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

Shades of Dark Salmon #F18D75

Tints of Dark Salmon #F18D75

Color information

#F18D75 (or 0xF18D75) is unknown color: approx Dark Salmon. HEX triplet: F1, 8D and 75. RGB value is (241,141,117). Sum of RGB (Red+Green+Blue) = 241+141+117=499 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.30% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 117 (46.09% from 255 or 23.45% from 499); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18D75 is #0E728A. Grayscale: #A8A8A8. Windows color (decimal): -946827 or 7704049. OLE color: 7704049.

HSL color Cylindrical-coordinate representation of color #F18D75: hue angle of 11.61º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F18D75 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241141117-
CMYK00.410.510.05
HSL11.61º81.58%70.2%-
HSV(B)11.61º51.45%94.51%-
XYZ49.0139.0321.78-
YUV168.1699.13179.95-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.30%
GREEN value IS 141 (55.47% from 255) = 28.26%
BLUE value IS 117 (46.09% from 255) = 23.45%
R=48.30%
G=28.26%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114111700.410.510.0511.6181.5870.2
HexF18D75029335c5246
Octal36121516505163514122106
Binary111100011000110111101010101001110011101110010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18D75; }

 p { color: rgb(241,141,117); }

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

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

 a { background-color: rgb(241,141,117); }

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

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

 span { border-color: rgb(241,141,117); }

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