#F18F6F

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

Shades of Dark Salmon #F18F6F

Tints of Dark Salmon #F18F6F

Color information

#F18F6F (or 0xF18F6F) is unknown color: approx Dark Salmon. HEX triplet: F1, 8F and 6F. RGB value is (241,143,111). Sum of RGB (Red+Green+Blue) = 241+143+111=495 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.69% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F18F6F is #0E7090. Grayscale: #A8A8A8. Windows color (decimal): -946321 or 7311345. OLE color: 7311345.

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

Color convert

RGB241143111-
CMYK00.410.540.05
HSL14.77º82.28%69.02%-
HSV(B)14.77º53.94%94.51%-
XYZ48.9739.4920.08-
YUV168.6595.47179.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 48.69%
GREEN value IS 143 (56.25% from 255) = 28.89%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=48.69%
G=28.89%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.54
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24114311100.410.540.0514.7782.2869.02
HexF18F6F029365f5245
Octal36121715705166517122105
Binary111100011000111111011110101001110110101111110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F18F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F18F6F; }

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

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

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

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

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

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

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

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