#F1996F

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

Shades of Dark Salmon #F1996F

Tints of Dark Salmon #F1996F

Color information

#F1996F (or 0xF1996F) is unknown color: approx Dark Salmon. HEX triplet: F1, 99 and 6F. RGB value is (241,153,111). Sum of RGB (Red+Green+Blue) = 241+153+111=505 (66% of max value = 765). Red value is 241 (94.53% from 255 or 47.72% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 241 - color contains mainly: red. Hex color #F1996F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1996F is #0E6690. Grayscale: #AEAEAE. Windows color (decimal): -943761 or 7313905. OLE color: 7313905.

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

Color convert

RGB241153111-
CMYK00.370.540.05
HSL19.38º82.28%69.02%-
HSV(B)19.38º53.94%94.51%-
XYZ50.5442.6320.6-
YUV174.5292.15175.42-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 47.72%
GREEN value IS 153 (60.16% from 255) = 30.30%
BLUE value IS 111 (43.75% from 255) = 21.98%
R=47.72%
G=30.30%
B=21.98%

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
Decimal24115311100.370.540.0519.3882.2869.02
HexF1996F025365135245
Octal36123115704566523122105
Binary1111000110011001110111101001011101101011001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1996F; }

 p { color: rgb(241,153,111); }

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

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

 a { background-color: rgb(241,153,111); }

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

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

 span { border-color: rgb(241,153,111); }

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