#F18375

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

Shades of Salmon #F18375

Tints of Salmon #F18375

Color information

#F18375 (or 0xF18375) is unknown color: approx Salmon. HEX triplet: F1, 83 and 75. RGB value is (241,131,117). Sum of RGB (Red+Green+Blue) = 241+131+117=489 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.28% from 489); Green value is 131 (51.56% from 255 or 26.79% from 489); Blue value is 117 (46.09% from 255 or 23.93% from 489); Max value from RGB is 241 - color contains mainly: red. Hex color #F18375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18375 is #0E7C8A. Grayscale: #A2A2A2. Windows color (decimal): -949387 or 7701489. OLE color: 7701489.

HSL color Cylindrical-coordinate representation of color #F18375: hue angle of 6.77º 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 #F18375 is Cyan = 0, Magento = 0.46, Yellow = 0.51 and Black (K on CMYK) = 0.05.

Color convert

RGB241131117-
CMYK00.460.510.05
HSL6.77º81.58%70.2%-
HSV(B)6.77º51.45%94.51%-
XYZ47.636.2221.31-
YUV162.29102.44184.14-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 49.28%
GREEN value IS 131 (51.56% from 255) = 26.79%
BLUE value IS 117 (46.09% from 255) = 23.93%
R=49.28%
G=26.79%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24113111700.460.510.056.7781.5870.2
HexF1837502E33575246
Octal3612031650566357122106
Binary11110001100000111110101010111011001110111110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18375; }

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

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

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

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

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

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

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

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