#F38772

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

Shades of Salmon #F38772

Tints of Salmon #F38772

Color information

#F38772 (or 0xF38772) is unknown color: approx Salmon. HEX triplet: F3, 87 and 72. RGB value is (243,135,114). Sum of RGB (Red+Green+Blue) = 243+135+114=492 (65% of max value = 765). Red value is 243 (95.31% from 255 or 49.39% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 243 - color contains mainly: red. Hex color #F38772 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F38772 is #0C788D. Grayscale: #A5A5A5. Windows color (decimal): -817294 or 7505907. OLE color: 7505907.

HSL color Cylindrical-coordinate representation of color #F38772: hue angle of 9.77º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F38772 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB243135114-
CMYK00.440.530.05
HSL9.77º84.31%70%-
HSV(B)9.77º53.09%95.29%-
XYZ48.6637.620.61-
YUV164.999.28183.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 49.39%
GREEN value IS 135 (53.12% from 255) = 27.44%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=49.39%
G=27.44%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24313511400.440.530.059.7784.3170
HexF3877202C355a5446
Octal36320716205465512124106
Binary111100111000011111100100101100110101101101010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F38772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F38772; }

 p { color: rgb(243,135,114); }

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

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

 a { background-color: rgb(243,135,114); }

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

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

 span { border-color: rgb(243,135,114); }

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