#F07A6D

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

Shades of Salmon #F07A6D

Tints of Salmon #F07A6D

Color information

#F07A6D (or 0xF07A6D) is unknown color: approx Salmon. HEX triplet: F0, 7A and 6D. RGB value is (240,122,109). Sum of RGB (Red+Green+Blue) = 240+122+109=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 122 (48.05% from 255 or 25.90% from 471); Blue value is 109 (42.97% from 255 or 23.14% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F07A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07A6D is #0F8592. Grayscale: #9B9B9B. Windows color (decimal): -1017235 or 7174896. OLE color: 7174896.

HSL color Cylindrical-coordinate representation of color #F07A6D: hue angle of 5.95º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F07A6D is Cyan = 0, Magento = 0.49, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB240122109-
CMYK00.490.550.06
HSL5.95º81.37%68.43%-
HSV(B)5.95º54.58%94.12%-
XYZ45.6633.5518.54-
YUV155.8101.59188.06-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.96%
GREEN value IS 122 (48.05% from 255) = 25.90%
BLUE value IS 109 (42.97% from 255) = 23.14%
R=50.96%
G=25.90%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24012210900.490.550.065.9581.3768.43
HexF07A6D03137665144
Octal3601721550616766121104
Binary1111000011110101101101011000111011111011010100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F07A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F07A6D; }

 p { color: rgb(240,122,109); }

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

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

 a { background-color: rgb(240,122,109); }

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

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

 span { border-color: rgb(240,122,109); }

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