#F1907D

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

Shades of Dark Salmon #F1907D

Tints of Dark Salmon #F1907D

Color information

#F1907D (or 0xF1907D) is unknown color: approx Dark Salmon. HEX triplet: F1, 90 and 7D. RGB value is (241,144,125). Sum of RGB (Red+Green+Blue) = 241+144+125=510 (67% of max value = 765). Red value is 241 (94.53% from 255 or 47.25% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 125 (49.22% from 255 or 24.51% from 510); Max value from RGB is 241 - color contains mainly: red. Hex color #F1907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1907D is #0E6F82. Grayscale: #ABABAB. Windows color (decimal): -946051 or 8229105. OLE color: 8229105.

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

Color convert

RGB241144125-
CMYK00.400.480.05
HSL9.83º80.56%71.76%-
HSV(B)9.83º48.13%94.51%-
XYZ49.9540.1324.51-
YUV170.84102.14178.04-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.25%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 125 (49.22% from 255) = 24.51%
R=47.25%
G=28.24%
B=24.51%

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
Decimal24114412500.400.480.059.8380.5671.76
HexF1907D028305a5148
Octal36122017505060512121110
Binary111100011001000011111010101000110000101101010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1907D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1907D; }

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

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

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

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

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

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

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

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