#F19C75

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

Shades of Dark Salmon #F19C75

Tints of Dark Salmon #F19C75

Color information

#F19C75 (or 0xF19C75) is unknown color: approx Dark Salmon. HEX triplet: F1, 9C and 75. RGB value is (241,156,117). Sum of RGB (Red+Green+Blue) = 241+156+117=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F19C75 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19C75 is #0E638A. Grayscale: #B1B1B1. Windows color (decimal): -942987 or 7707889. OLE color: 7707889.

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

Color convert

RGB241156117-
CMYK00.350.510.05
HSL18.87º81.58%70.2%-
HSV(B)18.87º51.45%94.51%-
XYZ51.3743.7622.57-
YUV176.9794.16173.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 156 (61.33% from 255) = 30.35%
BLUE value IS 117 (46.09% from 255) = 22.76%
R=46.89%
G=30.35%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115611700.350.510.0518.8781.5870.2
HexF19C75023335135246
Octal36123416504363523122106
Binary1111000110011100111010101000111100111011001110100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19C75; }

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

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

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

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

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

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

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

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