#F19B75

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

Shades of Dark Salmon #F19B75

Tints of Dark Salmon #F19B75

Color information

#F19B75 (or 0xF19B75) is unknown color: approx Dark Salmon. HEX triplet: F1, 9B and 75. RGB value is (241,155,117). Sum of RGB (Red+Green+Blue) = 241+155+117=513 (67% of max value = 765). Red value is 241 (94.53% from 255 or 46.98% from 513); Green value is 155 (60.94% from 255 or 30.21% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 241 - color contains mainly: red. Hex color #F19B75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19B75 is #0E648A. Grayscale: #B0B0B0. Windows color (decimal): -943243 or 7707633. OLE color: 7707633.

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

Color convert

RGB241155117-
CMYK00.360.510.05
HSL18.39º81.58%70.2%-
HSV(B)18.39º51.45%94.51%-
XYZ51.2143.4322.51-
YUV176.3894.49174.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.98%
GREEN value IS 155 (60.94% from 255) = 30.21%
BLUE value IS 117 (46.09% from 255) = 22.81%
R=46.98%
G=30.21%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115511700.360.510.0518.3981.5870.2
HexF19B75024335125246
Octal36123316504463522122106
Binary1111000110011011111010101001001100111011001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19B75; }

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

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

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

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

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

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

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

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