#F1917D

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

Shades of Dark Salmon #F1917D

Tints of Dark Salmon #F1917D

Color information

#F1917D (or 0xF1917D) is unknown color: approx Dark Salmon. HEX triplet: F1, 91 and 7D. RGB value is (241,145,125). Sum of RGB (Red+Green+Blue) = 241+145+125=511 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.16% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 241 - color contains mainly: red. Hex color #F1917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1917D is #0E6E82. Grayscale: #ABABAB. Windows color (decimal): -945795 or 8229361. OLE color: 8229361.

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

Color convert

RGB241145125-
CMYK00.400.480.05
HSL10.34º80.56%71.76%-
HSV(B)10.34º48.13%94.51%-
XYZ50.140.4324.57-
YUV171.42101.8177.63-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.16%
GREEN value IS 145 (57.03% from 255) = 28.38%
BLUE value IS 125 (49.22% from 255) = 24.46%
R=47.16%
G=28.38%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114512500.400.480.0510.3480.5671.76
HexF1917D028305a5148
Octal36122117505060512121110
Binary111100011001000111111010101000110000101101010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1917D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1917D; }

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

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

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

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

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

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

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

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