#F39A7A

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

Shades of Dark Salmon #F39A7A

Tints of Dark Salmon #F39A7A

Color information

#F39A7A (or 0xF39A7A) is unknown color: approx Dark Salmon. HEX triplet: F3, 9A and 7A. RGB value is (243,154,122). Sum of RGB (Red+Green+Blue) = 243+154+122=519 (68% of max value = 765). Red value is 243 (95.31% from 255 or 46.82% from 519); Green value is 154 (60.55% from 255 or 29.67% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 243 - color contains mainly: red. Hex color #F39A7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F39A7A is #0C6585. Grayscale: #B1B1B1. Windows color (decimal): -812422 or 8035059. OLE color: 8035059.

HSL color Cylindrical-coordinate representation of color #F39A7A: hue angle of 15.87º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F39A7A is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB243154122-
CMYK00.370.500.05
HSL15.87º83.45%71.57%-
HSV(B)15.87º49.79%95.29%-
XYZ52.0343.5724.08-
YUV176.9696.99175.1-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 46.82%
GREEN value IS 154 (60.55% from 255) = 29.67%
BLUE value IS 122 (48.05% from 255) = 23.51%
R=46.82%
G=29.67%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315412200.370.500.0515.8783.4571.57
HexF39A7A025325105348
Octal36323217204562520123110
Binary1111001110011010111101001001011100101011000010100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39A7A; }

 p { color: rgb(243,154,122); }

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

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

 a { background-color: rgb(243,154,122); }

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

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

 span { border-color: rgb(243,154,122); }

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