#F27768

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

Shades of Salmon #F27768

Tints of Salmon #F27768

Color information

#F27768 (or 0xF27768) is unknown color: approx Salmon. HEX triplet: F2, 77 and 68. RGB value is (242,119,104). Sum of RGB (Red+Green+Blue) = 242+119+104=465 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.04% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 104 (41.02% from 255 or 22.37% from 465); Max value from RGB is 242 - color contains mainly: red. Hex color #F27768 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27768 is #0D8897. Grayscale: #9A9A9A. Windows color (decimal): -886936 or 6846450. OLE color: 6846450.

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

Color convert

RGB242119104-
CMYK00.510.570.05
HSL6.52º84.15%67.84%-
HSV(B)6.52º57.02%94.9%-
XYZ45.7133.0717.07-
YUV154.0799.75190.72-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.04%
GREEN value IS 119 (46.88% from 255) = 25.59%
BLUE value IS 104 (41.02% from 255) = 22.37%
R=52.04%
G=25.59%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24211910400.510.570.056.5284.1567.84
HexF2776803339575444
Octal3621671500637157124104
Binary1111001011101111101000011001111100110111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27768; }

 p { color: rgb(242,119,104); }

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

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

 a { background-color: rgb(242,119,104); }

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

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

 span { border-color: rgb(242,119,104); }

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