#F27F69

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

Shades of Salmon #F27F69

Tints of Salmon #F27F69

Color information

#F27F69 (or 0xF27F69) is unknown color: approx Salmon. HEX triplet: F2, 7F and 69. RGB value is (242,127,105). Sum of RGB (Red+Green+Blue) = 242+127+105=474 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.05% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 242 - color contains mainly: red. Hex color #F27F69 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27F69 is #0D8096. Grayscale: #9F9F9F. Windows color (decimal): -884887 or 6914034. OLE color: 6914034.

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

Color convert

RGB242127105-
CMYK00.480.570.05
HSL9.64º84.05%68.04%-
HSV(B)9.64º56.61%94.9%-
XYZ46.7635.0817.67-
YUV158.8897.6187.29-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.05%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 105 (41.41% from 255) = 22.15%
R=51.05%
G=26.79%
B=22.15%

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
Decimal24212710500.480.570.059.6484.0568.04
HexF27F69030395a5444
Octal36217715106071512124104
Binary11110010111111111010010110000111001101101010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27F69; }

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

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

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

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

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

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

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

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