#F1976E

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

Shades of Dark Salmon #F1976E

Tints of Dark Salmon #F1976E

Color information

#F1976E (or 0xF1976E) is unknown color: approx Dark Salmon. HEX triplet: F1, 97 and 6E. RGB value is (241,151,110). Sum of RGB (Red+Green+Blue) = 241+151+110=502 (66% of max value = 765). Red value is 241 (94.53% from 255 or 48.01% from 502); Green value is 151 (59.38% from 255 or 30.08% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 241 - color contains mainly: red. Hex color #F1976E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1976E is #0E6891. Grayscale: #ADADAD. Windows color (decimal): -944274 or 7247857. OLE color: 7247857.

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

Color convert

RGB241151110-
CMYK00.370.540.05
HSL18.78º82.39%68.82%-
HSV(B)18.78º54.36%94.51%-
XYZ50.1641.9620.21-
YUV173.2492.32176.33-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.01%
GREEN value IS 151 (59.38% from 255) = 30.08%
BLUE value IS 110 (43.36% from 255) = 21.91%
R=48.01%
G=30.08%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24115111000.370.540.0518.7882.3968.82
HexF1976E025365135245
Octal36122715604566523122105
Binary1111000110010111110111001001011101101011001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1976E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1976E; }

 p { color: rgb(241,151,110); }

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

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

 a { background-color: rgb(241,151,110); }

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

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

 span { border-color: rgb(241,151,110); }

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