#F47F66

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

Shades of Salmon #F47F66

Tints of Salmon #F47F66

Color information

#F47F66 (or 0xF47F66) is unknown color: approx Salmon. HEX triplet: F4, 7F and 66. RGB value is (244,127,102). Sum of RGB (Red+Green+Blue) = 244+127+102=473 (62% of max value = 765). Red value is 244 (95.70% from 255 or 51.59% from 473); Green value is 127 (50% from 255 or 26.85% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 244 - color contains mainly: red. Hex color #F47F66 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47F66 is #0B8099. Grayscale: #9F9F9F. Windows color (decimal): -753818 or 6717428. OLE color: 6717428.

HSL color Cylindrical-coordinate representation of color #F47F66: hue angle of 10.56º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F47F66 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB244127102-
CMYK00.480.580.04
HSL10.56º86.59%67.84%-
HSV(B)10.56º58.2%95.69%-
XYZ47.335.3716.9-
YUV159.1395.76188.53-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 51.59%
GREEN value IS 127 (50% from 255) = 26.85%
BLUE value IS 102 (40.23% from 255) = 21.56%
R=51.59%
G=26.85%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24412710200.480.580.0410.5686.5967.84
HexF47F660303A4b5744
Octal36417714606072413127104
Binary11110100111111111001100110000111010100101110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F47F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F47F66; }

 p { color: rgb(244,127,102); }

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

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

 a { background-color: rgb(244,127,102); }

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

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

 span { border-color: rgb(244,127,102); }

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