#F27A6D

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

Shades of Salmon #F27A6D

Tints of Salmon #F27A6D

Color information

#F27A6D (or 0xF27A6D) is unknown color: approx Salmon. HEX triplet: F2, 7A and 6D. RGB value is (242,122,109). Sum of RGB (Red+Green+Blue) = 242+122+109=473 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.16% from 473); Green value is 122 (48.05% from 255 or 25.79% from 473); Blue value is 109 (42.97% from 255 or 23.04% from 473); Max value from RGB is 242 - color contains mainly: red. Hex color #F27A6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27A6D is #0D8592. Grayscale: #9C9C9C. Windows color (decimal): -886163 or 7174898. OLE color: 7174898.

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

Color convert

RGB242122109-
CMYK00.500.550.05
HSL5.86º83.65%68.82%-
HSV(B)5.86º54.96%94.9%-
XYZ46.3433.918.57-
YUV156.4101.26189.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.16%
GREEN value IS 122 (48.05% from 255) = 25.79%
BLUE value IS 109 (42.97% from 255) = 23.04%
R=51.16%
G=25.79%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212210900.500.550.055.8683.6568.82
HexF27A6D03237565445
Octal3621721550626756124105
Binary1111001011110101101101011001011011110111010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27A6D; }

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

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

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

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

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

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

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

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