#F27D69

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

Shades of Salmon #F27D69

Tints of Salmon #F27D69

Color information

#F27D69 (or 0xF27D69) is unknown color: approx Salmon. HEX triplet: F2, 7D and 69. RGB value is (242,125,105). Sum of RGB (Red+Green+Blue) = 242+125+105=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 105 (41.41% from 255 or 22.25% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F27D69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27D69 is #0D8296. Grayscale: #9D9D9D. Windows color (decimal): -885399 or 6913522. OLE color: 6913522.

HSL color Cylindrical-coordinate representation of color #F27D69: hue angle of 8.76º 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 #F27D69 is Cyan = 0, Magento = 0.48, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB242125105-
CMYK00.480.570.05
HSL8.76º84.05%68.04%-
HSV(B)8.76º56.61%94.9%-
XYZ46.534.5617.59-
YUV157.798.26188.13-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 105 (41.41% from 255) = 22.25%
R=51.27%
G=26.48%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24212510500.480.570.058.7684.0568.04
HexF27D6903039595444
Octal36217515106071511124104
Binary11110010111110111010010110000111001101100110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27D69; }

 p { color: rgb(242,125,105); }

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

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

 a { background-color: rgb(242,125,105); }

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

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

 span { border-color: rgb(242,125,105); }

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