#F27A65

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

Shades of Salmon #F27A65

Tints of Salmon #F27A65

Color information

#F27A65 (or 0xF27A65) is unknown color: approx Salmon. HEX triplet: F2, 7A and 65. RGB value is (242,122,101). Sum of RGB (Red+Green+Blue) = 242+122+101=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 101 (39.84% from 255 or 21.72% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A65 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27A65 is #0D859A. Grayscale: #9B9B9B. Windows color (decimal): -886171 or 6650610. OLE color: 6650610.

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

Color convert

RGB242122101-
CMYK00.500.580.05
HSL8.94º84.43%67.25%-
HSV(B)8.94º58.26%94.9%-
XYZ45.9333.7416.4-
YUV155.4997.26189.71-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.04%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 101 (39.84% from 255) = 21.72%
R=52.04%
G=26.24%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212210100.500.580.058.9484.4367.25
HexF27A650323A595443
Octal36217214506272511124103
Binary11110010111101011001010110010111010101100110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27A65; }

 p { color: rgb(242,122,101); }

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

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

 a { background-color: rgb(242,122,101); }

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

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

 span { border-color: rgb(242,122,101); }

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