#f19f7e

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

Shades of Dark Salmon #F19F7E

Tints of Dark Salmon #F19F7E

Color information

#F19F7E (or 0xF19F7E) is unknown color: approx Dark Salmon. HEX triplet: F1, 9F and 7E. RGB value is (241,159,126). Sum of RGB (Red+Green+Blue) = 241+159+126=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19F7E is #0E6081. Grayscale: #B3B3B3. Windows color (decimal): -942210 or 8298481. OLE color: 8298481.

HSL color Cylindrical-coordinate representation of color #F19F7E: hue angle of 17.22º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F19F7E is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241159126-
CMYK00.340.480.05
HSL17.22º80.42%71.96%-
HSV(B)17.22º47.72%94.51%-
XYZ52.444525.66-
YUV179.7697.67171.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 159 (62.5% from 255) = 30.23%
BLUE value IS 126 (49.61% from 255) = 23.95%
R=45.82%
G=30.23%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115912600.340.480.0517.2280.4271.96
HexF19F7E022305115048
Octal36123717604260521120110
Binary1111000110011111111111001000101100001011000110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f19f7e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f19f7e; }

 p { color: rgb(241,159,126); }

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

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

 a { background-color: rgb(241,159,126); }

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

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

 span { border-color: rgb(241,159,126); }

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