#F1906D

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

Shades of Dark Salmon #F1906D

Tints of Dark Salmon #F1906D

Color information

#F1906D (or 0xF1906D) is unknown color: approx Dark Salmon. HEX triplet: F1, 90 and 6D. RGB value is (241,144,109). Sum of RGB (Red+Green+Blue) = 241+144+109=494 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.79% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 241 - color contains mainly: red. Hex color #F1906D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1906D is #0E6F92. Grayscale: #A9A9A9. Windows color (decimal): -946067 or 7180529. OLE color: 7180529.

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

Color convert

RGB241144109-
CMYK00.400.550.05
HSL15.91º82.5%68.63%-
HSV(B)15.91º54.77%94.51%-
XYZ49.0139.7519.56-
YUV169.0194.14179.35-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.79%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=48.79%
G=29.15%
B=22.06%

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
Decimal24114410900.400.550.0515.9182.568.63
HexF1906D028375105245
Octal36122015505067520122105
Binary1111000110010000110110101010001101111011000010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1906D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1906D; }

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

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

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

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

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

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

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

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