#F19F7D

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

Shades of Dark Salmon #F19F7D

Tints of Dark Salmon #F19F7D

Color information

#F19F7D (or 0xF19F7D) is unknown color: approx Dark Salmon. HEX triplet: F1, 9F and 7D. RGB value is (241,159,125). Sum of RGB (Red+Green+Blue) = 241+159+125=525 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.90% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 241 - color contains mainly: red. Hex color #F19F7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F19F7D is #0E6082. Grayscale: #B3B3B3. Windows color (decimal): -942211 or 8232945. OLE color: 8232945.

HSL color Cylindrical-coordinate representation of color #F19F7D: hue angle of 17.59º degrees, saturation: 0.81, 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 #F19F7D is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241159125-
CMYK00.340.480.05
HSL17.59º80.56%71.76%-
HSV(B)17.59º48.13%94.51%-
XYZ52.3844.9825.32-
YUV179.6497.17171.76-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.90%
GREEN value IS 159 (62.5% from 255) = 30.29%
BLUE value IS 125 (49.22% from 255) = 23.81%
R=45.90%
G=30.29%
B=23.81%

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
Decimal24115912500.340.480.0517.5980.5671.76
HexF19F7D022305125148
Octal36123717504260522121110
Binary1111000110011111111110101000101100001011001010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F19F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F19F7D; }

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

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

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

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

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

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

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

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