#F1916D

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

Shades of Dark Salmon #F1916D

Tints of Dark Salmon #F1916D

Color information

#F1916D (or 0xF1916D) is unknown color: approx Dark Salmon. HEX triplet: F1, 91 and 6D. RGB value is (241,145,109). Sum of RGB (Red+Green+Blue) = 241+145+109=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F1916D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1916D is #0E6E92. Grayscale: #A9A9A9. Windows color (decimal): -945811 or 7180785. OLE color: 7180785.

HSL color Cylindrical-coordinate representation of color #F1916D: hue angle of 16.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F1916D is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB241145109-
CMYK00.400.550.05
HSL16.36º82.5%68.63%-
HSV(B)16.36º54.77%94.51%-
XYZ49.1640.0619.61-
YUV169.693.8178.93-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 109 (42.97% from 255) = 22.02%
R=48.69%
G=29.29%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114510900.400.550.0516.3682.568.63
HexF1916D028375105245
Octal36122115505067520122105
Binary1111000110010001110110101010001101111011000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1916D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1916D; }

 p { color: rgb(241,145,109); }

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

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

 a { background-color: rgb(241,145,109); }

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

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

 span { border-color: rgb(241,145,109); }

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